Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c2387 int pktcount, ret; in ethofld_xmit() local
2394 if (pktcount < 0) in ethofld_xmit()
2404 while (pktcount--) { in ethofld_xmit()
2491 if (!pktcount) in eosw_txq_flush_pending_skbs()
2494 if (pktcount < 0) in eosw_txq_flush_pending_skbs()
2495 pktcount += eosw_txq->ndesc; in eosw_txq_flush_pending_skbs()
2497 while (pktcount--) { in eosw_txq_flush_pending_skbs()
4027 int pktcount; in cxgb4_ethofld_restart() local
4031 if (pktcount < 0) in cxgb4_ethofld_restart()
4034 if (pktcount) { in cxgb4_ethofld_restart()
[all …]
/linux-6.15/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()