Home
last modified time | relevance | path

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

/freebsd/sys/dev/nfe/
H A Dif_nfe.c98 static int nfe_jrxeof(struct nfe_softc *, int, int *);
1619 rx_npkts = nfe_jrxeof(sc, count, &rx_npkts); in nfe_poll()
1886 domore = nfe_jrxeof(sc, sc->nfe_process_limit, NULL); in nfe_int_task()
2180 nfe_jrxeof(struct nfe_softc *sc, int count, int *rx_npktsp) in nfe_jrxeof() function