Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/queue/
H A Dtx.h85 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 Dtx.c74 memset(trans->txqs.queue_stopped, 0, in iwl_txq_gen2_tx_stop()
75 sizeof(trans->txqs.queue_stopped)); in iwl_txq_gen2_tx_stop()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtrans-gen2.c265 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 Dtx.c402 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()
H A Dtrans.c2569 !!test_bit(state->pos, trans->txqs.queue_stopped)); in iwl_dbgfs_tx_queue_seq_show()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx4/
H A Den_port.c262 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()
H A Dmlx4_stats.h38 unsigned long queue_stopped; member
H A Dmlx4_en.h323 unsigned long queue_stopped; member
H A Den_tx.c1076 ring->queue_stopped++; in mlx4_en_xmit()
H A Den_netdev.c2054 tx_ring[i]->queue_stopped = 0; in mlx4_en_clear_stats()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtw88/
H A Dpci.h180 bool queue_stopped; member
H A Dpci.c861 ring->queue_stopped = true; in rtw_pci_tx_write()
908 if (ring->queue_stopped && in rtw_pci_tx_isr()
912 ring->queue_stopped = false; in rtw_pci_tx_isr()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/ibm/ehea/
H A Dehea_ethtool.c254 tmp += port->port_res[k].p_stats.queue_stopped; in ehea_get_ethtool_stats()
H A Dehea.h320 int queue_stopped; member
H A Dehea_main.c2078 pr->p_stats.queue_stopped++; in ehea_start_xmit()
/OK3568_Linux_fs/kernel/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.h348 unsigned int queue_stopped; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sis/
H 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()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.h1285 unsigned long queue_stopped[BITS_TO_LONGS(IL_MAX_HW_QUEUES)]; member
2273 if (test_and_clear_bit(hwq, il->queue_stopped)) in il_wake_queue()
2284 if (!test_and_set_bit(hwq, il->queue_stopped)) in il_stop_queue()
H A Ddebug.c842 !!test_bit(cnt, il->queue_stopped), in il_dbgfs_tx_queue_read()
H A D4965-mac.c5232 memset(&il->queue_stopped[0], 0, sizeof(il->queue_stopped)); in il4965_alive_notify()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-drv.c282 ring->tx.queue_stopped = 1; in xgbe_maybe_stop_tx_queue()
2467 if ((ring->tx.queue_stopped == 1) && in xgbe_tx_poll()
2469 ring->tx.queue_stopped = 0; in xgbe_tx_poll()
H A Dxgbe.h483 unsigned int queue_stopped; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/
H A Diwl-trans.h929 unsigned long queue_stopped[BITS_TO_LONGS(IWL_MAX_TVQM_QUEUES)]; member