Home
last modified time | relevance | path

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

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