Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/chelsio/cxgb3/
Dsge.c90 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()
[all …]