Home
last modified time | relevance | path

Searched refs:pktcount (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c2401 int pktcount, ret; in ethofld_xmit() local
2407 pktcount = eosw_txq->pidx - eosw_txq->last_pidx; in ethofld_xmit()
2408 if (pktcount < 0) in ethofld_xmit()
2409 pktcount += eosw_txq->ndesc; in ethofld_xmit()
2418 while (pktcount--) { in ethofld_xmit()
2501 int pktcount = eosw_txq->pidx - eosw_txq->last_pidx; in eosw_txq_flush_pending_skbs() local
2505 if (!pktcount) in eosw_txq_flush_pending_skbs()
2508 if (pktcount < 0) in eosw_txq_flush_pending_skbs()
2509 pktcount += eosw_txq->ndesc; in eosw_txq_flush_pending_skbs()
2511 while (pktcount--) { in eosw_txq_flush_pending_skbs()
[all …]
/openbmc/qemu/hw/net/
H A Dpcnet.c1042 int pktcount = 0; in pcnet_receive() local
1091 pktcount++; \ in pcnet_receive()
1141 CSR_RCVRC(s), PHYSADDR(s,CSR_CRDA(s)), pktcount); in pcnet_receive()
1147 while (pktcount--) { in pcnet_receive()
/openbmc/linux/drivers/media/dvb-core/
H A Ddvb_ca_en50221.c1131 int pktcount; in dvb_ca_en50221_thread_state_machine() local
1265 pktcount = 0; in dvb_ca_en50221_thread_state_machine()
1284 if (++pktcount >= MAX_RX_PACKETS_PER_ITERATION) { in dvb_ca_en50221_thread_state_machine()