Searched refs:rx_npkts (Results 1 – 2 of 2) sorted by relevance
2404 int rx_npkts = 0; in arge_poll() local2409 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() local2528 rx_npkts++; in arge_rx_locked()2554 return (rx_npkts); in arge_rx_locked()
1351 int rx_npkts; in awg_poll() local1354 rx_npkts = 0; in awg_poll()1363 rx_npkts = awg_rxintr(sc); in awg_poll()1376 return (rx_npkts); in awg_poll()