Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb4/
Dsge.c2169 return eosw_txq->desc[eosw_txq->last_pidx].skb; in eosw_txq_peek()
2283 d = &eosw_txq->desc[eosw_txq->last_pidx]; in ethofld_hard_xmit()
2289 eosw_txq->last_pidx == eosw_txq->flowc_idx)) { in ethofld_hard_xmit()
2391 eosw_txq_advance_index(&eosw_txq->last_pidx, 1, eosw_txq->ndesc); in ethofld_hard_xmit()
2407 pktcount = eosw_txq->pidx - eosw_txq->last_pidx; in ethofld_xmit()
2421 eosw_txq_advance_index(&eosw_txq->last_pidx, 1, in ethofld_xmit()
2501 int pktcount = eosw_txq->pidx - eosw_txq->last_pidx; in eosw_txq_flush_pending_skbs()
2524 eosw_txq->pidx = eosw_txq->last_pidx + 1; in eosw_txq_flush_pending_skbs()
Dcxgb4_tc_mqprio.c128 eosw_txq->last_pidx = 0; in cxgb4_clean_eosw_txq()
Dcxgb4.h934 u32 last_pidx; /* Last successfully transmitted Producer Index */ member
Dcxgb4_debugfs.c2888 T("Last-PIDX:", last_pidx); in sge_qinfo_show()