Lines Matching refs:txq_stopped
659 q->txq_stopped = 0; in t3_reset_qset()
1254 set_bit(TXQ_ETH, &qs->txq_stopped); in t3_stop_tx_queue()
1316 test_and_clear_bit(TXQ_ETH, &qs->txq_stopped)) { in t3_eth_xmit()
1434 set_bit(qid, &qs->txq_stopped); in check_desc_avail()
1438 test_and_clear_bit(qid, &qs->txq_stopped)) in check_desc_avail()
1547 set_bit(TXQ_CTRL, &qs->txq_stopped); in restart_ctrlq()
1551 test_and_clear_bit(TXQ_CTRL, &qs->txq_stopped)) in restart_ctrlq()
1760 set_bit(TXQ_OFLD, &qs->txq_stopped); in restart_offloadq()
1764 test_and_clear_bit(TXQ_OFLD, &qs->txq_stopped)) in restart_offloadq()
1989 if (test_bit(TXQ_ETH, &qs->txq_stopped) && in restart_tx()
1991 test_and_clear_bit(TXQ_ETH, &qs->txq_stopped)) { in restart_tx()
1997 if (test_bit(TXQ_OFLD, &qs->txq_stopped) && in restart_tx()
1999 test_and_clear_bit(TXQ_OFLD, &qs->txq_stopped)) { in restart_tx()
2003 if (test_bit(TXQ_CTRL, &qs->txq_stopped) && in restart_tx()
2005 test_and_clear_bit(TXQ_CTRL, &qs->txq_stopped)) { in restart_tx()
2455 if (unlikely(qs->txq_stopped != 0)) in process_responses()
2564 if (unlikely(qs->txq_stopped != 0)) in process_pure_responses()