/linux/drivers/net/ethernet/mellanox/mlx4/ |
H A D | en_port.c | 266 priv->port_stats.queue_stopped = 0; in mlx4_en_DUMP_ETH_STATS() 276 priv->port_stats.queue_stopped += READ_ONCE(ring->queue_stopped); in mlx4_en_DUMP_ETH_STATS()
|
H A D | mlx4_en.h | 303 * Only queue_stopped might be used if BQL is not properly working. 305 unsigned long queue_stopped; member
|
/linux/drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/ |
H A D | trans-gen2.c | 369 memset(trans_pcie->txqs.queue_stopped, 0, in iwl_trans_pcie_gen2_fw_alive() 370 sizeof(trans_pcie->txqs.queue_stopped)); in iwl_trans_pcie_gen2_fw_alive()
|
H A D | internal.h | 294 * @queue_stopped: bit mask of stopped queues 308 unsigned long queue_stopped[BITS_TO_LONGS(IWL_MAX_TVQM_QUEUES)]; member 688 if (!test_and_set_bit(txq->id, trans_pcie->txqs.queue_stopped)) { in iwl_txq_stop() 728 if (test_and_clear_bit(txq->id, trans_pcie->txqs.queue_stopped)) { in iwl_trans_pcie_wake_queue()
|
H A D | tx.c | 490 memset(trans_pcie->txqs.queue_stopped, 0, in iwl_pcie_tx_start() 491 sizeof(trans_pcie->txqs.queue_stopped)); in iwl_pcie_tx_start() 625 memset(trans_pcie->txqs.queue_stopped, 0, in iwl_pcie_tx_stop() 626 sizeof(trans_pcie->txqs.queue_stopped)); in iwl_pcie_tx_stop() 2431 test_bit(txq_id, trans_pcie->txqs.queue_stopped)) { in iwl_pcie_reclaim()
|
H A D | trans.c | 2765 !!test_bit(state->pos, trans_pcie->txqs.queue_stopped)); in iwl_dbgfs_tx_queue_seq_show()
|
/linux/drivers/net/wireless/realtek/rtw88/ |
H A D | pci.h | 190 bool queue_stopped; member
|
H A D | pci.c | 933 ring->queue_stopped = true; in rtw_pci_tx_write() 982 if (ring->queue_stopped && in rtw_pci_tx_isr() 986 ring->queue_stopped = false; in rtw_pci_tx_isr()
|
/linux/drivers/net/ethernet/ibm/ehea/ |
H A D | ehea_ethtool.c | 254 tmp += port->port_res[k].p_stats.queue_stopped; in ehea_get_ethtool_stats()
|
H A D | ehea.h | 321 int queue_stopped; member
|
/linux/drivers/net/ethernet/synopsys/ |
H A 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()
|
H A D | dwc-xlgmac.h | 349 unsigned int queue_stopped; member
|
/linux/include/scsi/ |
H A D | scsi_device.h | 252 unsigned int queue_stopped; /* request queue is quiesced */ member
|
/linux/drivers/net/ethernet/sis/ |
H A D | sis190.c | 695 unsigned int queue_stopped; in sis190_tx_interrupt() local 699 queue_stopped = (pending == NUM_TX_DESC); in sis190_tx_interrupt() 726 if (queue_stopped) in sis190_tx_interrupt()
|
/linux/drivers/net/wireless/intel/iwlegacy/ |
H A D | common.h | 1297 unsigned long queue_stopped[BITS_TO_LONGS(IL_MAX_HW_QUEUES)]; member 2285 if (test_and_clear_bit(hwq, il->queue_stopped)) in il_wake_queue() 2296 if (!test_and_set_bit(hwq, il->queue_stopped)) in il_stop_queue()
|
H A D | debug.c | 842 !!test_bit(cnt, il->queue_stopped), in il_dbgfs_tx_queue_read()
|
H A D | 4965-mac.c | 5228 memset(&il->queue_stopped[0], 0, sizeof(il->queue_stopped)); in il4965_alive_notify()
|
/linux/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-drv.c | 173 ring->tx.queue_stopped = 1; in xgbe_maybe_stop_tx_queue() 2185 if ((ring->tx.queue_stopped == 1) && in xgbe_tx_poll() 2187 ring->tx.queue_stopped = 0; in xgbe_tx_poll()
|
H A D | xgbe.h | 401 unsigned int queue_stopped; member
|
/linux/drivers/scsi/ |
H A D | scsi_lib.c | 2843 if (cmpxchg(&sdev->queue_stopped, 1, 0)) in scsi_start_queue() 2850 * The atomic variable of ->queue_stopped covers that in scsi_stop_queue() 2855 if (!cmpxchg(&sdev->queue_stopped, 0, 1)) in scsi_stop_queue()
|