Lines Matching refs:txq_stopped
659 q->txq_stopped = 0; in t3_reset_qset()
1252 set_bit(TXQ_ETH, &qs->txq_stopped); in t3_stop_tx_queue()
1314 test_and_clear_bit(TXQ_ETH, &qs->txq_stopped)) { in t3_eth_xmit()
1432 set_bit(qid, &qs->txq_stopped); in check_desc_avail()
1436 test_and_clear_bit(qid, &qs->txq_stopped)) in check_desc_avail()
1545 set_bit(TXQ_CTRL, &qs->txq_stopped); in restart_ctrlq()
1549 test_and_clear_bit(TXQ_CTRL, &qs->txq_stopped)) in restart_ctrlq()
1757 set_bit(TXQ_OFLD, &qs->txq_stopped); in restart_offloadq()
1761 test_and_clear_bit(TXQ_OFLD, &qs->txq_stopped)) in restart_offloadq()
1986 if (test_bit(TXQ_ETH, &qs->txq_stopped) && in restart_tx()
1988 test_and_clear_bit(TXQ_ETH, &qs->txq_stopped)) { in restart_tx()
1994 if (test_bit(TXQ_OFLD, &qs->txq_stopped) && in restart_tx()
1996 test_and_clear_bit(TXQ_OFLD, &qs->txq_stopped)) { in restart_tx()
2000 if (test_bit(TXQ_CTRL, &qs->txq_stopped) && in restart_tx()
2002 test_and_clear_bit(TXQ_CTRL, &qs->txq_stopped)) { in restart_tx()
2454 if (unlikely(qs->txq_stopped != 0)) in process_responses()
2563 if (unlikely(qs->txq_stopped != 0)) in process_pure_responses()