Lines Matching refs:tx_cons
1049 if (sblk->idx[0].tx_consumer != tnapi->tx_cons) in tg3_has_work()
6483 tnapi->tx_prod, tnapi->tx_cons, tnapi->tx_pending, in tg3_dump_state()
6517 ((tnapi->tx_prod - tnapi->tx_cons) & (TG3_TX_RING_SIZE - 1)); in tg3_tx_avail()
6528 u32 sw_idx = tnapi->tx_cons; in tg3_tx()
6603 tnapi->tx_cons = sw_idx; in tg3_tx()
7155 if (tnapi->hw_status->idx[0].tx_consumer != tnapi->tx_cons) { in tg3_poll_work()
7237 if (likely(sblk->idx[0].tx_consumer == tnapi->tx_cons && in tg3_poll_msix()
8573 tnapi->tx_cons = 0; in tg3_init_rings()
9600 tp->napi[i].tx_cons = 0; in tg3_rings_reset()
9613 tp->napi[0].tx_cons = 0; in tg3_rings_reset()
10947 tnapi->last_tx_cons == tnapi->tx_cons) { in tg3_chk_missed_msi()
10957 tnapi->last_tx_cons = tnapi->tx_cons; in tg3_chk_missed_msi()