mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Increase atrq.ndesc for if_fwe.
This commit is contained in:
parent
cce7303af3
commit
645394e60b
1 changed files with 2 additions and 2 deletions
|
|
@ -615,8 +615,8 @@ fwohci_init(struct fwohci_softc *sc, device_t dev)
|
|||
|
||||
sc->arrq.ndesc = 1;
|
||||
sc->arrs.ndesc = 1;
|
||||
sc->atrq.ndesc = 6; /* equal to maximum of mbuf chains */
|
||||
sc->atrs.ndesc = 6 / 2;
|
||||
sc->atrq.ndesc = 8; /* equal to maximum of mbuf chains */
|
||||
sc->atrs.ndesc = 2;
|
||||
|
||||
sc->arrq.ndb = NDB;
|
||||
sc->arrs.ndb = NDB / 2;
|
||||
|
|
|
|||
Loading…
Reference in a new issue