Searched refs:maxpkt (Results 1 – 2 of 2) sorted by relevance
751 int maxpkt; in ng_source_intr() local757 maxpkt = (uint64_t)sc->stats.maxPps * usec / 1000000; in ng_source_intr()759 if (packets > maxpkt) in ng_source_intr()760 packets = maxpkt; in ng_source_intr()
2171 int jumbo, maxpkt = 16, rx_npkts = 0; in re_rxeof() local2191 for (i = sc->rl_ldata.rl_rx_prodidx; maxpkt > 0; in re_rxeof()2380 maxpkt--; in re_rxeof()2402 if (maxpkt) in re_rxeof()