Lines Matching refs:tx_cons
1049 if (sblk->idx[0].tx_consumer != tnapi->tx_cons) in tg3_has_work()
6498 tnapi->tx_prod, tnapi->tx_cons, tnapi->tx_pending, in tg3_dump_state()
6532 ((tnapi->tx_prod - tnapi->tx_cons) & (TG3_TX_RING_SIZE - 1)); in tg3_tx_avail()
6543 u32 sw_idx = tnapi->tx_cons; in tg3_tx()
6620 tnapi->tx_cons = sw_idx; in tg3_tx()
7172 if (tnapi->hw_status->idx[0].tx_consumer != tnapi->tx_cons) { in tg3_poll_work()
7254 if (likely(sblk->idx[0].tx_consumer == tnapi->tx_cons && in tg3_poll_msix()
8591 tnapi->tx_cons = 0; in tg3_init_rings()
9618 tp->napi[i].tx_cons = 0; in tg3_rings_reset()
9631 tp->napi[0].tx_cons = 0; in tg3_rings_reset()
10966 tnapi->last_tx_cons == tnapi->tx_cons) { in tg3_chk_missed_msi()
10976 tnapi->last_tx_cons = tnapi->tx_cons; in tg3_chk_missed_msi()