Lines Matching refs:TXQ_ETH
90 enum { TXQ_ETH, TXQ_OFLD, TXQ_CTRL }; enumerator
731 qs->txq[TXQ_ETH].cntxt_id = FW_TUNNEL_SGEEC_START + id; in init_qset_cntxt()
732 qs->txq[TXQ_ETH].token = FW_TUNNEL_TID_START + id; in init_qset_cntxt()
1210 set_bit(TXQ_ETH, &qs->txq_stopped); in t3_stop_tx_queue()
1242 q = &qs->txq[TXQ_ETH]; in t3_eth_xmit()
1263 test_and_clear_bit(TXQ_ETH, &qs->txq_stopped)) { in t3_eth_xmit()
1921 if (test_bit(TXQ_ETH, &qs->txq_stopped) && in restart_tx()
1922 should_restart_tx(&qs->txq[TXQ_ETH]) && in restart_tx()
1923 test_and_clear_bit(TXQ_ETH, &qs->txq_stopped)) { in restart_tx()
1924 qs->txq[TXQ_ETH].restarts++; in restart_tx()
2153 clear_bit(TXQ_RUNNING, &qs->txq[TXQ_ETH].flags); in handle_rsp_cntrl_info()
2158 qs->txq[TXQ_ETH].processed += credits; in handle_rsp_cntrl_info()
2187 struct sge_txq *txq = &qs->txq[TXQ_ETH]; in check_ring_db()
2863 tbd[TXQ_ETH] = reclaim_completed_tx(adap, &qs->txq[TXQ_ETH], in sge_timer_tx()
2875 (max(tbd[TXQ_ETH], tbd[TXQ_OFLD]) / in sge_timer_tx()
3034 q->txq[TXQ_ETH].stop_thres = nports * in t3_sge_alloc_qset()
3075 ret = t3_sge_init_ecntxt(adapter, q->txq[TXQ_ETH].cntxt_id, USE_GTS, in t3_sge_alloc_qset()
3076 SGE_CNTXT_ETH, id, q->txq[TXQ_ETH].phys_addr, in t3_sge_alloc_qset()
3077 q->txq[TXQ_ETH].size, q->txq[TXQ_ETH].token, in t3_sge_alloc_qset()
3296 q->txq_size[TXQ_ETH] = 1024; in t3_sge_prep()