Searched refs:npe_rxbuf (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/arm/xscale/ixp425/
H A Dif_npe.c270 static int npe_rxbuf = 64; /* # rx buffers to allocate */ variable
271 SYSCTL_INT(_hw_npe, OID_AUTO, rxbuf, CTLFLAG_RDTUN, &npe_rxbuf,
733 error = npe_dma_setup(sc, &sc->rxdma, "rx", npe_rxbuf, 1);
780 ixpqmgr_qconfig(sc->rx_qid, npe_rxbuf, 0, 1,
783 ixpqmgr_qconfig(sc->rx_freeqid, npe_rxbuf, 0, npe_rxbuf/2, 0, NULL, sc);

Completed in 66 milliseconds