Lines Matching refs:rx_npkts
2153 int jumbo, maxpkt = 16, rx_npkts = 0; in re_rxeof() local
2159 if (netmap_rx_irq(ifp, 0, &rx_npkts)) in re_rxeof()
2371 rx_npkts++; in re_rxeof()
2383 *rx_npktsp = rx_npkts; in re_rxeof()
2492 int rx_npkts = 0; in re_poll() local
2496 rx_npkts = re_poll_locked(ifp, cmd, count); in re_poll()
2498 return (rx_npkts); in re_poll()
2505 int rx_npkts; in re_poll_locked() local
2510 re_rxeof(sc, &rx_npkts); in re_poll_locked()
2521 return (rx_npkts); in re_poll_locked()
2537 return (rx_npkts); in re_poll_locked()