Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c2155 return eosw_txq->desc[eosw_txq->last_pidx].skb; in eosw_txq_peek()
2269 d = &eosw_txq->desc[eosw_txq->last_pidx]; in ethofld_hard_xmit()
2275 eosw_txq->last_pidx == eosw_txq->flowc_idx)) { in ethofld_hard_xmit()
2377 eosw_txq_advance_index(&eosw_txq->last_pidx, 1, eosw_txq->ndesc); in ethofld_hard_xmit()
2393 pktcount = eosw_txq->pidx - eosw_txq->last_pidx; in ethofld_xmit()
2407 eosw_txq_advance_index(&eosw_txq->last_pidx, 1, in ethofld_xmit()
2487 int pktcount = eosw_txq->pidx - eosw_txq->last_pidx; in eosw_txq_flush_pending_skbs()
2510 eosw_txq->pidx = eosw_txq->last_pidx + 1; in eosw_txq_flush_pending_skbs()
H A Dcxgb4_tc_mqprio.c128 eosw_txq->last_pidx = 0; in cxgb4_clean_eosw_txq()
H A Dcxgb4.h934 u32 last_pidx; /* Last successfully transmitted Producer Index */ member
H A Dcxgb4_debugfs.c2888 T("Last-PIDX:", last_pidx); in sge_qinfo_show()