Lines Matching refs:txq_stopped
586 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()
1846 test_and_clear_bit(TXQ_ETH, &qs->txq_stopped)) { in restart_tx()
1852 if (test_bit(TXQ_OFLD, &qs->txq_stopped) && in restart_tx()
1854 test_and_clear_bit(TXQ_OFLD, &qs->txq_stopped)) { in restart_tx()
1858 if (test_bit(TXQ_CTRL, &qs->txq_stopped) && in restart_tx()
1860 test_and_clear_bit(TXQ_CTRL, &qs->txq_stopped)) { in restart_tx()
2368 if (unlikely(qs->txq_stopped != 0)) in process_responses()
2474 if (unlikely(qs->txq_stopped != 0)) in process_pure_responses()