Lines Matching refs:tx_cons
1049 if (sblk->idx[0].tx_consumer != tnapi->tx_cons) in tg3_has_work()
6491 tnapi->tx_prod, tnapi->tx_cons, tnapi->tx_pending, in tg3_dump_state()
6525 ((tnapi->tx_prod - tnapi->tx_cons) & (TG3_TX_RING_SIZE - 1)); in tg3_tx_avail()
6536 u32 sw_idx = tnapi->tx_cons; in tg3_tx()
6611 tnapi->tx_cons = sw_idx; in tg3_tx()
7163 if (tnapi->hw_status->idx[0].tx_consumer != tnapi->tx_cons) { in tg3_poll_work()
7245 if (likely(sblk->idx[0].tx_consumer == tnapi->tx_cons && in tg3_poll_msix()
8581 tnapi->tx_cons = 0; in tg3_init_rings()
9608 tp->napi[i].tx_cons = 0; in tg3_rings_reset()
9621 tp->napi[0].tx_cons = 0; in tg3_rings_reset()
10955 tnapi->last_tx_cons == tnapi->tx_cons) { in tg3_chk_missed_msi()
10965 tnapi->last_tx_cons = tnapi->tx_cons; in tg3_chk_missed_msi()