Home
last modified time | relevance | path

Searched refs:queue_stopped (Results 1 – 21 of 21) sorted by relevance

/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/pcie/
Dtrans-gen2.c285 memset(trans_pcie->queue_stopped, 0, sizeof(trans_pcie->queue_stopped)); in iwl_trans_pcie_gen2_fw_alive()
Dinternal.h585 unsigned long queue_stopped[BITS_TO_LONGS(IWL_MAX_TVQM_QUEUES)]; member
971 if (test_and_clear_bit(txq->id, trans_pcie->queue_stopped)) { in iwl_wake_queue()
982 if (!test_and_set_bit(txq->id, trans_pcie->queue_stopped)) { in iwl_stop_queue()
Dtx.c735 memset(trans_pcie->queue_stopped, 0, sizeof(trans_pcie->queue_stopped)); in iwl_pcie_tx_start()
872 memset(trans_pcie->queue_stopped, 0, sizeof(trans_pcie->queue_stopped)); in iwl_pcie_tx_stop()
1138 test_bit(txq_id, trans_pcie->queue_stopped)) { in iwl_trans_pcie_reclaim()
Dtx-gen2.c76 memset(trans_pcie->queue_stopped, 0, sizeof(trans_pcie->queue_stopped)); in iwl_pcie_gen2_tx_stop()
Dtrans.c2498 !!test_bit(cnt, trans_pcie->queue_stopped), in iwl_dbgfs_tx_queue_read()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx4/
Dmlx4_stats.h38 unsigned long queue_stopped; member
Den_port.c262 priv->port_stats.queue_stopped = 0; in mlx4_en_DUMP_ETH_STATS()
272 priv->port_stats.queue_stopped += READ_ONCE(ring->queue_stopped); in mlx4_en_DUMP_ETH_STATS()
Dmlx4_en.h320 unsigned long queue_stopped; member
Den_tx.c1045 ring->queue_stopped++; in mlx4_en_xmit()
Den_netdev.c2044 tx_ring[i]->queue_stopped = 0; in mlx4_en_clear_stats()
/Linux-v4.19/drivers/net/ethernet/ibm/ehea/
Dehea_ethtool.c268 tmp += port->port_res[k].p_stats.queue_stopped; in ehea_get_ethtool_stats()
Dehea.h334 int queue_stopped; member
Dehea_main.c2097 pr->p_stats.queue_stopped++; in ehea_start_xmit()
/Linux-v4.19/drivers/net/ethernet/synopsys/
Ddwc-xlgmac-net.c49 ring->tx.queue_stopped = 1; in xlgmac_maybe_stop_tx_queue()
1096 if ((ring->tx.queue_stopped == 1) && in xlgmac_tx_poll()
1098 ring->tx.queue_stopped = 0; in xlgmac_tx_poll()
Ddwc-xlgmac.h348 unsigned int queue_stopped; member
/Linux-v4.19/drivers/net/ethernet/sis/
Dsis190.c692 unsigned int queue_stopped; in sis190_tx_interrupt() local
696 queue_stopped = (pending == NUM_TX_DESC); in sis190_tx_interrupt()
723 if (queue_stopped) in sis190_tx_interrupt()
/Linux-v4.19/drivers/net/wireless/intel/iwlegacy/
Dcommon.h1303 unsigned long queue_stopped[BITS_TO_LONGS(IL_MAX_HW_QUEUES)]; member
2298 if (test_and_clear_bit(hwq, il->queue_stopped)) in il_wake_queue()
2309 if (!test_and_set_bit(hwq, il->queue_stopped)) in il_stop_queue()
Ddebug.c871 !!test_bit(cnt, il->queue_stopped), in il_dbgfs_tx_queue_read()
D4965-mac.c5255 memset(&il->queue_stopped[0], 0, sizeof(il->queue_stopped)); in il4965_alive_notify()
/Linux-v4.19/drivers/net/ethernet/amd/xgbe/
Dxgbe.h484 unsigned int queue_stopped; member
Dxgbe-drv.c283 ring->tx.queue_stopped = 1; in xgbe_maybe_stop_tx_queue()
2673 if ((ring->tx.queue_stopped == 1) && in xgbe_tx_poll()
2675 ring->tx.queue_stopped = 0; in xgbe_tx_poll()