Home
last modified time | relevance | path

Searched refs:rx_npktsp (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/dev/nfe/
HDif_nfe.c2108 nfe_rxeof(struct nfe_softc *sc, int count, int *rx_npktsp) in nfe_rxeof() argument
2216 if (rx_npktsp != NULL) in nfe_rxeof()
2217 *rx_npktsp = rx_npkts; in nfe_rxeof()
2223 nfe_jrxeof(struct nfe_softc *sc, int count, int *rx_npktsp) in nfe_jrxeof() argument
2332 if (rx_npktsp != NULL) in nfe_jrxeof()
2333 *rx_npktsp = rx_npkts; in nfe_jrxeof()
/NextBSD/sys/dev/re/
HDif_re.c2148 re_rxeof(struct rl_softc *sc, int *rx_npktsp) in re_rxeof() argument
2384 if (rx_npktsp != NULL) in re_rxeof()
2385 *rx_npktsp = rx_npkts; in re_rxeof()