Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/atheros/
H A Dif_arge.c2404 int rx_npkts = 0; in arge_poll() local
2409 rx_npkts = arge_rx_locked(sc); in arge_poll()
2413 return (rx_npkts); in arge_poll()
2489 int rx_npkts = 0; in arge_rx_locked() local
2528 rx_npkts++; in arge_rx_locked()
2554 return (rx_npkts); in arge_rx_locked()
/f-stack/freebsd/arm/allwinner/
H A Dif_awg.c1351 int rx_npkts; in awg_poll() local
1354 rx_npkts = 0; in awg_poll()
1363 rx_npkts = awg_rxintr(sc); in awg_poll()
1376 return (rx_npkts); in awg_poll()