Home
last modified time | relevance | path

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

/drivers/net/ethernet/mellanox/mlx4/
A Dmlx4_stats.h32 unsigned long queue_stopped; member
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()
A Dmlx4_en.h305 unsigned long queue_stopped; member
A Den_tx.c1097 ring->queue_stopped++; in mlx4_en_xmit()
A Den_netdev.c2066 tx_ring[i]->queue_stopped = 0; in mlx4_en_clear_stats()
/drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/
A Dtrans-gen2.c369 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()
A Dinternal.h308 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()
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()
2431 test_bit(txq_id, trans_pcie->txqs.queue_stopped)) { in iwl_pcie_reclaim()
A Dtrans.c2765 !!test_bit(state->pos, trans_pcie->txqs.queue_stopped)); in iwl_dbgfs_tx_queue_seq_show()
/drivers/net/wireless/realtek/rtw88/
A Dpci.h190 bool queue_stopped; member
A Dpci.c933 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()
/drivers/net/ethernet/ibm/ehea/
A Dehea_ethtool.c254 tmp += port->port_res[k].p_stats.queue_stopped; in ehea_get_ethtool_stats()
A Dehea.h321 int queue_stopped; member
A Dehea_main.c2082 pr->p_stats.queue_stopped++; in ehea_start_xmit()
/drivers/net/ethernet/synopsys/
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()
A Ddwc-xlgmac.h349 unsigned int queue_stopped; member
/drivers/net/ethernet/sis/
A 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()
/drivers/net/wireless/intel/iwlegacy/
A Dcommon.h1297 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()
A Ddebug.c842 !!test_bit(cnt, il->queue_stopped), in il_dbgfs_tx_queue_read()
A D4965-mac.c5228 memset(&il->queue_stopped[0], 0, sizeof(il->queue_stopped)); in il4965_alive_notify()
/drivers/net/ethernet/amd/xgbe/
A Dxgbe-drv.c173 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()
A Dxgbe.h401 unsigned int queue_stopped; member
/drivers/scsi/
A Dscsi_lib.c2843 if (cmpxchg(&sdev->queue_stopped, 1, 0)) in scsi_start_queue()
2855 if (!cmpxchg(&sdev->queue_stopped, 0, 1)) in scsi_stop_queue()

Completed in 98 milliseconds