Searched refs:txq_stopped (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/net/ethernet/chelsio/cxgb3/ |
| H A D | sge.c | 655 q->txq_stopped = 0; in t3_reset_qset() 1249 set_bit(TXQ_ETH, &qs->txq_stopped); in t3_stop_tx_queue() 1311 test_and_clear_bit(TXQ_ETH, &qs->txq_stopped)) { in t3_eth_xmit() 1429 set_bit(qid, &qs->txq_stopped); in check_desc_avail() 1433 test_and_clear_bit(qid, &qs->txq_stopped)) in check_desc_avail() 1543 set_bit(TXQ_CTRL, &qs->txq_stopped); in restart_ctrlq() 1547 test_and_clear_bit(TXQ_CTRL, &qs->txq_stopped)) in restart_ctrlq() 1758 set_bit(TXQ_OFLD, &qs->txq_stopped); in restart_offloadq() 1762 test_and_clear_bit(TXQ_OFLD, &qs->txq_stopped)) in restart_offloadq() 1987 if (test_bit(TXQ_ETH, &qs->txq_stopped) && in restart_tx() [all …]
|
| H A D | adapter.h | 209 unsigned long txq_stopped; /* which Tx queues are stopped */ member
|
| /linux/drivers/net/ethernet/airoha/ |
| H A D | airoha_eth.h | 196 bool txq_stopped; member
|
| H A D | airoha_eth.c | 869 q->txq_stopped = false; in airoha_qdma_wake_netdev_txqs() 950 if (q->txq_stopped && q->ndesc - q->queued >= q->free_thr) { in airoha_qdma_tx_napi_poll() 2055 q->txq_stopped = true; in airoha_dev_xmit() 2110 q->txq_stopped = true; in airoha_dev_xmit()
|
| /linux/drivers/net/ethernet/microsoft/mana/ |
| H A D | mana_en.c | 1787 bool txq_stopped; in mana_poll_tx_cq() local 1878 txq_stopped = netif_tx_queue_stopped(net_txq); in mana_poll_tx_cq() 1883 if (txq_stopped && apc->port_is_up && avail_space >= MAX_TX_WQE_SIZE) { in mana_poll_tx_cq()
|
| /linux/drivers/net/ethernet/broadcom/genet/ |
| H A D | bcmgenet.c | 3444 bool txq_stopped; in bcmgenet_dump_tx_queue() local 3456 txq_stopped = netif_tx_queue_stopped(txq); in bcmgenet_dump_tx_queue() 3468 txq_stopped ? "stopped" : "active", in bcmgenet_dump_tx_queue()
|