Searched refs:txq_stopped (Results 1 – 3 of 3) sorted by relevance
/drivers/net/ethernet/chelsio/cxgb3/ |
D | sge.c | 655 q->txq_stopped = 0; in t3_reset_qset() 1210 set_bit(TXQ_ETH, &qs->txq_stopped); in t3_stop_tx_queue() 1263 test_and_clear_bit(TXQ_ETH, &qs->txq_stopped)) { in t3_eth_xmit() 1381 set_bit(qid, &qs->txq_stopped); in check_desc_avail() 1385 test_and_clear_bit(qid, &qs->txq_stopped)) in check_desc_avail() 1494 set_bit(TXQ_CTRL, &qs->txq_stopped); in restart_ctrlq() 1498 test_and_clear_bit(TXQ_CTRL, &qs->txq_stopped)) in restart_ctrlq() 1699 set_bit(TXQ_OFLD, &qs->txq_stopped); in restart_offloadq() 1703 test_and_clear_bit(TXQ_OFLD, &qs->txq_stopped)) in restart_offloadq() 1921 if (test_bit(TXQ_ETH, &qs->txq_stopped) && in restart_tx() [all …]
|
D | adapter.h | 210 unsigned long txq_stopped; /* which Tx queues are stopped */ member
|
/drivers/net/ethernet/broadcom/genet/ |
D | bcmgenet.c | 2936 bool txq_stopped; in bcmgenet_dump_tx_queue() local 2953 txq_stopped = netif_tx_queue_stopped(txq); in bcmgenet_dump_tx_queue() 2965 txq_stopped ? "stopped" : "active", in bcmgenet_dump_tx_queue()
|