Home
last modified time | relevance | path

Searched refs:pktcount (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c2395 int pktcount, ret; in ethofld_xmit() local
2401 pktcount = eosw_txq->pidx - eosw_txq->last_pidx; in ethofld_xmit()
2402 if (pktcount < 0) in ethofld_xmit()
2403 pktcount += eosw_txq->ndesc; in ethofld_xmit()
2412 while (pktcount--) { in ethofld_xmit()
2495 int pktcount = eosw_txq->pidx - eosw_txq->last_pidx; in eosw_txq_flush_pending_skbs() local
2499 if (!pktcount) in eosw_txq_flush_pending_skbs()
2502 if (pktcount < 0) in eosw_txq_flush_pending_skbs()
2503 pktcount += eosw_txq->ndesc; in eosw_txq_flush_pending_skbs()
2505 while (pktcount in eosw_txq_flush_pending_skbs()
4016 int pktcount; cxgb4_ethofld_restart() local
[all...]
/kernel/linux/linux-6.6/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()
4041 int pktcount; cxgb4_ethofld_restart() local
[all...]
/kernel/linux/linux-5.10/drivers/media/dvb-core/
H A Ddvb_ca_en50221.c1130 int pktcount; in dvb_ca_en50221_thread_state_machine() local
1264 pktcount = 0; in dvb_ca_en50221_thread_state_machine()
1283 if (++pktcount >= MAX_RX_PACKETS_PER_ITERATION) { in dvb_ca_en50221_thread_state_machine()
/kernel/linux/linux-6.6/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()

Completed in 14 milliseconds