Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c2388 int pktcount, ret; in ethofld_xmit() local
2394 pktcount = eosw_txq->pidx - eosw_txq->last_pidx; in ethofld_xmit()
2395 if (pktcount < 0) in ethofld_xmit()
2396 pktcount += eosw_txq->ndesc; in ethofld_xmit()
2405 while (pktcount--) { in ethofld_xmit()
2488 int pktcount = eosw_txq->pidx - eosw_txq->last_pidx; in eosw_txq_flush_pending_skbs() local
2492 if (!pktcount) in eosw_txq_flush_pending_skbs()
2495 if (pktcount < 0) in eosw_txq_flush_pending_skbs()
2496 pktcount += eosw_txq->ndesc; in eosw_txq_flush_pending_skbs()
2498 while (pktcount--) { in eosw_txq_flush_pending_skbs()
[all …]