Home
last modified time | relevance | path

Searched refs:TXQ_ETH (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/drivers/net/cxgb3/
Dsge.c89 enum { TXQ_ETH, TXQ_OFLD, TXQ_CTRL }; enumerator
730 qs->txq[TXQ_ETH].cntxt_id = FW_TUNNEL_SGEEC_START + id; in init_qset_cntxt()
731 qs->txq[TXQ_ETH].token = FW_TUNNEL_TID_START + id; in init_qset_cntxt()
1209 set_bit(TXQ_ETH, &qs->txq_stopped); in t3_stop_tx_queue()
1241 q = &qs->txq[TXQ_ETH]; in t3_eth_xmit()
1262 test_and_clear_bit(TXQ_ETH, &qs->txq_stopped)) { in t3_eth_xmit()
1920 if (test_bit(TXQ_ETH, &qs->txq_stopped) && in restart_tx()
1921 should_restart_tx(&qs->txq[TXQ_ETH]) && in restart_tx()
1922 test_and_clear_bit(TXQ_ETH, &qs->txq_stopped)) { in restart_tx()
1923 qs->txq[TXQ_ETH].restarts++; in restart_tx()
[all …]