Searched refs:queue_stopped (Results 1 – 21 of 21) sorted by relevance
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/pcie/ |
D | trans-gen2.c | 285 memset(trans_pcie->queue_stopped, 0, sizeof(trans_pcie->queue_stopped)); in iwl_trans_pcie_gen2_fw_alive()
|
D | internal.h | 585 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()
|
D | tx.c | 735 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()
|
D | tx-gen2.c | 76 memset(trans_pcie->queue_stopped, 0, sizeof(trans_pcie->queue_stopped)); in iwl_pcie_gen2_tx_stop()
|
D | trans.c | 2498 !!test_bit(cnt, trans_pcie->queue_stopped), in iwl_dbgfs_tx_queue_read()
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx4/ |
D | mlx4_stats.h | 38 unsigned long queue_stopped; member
|
D | en_port.c | 262 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()
|
D | mlx4_en.h | 320 unsigned long queue_stopped; member
|
D | en_tx.c | 1045 ring->queue_stopped++; in mlx4_en_xmit()
|
D | en_netdev.c | 2044 tx_ring[i]->queue_stopped = 0; in mlx4_en_clear_stats()
|
/Linux-v4.19/drivers/net/ethernet/ibm/ehea/ |
D | ehea_ethtool.c | 268 tmp += port->port_res[k].p_stats.queue_stopped; in ehea_get_ethtool_stats()
|
D | ehea.h | 334 int queue_stopped; member
|
D | ehea_main.c | 2097 pr->p_stats.queue_stopped++; in ehea_start_xmit()
|
/Linux-v4.19/drivers/net/ethernet/synopsys/ |
D | dwc-xlgmac-net.c | 49 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()
|
D | dwc-xlgmac.h | 348 unsigned int queue_stopped; member
|
/Linux-v4.19/drivers/net/ethernet/sis/ |
D | sis190.c | 692 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/ |
D | common.h | 1303 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()
|
D | debug.c | 871 !!test_bit(cnt, il->queue_stopped), in il_dbgfs_tx_queue_read()
|
D | 4965-mac.c | 5255 memset(&il->queue_stopped[0], 0, sizeof(il->queue_stopped)); in il4965_alive_notify()
|
/Linux-v4.19/drivers/net/ethernet/amd/xgbe/ |
D | xgbe.h | 484 unsigned int queue_stopped; member
|
D | xgbe-drv.c | 283 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()
|