Searched refs:pktcount (Results 1 – 2 of 2) sorted by relevance
2395 int pktcount, ret; in ethofld_xmit() local2401 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() local2499 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()[all …]
1130 int pktcount; in dvb_ca_en50221_thread_state_machine() local1264 pktcount = 0; in dvb_ca_en50221_thread_state_machine()1283 if (++pktcount >= MAX_RX_PACKETS_PER_ITERATION) { in dvb_ca_en50221_thread_state_machine()