Home
last modified time | relevance | path

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

/freebsd/sys/dev/nfe/
H A Dif_nfe.c2064 nfe_rxeof(struct nfe_softc *sc, int count, int *rx_npktsp) in nfe_rxeof() argument
2172 if (rx_npktsp != NULL) in nfe_rxeof()
2173 *rx_npktsp = rx_npkts; in nfe_rxeof()
2178 nfe_jrxeof(struct nfe_softc *sc, int count, int *rx_npktsp) in nfe_jrxeof() argument
2287 if (rx_npktsp != NULL) in nfe_jrxeof()
2288 *rx_npktsp = rx_npkts; in nfe_jrxeof()
/freebsd/sys/dev/re/
H A Dif_re.c2162 re_rxeof(struct rl_softc *sc, int *rx_npktsp) in re_rxeof() argument
2398 if (rx_npktsp != NULL) in re_rxeof()
2399 *rx_npktsp = rx_npkts; in re_rxeof()