Home
last modified time | relevance | path

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

/drivers/net/ethernet/chelsio/cxgb3/
Dsge.c90 enum { TXQ_ETH, TXQ_OFLD, TXQ_CTRL }; enumerator
735 qs->txq[TXQ_ETH].cntxt_id = FW_TUNNEL_SGEEC_START + id; in init_qset_cntxt()
736 qs->txq[TXQ_ETH].token = FW_TUNNEL_TID_START + id; in init_qset_cntxt()
1254 set_bit(TXQ_ETH, &qs->txq_stopped); in t3_stop_tx_queue()
1287 q = &qs->txq[TXQ_ETH]; in t3_eth_xmit()
1316 test_and_clear_bit(TXQ_ETH, &qs->txq_stopped)) { in t3_eth_xmit()
1989 if (test_bit(TXQ_ETH, &qs->txq_stopped) && in restart_tx()
1990 should_restart_tx(&qs->txq[TXQ_ETH]) && in restart_tx()
1991 test_and_clear_bit(TXQ_ETH, &qs->txq_stopped)) { in restart_tx()
1992 qs->txq[TXQ_ETH].restarts++; in restart_tx()
[all …]