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

/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_tc_mqprio.c130 eosw_txq->last_cidx = 0;
H A Dsge.c2121 d = &eosw_txq->desc[eosw_txq->last_cidx];
2131 eosw_txq_advance_index(&eosw_txq->last_cidx, 1,
2133 d = &eosw_txq->desc[eosw_txq->last_cidx];
4030 pktcount = eosw_txq->cidx - eosw_txq->last_cidx;
H A Dcxgb4.h936 u32 last_cidx; /* Last successfully reclaimed Consumer Index */ member in struct:sge_eosw_txq
H A Dcxgb4_debugfs.c2890 T("Last-CIDX:", last_cidx);

Completed in 184 milliseconds