Searched refs:txq_stopped (Results 1 – 4 of 4) sorted by relevance
658 q->txq_stopped = 0; in t3_reset_qset()1251 set_bit(TXQ_ETH, &qs->txq_stopped); in t3_stop_tx_queue()1431 set_bit(qid, &qs->txq_stopped); in check_desc_avail()1435 test_and_clear_bit(qid, &qs->txq_stopped)) in check_desc_avail()1545 set_bit(TXQ_CTRL, &qs->txq_stopped); in restart_ctrlq()1760 set_bit(TXQ_OFLD, &qs->txq_stopped); in restart_offloadq()1989 if (test_bit(TXQ_ETH, &qs->txq_stopped) && in restart_tx()1997 if (test_bit(TXQ_OFLD, &qs->txq_stopped) && in restart_tx()2005 if (test_bit(TXQ_CTRL, &qs->txq_stopped) && in restart_tx()2456 if (unlikely(qs->txq_stopped != 0)) in process_responses()[all …]
209 unsigned long txq_stopped; /* which Tx queues are stopped */ member
794 bool txq_stopped; in mana_poll_tx_cq() local873 txq_stopped = netif_tx_queue_stopped(net_txq); in mana_poll_tx_cq()878 if (txq_stopped && apc->port_is_up && avail_space >= MAX_TX_WQE_SIZE) { in mana_poll_tx_cq()
3491 bool txq_stopped; in bcmgenet_dump_tx_queue() local3508 txq_stopped = netif_tx_queue_stopped(txq); in bcmgenet_dump_tx_queue()3520 txq_stopped ? "stopped" : "active", in bcmgenet_dump_tx_queue()
Completed in 32 milliseconds