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

/freebsd-10.2-release/sys/dev/nfe/
H A Dif_nfe.c2114 nfe_rxeof(struct nfe_softc *sc, int count, int *rx_npktsp) argument
2222 if (rx_npktsp != NULL)
2223 *rx_npktsp = rx_npkts;
2229 nfe_jrxeof(struct nfe_softc *sc, int count, int *rx_npktsp) argument
2338 if (rx_npktsp != NULL)
2339 *rx_npktsp = rx_npkts;
/freebsd-10.2-release/sys/dev/re/
H A Dif_re.c2144 re_rxeof(struct rl_softc *sc, int *rx_npktsp) argument
2380 if (rx_npktsp != NULL)
2381 *rx_npktsp = rx_npkts;

Completed in 115 milliseconds