Searched refs:npkts (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.2-release/sys/dev/ath/
H A Dif_ath_rx.c901 int npkts = 0; local
925 if (!kickpcu && npkts >= ATH_RX_MAX)
987 npkts++;
1006 ATH_KTR(sc, ATH_KTR_RXPROC, 2, "ath_rx_proc: npkts=%d, ngood=%d", npkts, ngood);
1020 __func__, npkts);
1073 if (npkts >= ATH_RX_MAX)
H A Dif_ath_rx_edma.c343 int npkts = 0; local
389 npkts++;
419 "ath edma rx proc: npkts=%d\n",
420 npkts);
427 if (npkts > 0)
429 "%s: handled npkts %d\n",
430 __func__, npkts);
/freebsd-10.2-release/sys/dev/ubsec/
H A Dubsec.c592 int npkts = 0, i; local
615 npkts = q->q_nstacked_mcrs;
616 sc->sc_nqchip -= 1+npkts;
622 for (i = 0; i < npkts; i++) {
716 int npkts, i; local
733 npkts = 0;
735 npkts++;
740 npkts = 1;
754 if (npkts > UBS_MAX_AGGR)
755 npkts
2007 int npkts; local
[all...]
/freebsd-10.2-release/tools/tools/netmap/
H A Dpkt-gen.c1490 uint64_t pps, usec, my_count, npkts; local
1507 npkts = my_count - prev;
1508 pps = (npkts*1000000 + usec/2) / usec;
1511 (unsigned long long)npkts,
/freebsd-10.2-release/sys/dev/usb/wlan/
H A Dif_rsu.c1444 int totlen, pktlen, infosz, npkts; local
1449 npkts = MS(le32toh(stat->rxdw2), R92S_RXDW2_PKTCNT);
1450 DPRINTFN(6, "Rx %d frames in one chunk\n", npkts);
1453 while (npkts-- > 0) {
H A Dif_urtwn.c740 int len, totlen, pktlen, infosz, npkts; local
752 npkts = MS(le32toh(stat->rxdw2), R92C_RXDW2_PKTCNT);
753 DPRINTFN(6, "Rx %d frames in one chunk\n", npkts);
756 while (npkts-- > 0) {
/freebsd-10.2-release/sys/netinet6/
H A Dip6_mroute.c1254 int npkts = 0; local
1257 if (++npkts > MAX_UPQ6) {

Completed in 101 milliseconds