Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dmlx4_stats.h32 unsigned long queue_stopped; member
H A Den_port.c266 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 Den_netdev.c2066 tx_ring[i]->queue_stopped = 0; in mlx4_en_clear_stats()
/linux/drivers/net/wireless/realtek/rtw88/
H A Dpci.h190 bool queue_stopped; member
H A Dpci.c934 ring->queue_stopped = true; in rtw_pci_tx_write()
983 if (ring->queue_stopped && in rtw_pci_tx_isr()
987 ring->queue_stopped = false; in rtw_pci_tx_isr()
/linux/drivers/net/ethernet/synopsys/
H A 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()
H A Ddwc-xlgmac.h349 unsigned int queue_stopped; member
/linux/drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/
H A Dtx.c490 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()
2436 test_bit(txq_id, trans_pcie->txqs.queue_stopped)) { in iwl_pcie_reclaim()
/linux/include/scsi/
H A Dscsi_device.h259 unsigned int queue_stopped; /* request queue is quiesced */ member
/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-drv.c173 ring->tx.queue_stopped = 1; in xgbe_maybe_stop_tx_queue()
2254 if ((ring->tx.queue_stopped == 1) && in xgbe_tx_poll()
2256 ring->tx.queue_stopped = 0; in xgbe_tx_poll()
H A Dxgbe.h421 unsigned int queue_stopped; member
/linux/drivers/scsi/
H A Dscsi_lib.c2934 if (cmpxchg(&sdev->queue_stopped, 1, 0)) in scsi_start_queue()
2946 if (!cmpxchg(&sdev->queue_stopped, 0, 1)) in scsi_stop_queue()
/linux/drivers/net/wireless/intel/iwlegacy/
H A Ddebug.c842 !!test_bit(cnt, il->queue_stopped), in il_dbgfs_tx_queue_read()