Home
last modified time | relevance | path

Searched refs:txq_stopped (Results 1 – 3 of 3) sorted by relevance

/drivers/net/ethernet/chelsio/cxgb3/
Dsge.c659 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()
[all …]
Dadapter.h209 unsigned long txq_stopped; /* which Tx queues are stopped */ member
/drivers/net/ethernet/broadcom/genet/
Dbcmgenet.c3463 bool txq_stopped; in bcmgenet_dump_tx_queue() local
3480 txq_stopped = netif_tx_queue_stopped(txq); in bcmgenet_dump_tx_queue()
3492 txq_stopped ? "stopped" : "active", in bcmgenet_dump_tx_queue()