/src/sys/dev/dtv/ |
dtv_buffer.c | 104 unsigned int npkts, i; local in function:dtv_buffer_submit 107 npkts = payload->size / TS_PKTLEN; 108 for (i = 0; i < npkts; i++) {
|
dtv_buffer.c | 104 unsigned int npkts, i; local in function:dtv_buffer_submit 107 npkts = payload->size / TS_PKTLEN; 108 for (i = 0; i < npkts; i++) {
|
/src/sys/dev/usb/ |
vhci.c | 227 size_t npkts; member in struct:vhci_xfer 283 size_t npkts = 0; local in function:vhci_pkt_ctrl_create 295 npkts++; 314 npkts++; 332 npkts++; 337 vxfer->npkts = npkts; 376 KASSERT(vxfer->npkts > 0); 377 vxfer->npkts--; 378 if (vxfer->npkts > 0 [all...] |
vhci.c | 227 size_t npkts; member in struct:vhci_xfer 283 size_t npkts = 0; local in function:vhci_pkt_ctrl_create 295 npkts++; 314 npkts++; 332 npkts++; 337 vxfer->npkts = npkts; 376 KASSERT(vxfer->npkts > 0); 377 vxfer->npkts--; 378 if (vxfer->npkts > 0 [all...] |
if_urtwn.c | 2558 int len, totlen, pktlen, infosz, npkts, pktspacing; local in function:urtwn_rxeof 2587 npkts = MS(le32toh(stat->rxdw2), R92E_RXDW2_PKTCNT); 2589 npkts = MS(le32toh(stat->rxdw2), R92C_RXDW2_PKTCNT); 2590 DPRINTFN(DBG_RX, "Rx %jd frames in one chunk", npkts, 0, 0, 0); 2592 if (npkts != 0) 2593 rnd_add_uint32(&sc->rnd_source, npkts); 2601 while (npkts-- > 0 && len > 0) {
|
if_urtwn.c | 2558 int len, totlen, pktlen, infosz, npkts, pktspacing; local in function:urtwn_rxeof 2587 npkts = MS(le32toh(stat->rxdw2), R92E_RXDW2_PKTCNT); 2589 npkts = MS(le32toh(stat->rxdw2), R92C_RXDW2_PKTCNT); 2590 DPRINTFN(DBG_RX, "Rx %jd frames in one chunk", npkts, 0, 0, 0); 2592 if (npkts != 0) 2593 rnd_add_uint32(&sc->rnd_source, npkts); 2601 while (npkts-- > 0 && len > 0) {
|
/src/sys/dev/pci/ |
ubsec.c | 642 int npkts = 0, i; local in function:ubsec_intr 669 npkts = q->q_nstacked_mcrs; 670 sc->sc_nqchip -= 1+npkts; 676 for (i = 0; i < npkts; i++) { 808 int npkts, i; local in function:ubsec_feed 815 npkts = sc->sc_nqueue; 816 if (npkts > ubsecstats.hst_maxqueue) 817 ubsecstats.hst_maxqueue = npkts; 818 if (npkts < 2) 833 if (npkts > sc->sc_maxaggr 2280 int npkts; local in function:ubsec_free_q [all...] |
ubsec.c | 642 int npkts = 0, i; local in function:ubsec_intr 669 npkts = q->q_nstacked_mcrs; 670 sc->sc_nqchip -= 1+npkts; 676 for (i = 0; i < npkts; i++) { 808 int npkts, i; local in function:ubsec_feed 815 npkts = sc->sc_nqueue; 816 if (npkts > ubsecstats.hst_maxqueue) 817 ubsecstats.hst_maxqueue = npkts; 818 if (npkts < 2) 833 if (npkts > sc->sc_maxaggr 2280 int npkts; local in function:ubsec_free_q [all...] |
/src/sys/netinet6/ |
ip6_mroute.c | 1248 int npkts = 0; local in function:ip6_mforward 1251 if (++npkts > MAX_UPQ6) {
|
ip6_mroute.c | 1248 int npkts = 0; local in function:ip6_mforward 1251 if (++npkts > MAX_UPQ6) {
|
/src/sys/dev/pci/cxgb/ |
cxgb_adapter.h | 175 uint8_t npkts; member in struct:t3_lro_session
|
cxgb_adapter.h | 175 uint8_t npkts; member in struct:t3_lro_session
|
/src/sys/netinet/ |
ip_mroute.c | 1486 int npkts = 0; local in function:ip_mforward_real 1494 if (++npkts > MAX_UPQ) {
|
ip_mroute.c | 1486 int npkts = 0; local in function:ip_mforward_real 1494 if (++npkts > MAX_UPQ) {
|