Home
last modified time | relevance | path

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

/drivers/net/cxgb3/
Dsge.c586 q->txq_stopped = 0; in t3_reset_qset()
1128 set_bit(TXQ_ETH, &qs->txq_stopped); in t3_stop_tx_queue()
1183 test_and_clear_bit(TXQ_ETH, &qs->txq_stopped)) { in t3_eth_xmit()
1304 set_bit(qid, &qs->txq_stopped); in check_desc_avail()
1308 test_and_clear_bit(qid, &qs->txq_stopped)) in check_desc_avail()
1417 set_bit(TXQ_CTRL, &qs->txq_stopped); in restart_ctrlq()
1421 test_and_clear_bit(TXQ_CTRL, &qs->txq_stopped)) in restart_ctrlq()
1622 set_bit(TXQ_OFLD, &qs->txq_stopped); in restart_offloadq()
1626 test_and_clear_bit(TXQ_OFLD, &qs->txq_stopped)) in restart_offloadq()
1844 if (test_bit(TXQ_ETH, &qs->txq_stopped) && in restart_tx()
[all …]
Dadapter.h206 unsigned long txq_stopped; /* which Tx queues are stopped */ member