/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/queue/ |
H A D | tx.h | 85 if (test_and_clear_bit(txq->id, trans->txqs.queue_stopped)) { in iwl_wake_queue() 116 if (!test_and_set_bit(txq->id, trans->txqs.queue_stopped)) { in iwl_txq_stop()
|
H A D | tx.c | 74 memset(trans->txqs.queue_stopped, 0, in iwl_txq_gen2_tx_stop() 75 sizeof(trans->txqs.queue_stopped)); in iwl_txq_gen2_tx_stop()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/pcie/ |
H A D | trans-gen2.c | 265 memset(trans->txqs.queue_stopped, 0, in iwl_trans_pcie_gen2_fw_alive() 266 sizeof(trans->txqs.queue_stopped)); in iwl_trans_pcie_gen2_fw_alive()
|
H A D | tx.c | 402 memset(trans->txqs.queue_stopped, 0, in iwl_pcie_tx_start() 403 sizeof(trans->txqs.queue_stopped)); in iwl_pcie_tx_start() 540 memset(trans->txqs.queue_stopped, 0, in iwl_pcie_tx_stop() 541 sizeof(trans->txqs.queue_stopped)); in iwl_pcie_tx_stop() 818 test_bit(txq_id, trans->txqs.queue_stopped)) { in iwl_trans_pcie_reclaim()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/queue/ |
H A D | tx.h | 32 if (test_and_clear_bit(txq->id, trans->txqs.queue_stopped)) { in iwl_wake_queue() 63 if (!test_and_set_bit(txq->id, trans->txqs.queue_stopped)) { in iwl_txq_stop()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/ |
H A D | mlx4_stats.h | 38 unsigned long queue_stopped; member
|
H A 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()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/ |
H A D | mlx4_stats.h | 32 unsigned long queue_stopped; member
|
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()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/pcie/ |
H A D | trans-gen2.c | 336 memset(trans->txqs.queue_stopped, 0, in iwl_trans_pcie_gen2_fw_alive() 337 sizeof(trans->txqs.queue_stopped)); in iwl_trans_pcie_gen2_fw_alive()
|
H A D | tx.c | 288 memset(trans->txqs.queue_stopped, 0, in iwl_pcie_tx_start() 289 sizeof(trans->txqs.queue_stopped)); in iwl_pcie_tx_start() 425 memset(trans->txqs.queue_stopped, 0, in iwl_pcie_tx_stop() 426 sizeof(trans->txqs.queue_stopped)); in iwl_pcie_tx_stop()
|
/kernel/linux/linux-5.10/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 | 320 int queue_stopped; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/ |
H A D | pci.h | 180 bool queue_stopped; member
|
/kernel/linux/linux-6.6/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
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/ |
H A D | pci.h | 190 bool queue_stopped; member
|
/kernel/linux/linux-5.10/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 | 348 unsigned int queue_stopped; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/synopsys/ |
H A D | dwc-xlgmac-net.c | 49 ring->tx.queue_stopped = 1; in xlgmac_maybe_stop_tx_queue() 1095 if ((ring->tx.queue_stopped == 1) && in xlgmac_tx_poll() 1097 ring->tx.queue_stopped = 0; in xlgmac_tx_poll()
|
H A D | dwc-xlgmac.h | 349 unsigned int queue_stopped; member
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | scsi_lib.c | 2642 need_start = sdev->queue_stopped; in scsi_start_queue() 2643 sdev->queue_stopped = 0; in scsi_start_queue() 2656 need_stop = !sdev->queue_stopped; in scsi_stop_queue() 2657 sdev->queue_stopped = 1; in scsi_stop_queue()
|
/kernel/linux/linux-5.10/include/scsi/ |
H A D | scsi_device.h | 207 unsigned queue_stopped:1; /* request queue is quiesced */ member
|
/kernel/linux/linux-6.6/include/scsi/ |
H A D | scsi_device.h | 247 unsigned int queue_stopped; /* request queue is quiesced */ member
|
/kernel/linux/linux-5.10/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()
|