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

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

Completed in 183 milliseconds