Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx4/
Dmlx4_stats.h32 unsigned long queue_stopped; member
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()
Dmlx4_en.h314 unsigned long queue_stopped; member
Den_tx.c1100 ring->queue_stopped++; in mlx4_en_xmit()
Den_netdev.c2066 tx_ring[i]->queue_stopped = 0; in mlx4_en_clear_stats()
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/pcie/
Dtrans-gen2.c349 memset(trans_pcie->txqs.queue_stopped, 0, in iwl_trans_pcie_gen2_fw_alive()
350 sizeof(trans_pcie->txqs.queue_stopped)); in iwl_trans_pcie_gen2_fw_alive()
Dinternal.h314 unsigned long queue_stopped[BITS_TO_LONGS(IWL_MAX_TVQM_QUEUES)]; member
700 if (!test_and_set_bit(txq->id, trans_pcie->txqs.queue_stopped)) { in iwl_txq_stop()
738 if (test_and_clear_bit(txq->id, trans_pcie->txqs.queue_stopped)) { in iwl_trans_pcie_wake_queue()
Dtx.c488 memset(trans_pcie->txqs.queue_stopped, 0, in iwl_pcie_tx_start()
489 sizeof(trans_pcie->txqs.queue_stopped)); in iwl_pcie_tx_start()
626 memset(trans_pcie->txqs.queue_stopped, 0, in iwl_pcie_tx_stop()
627 sizeof(trans_pcie->txqs.queue_stopped)); in iwl_pcie_tx_stop()
2419 test_bit(txq_id, trans_pcie->txqs.queue_stopped)) { in iwl_pcie_reclaim()
Dtrans.c2660 !!test_bit(state->pos, trans_pcie->txqs.queue_stopped)); in iwl_dbgfs_tx_queue_seq_show()
/linux-6.12.1/drivers/net/wireless/realtek/rtw88/
Dpci.h190 bool queue_stopped; member
Dpci.c932 ring->queue_stopped = true; in rtw_pci_tx_write()
981 if (ring->queue_stopped && in rtw_pci_tx_isr()
985 ring->queue_stopped = false; in rtw_pci_tx_isr()
/linux-6.12.1/drivers/net/ethernet/ibm/ehea/
Dehea_ethtool.c254 tmp += port->port_res[k].p_stats.queue_stopped; in ehea_get_ethtool_stats()
Dehea.h321 int queue_stopped; member
Dehea_main.c2082 pr->p_stats.queue_stopped++; in ehea_start_xmit()
/linux-6.12.1/drivers/net/ethernet/synopsys/
Ddwc-xlgmac-net.c49 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()
Ddwc-xlgmac.h349 unsigned int queue_stopped; member
/linux-6.12.1/include/scsi/
Dscsi_device.h247 unsigned int queue_stopped; /* request queue is quiesced */ member
/linux-6.12.1/drivers/net/ethernet/sis/
Dsis190.c695 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-6.12.1/drivers/net/wireless/intel/iwlegacy/
Dcommon.h1297 unsigned long queue_stopped[BITS_TO_LONGS(IL_MAX_HW_QUEUES)]; member
2286 if (test_and_clear_bit(hwq, il->queue_stopped)) in il_wake_queue()
2297 if (!test_and_set_bit(hwq, il->queue_stopped)) in il_stop_queue()
Ddebug.c842 !!test_bit(cnt, il->queue_stopped), in il_dbgfs_tx_queue_read()
D4965-mac.c5225 memset(&il->queue_stopped[0], 0, sizeof(il->queue_stopped)); in il4965_alive_notify()
/linux-6.12.1/drivers/net/ethernet/amd/xgbe/
Dxgbe.h486 unsigned int queue_stopped; member
Dxgbe-drv.c282 ring->tx.queue_stopped = 1; in xgbe_maybe_stop_tx_queue()
2475 if ((ring->tx.queue_stopped == 1) && in xgbe_tx_poll()
2477 ring->tx.queue_stopped = 0; in xgbe_tx_poll()
/linux-6.12.1/drivers/scsi/
Dscsi_lib.c2822 if (cmpxchg(&sdev->queue_stopped, 1, 0)) in scsi_start_queue()
2834 if (!cmpxchg(&sdev->queue_stopped, 0, 1)) in scsi_stop_queue()