Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_tc_mqprio.c130 eosw_txq->last_cidx = 0; in cxgb4_clean_eosw_txq()
Dsge.c2135 d = &eosw_txq->desc[eosw_txq->last_cidx]; in cxgb4_eosw_txq_free_desc()
2145 eosw_txq_advance_index(&eosw_txq->last_cidx, 1, in cxgb4_eosw_txq_free_desc()
2147 d = &eosw_txq->desc[eosw_txq->last_cidx]; in cxgb4_eosw_txq_free_desc()
4044 pktcount = eosw_txq->cidx - eosw_txq->last_cidx; in cxgb4_ethofld_restart()
Dcxgb4.h936 u32 last_cidx; /* Last successfully reclaimed Consumer Index */ member
Dcxgb4_debugfs.c2890 T("Last-CIDX:", last_cidx); in sge_qinfo_show()