Lines Matching refs:tx_cons
1042 if (sblk->idx[0].tx_consumer != tnapi->tx_cons) in tg3_has_work()
6477 tnapi->tx_prod, tnapi->tx_cons, tnapi->tx_pending, in tg3_dump_state()
6511 ((tnapi->tx_prod - tnapi->tx_cons) & (TG3_TX_RING_SIZE - 1)); in tg3_tx_avail()
6522 u32 sw_idx = tnapi->tx_cons; in tg3_tx()
6599 tnapi->tx_cons = sw_idx; in tg3_tx()
7152 if (tnapi->hw_status->idx[0].tx_consumer != tnapi->tx_cons) { in tg3_poll_work()
7236 if (likely(sblk->idx[0].tx_consumer == tnapi->tx_cons && in tg3_poll_msix()
8575 tnapi->tx_cons = 0; in tg3_init_rings()
9588 tp->napi[i].tx_cons = 0; in tg3_rings_reset()
9601 tp->napi[0].tx_cons = 0; in tg3_rings_reset()
10911 tnapi->last_tx_cons == tnapi->tx_cons) { in tg3_chk_missed_msi()
10921 tnapi->last_tx_cons = tnapi->tx_cons; in tg3_chk_missed_msi()