| /Linux-v6.6/drivers/net/wireless/intel/iwlwifi/queue/ | 
| 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()
  | 
| D | tx.c | 1651 	    test_bit(txq_id, trans->txqs.queue_stopped)) {  in iwl_txq_reclaim()
  | 
| /Linux-v6.6/drivers/net/ethernet/mellanox/mlx4/ | 
| D | mlx4_stats.h | 32 	unsigned long queue_stopped;  member
  | 
| 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()
  | 
| D | mlx4_en.h | 314 	unsigned long		queue_stopped;  member
  | 
| D | en_tx.c | 1100 		ring->queue_stopped++;  in mlx4_en_xmit()
  | 
| /Linux-v6.6/drivers/net/wireless/intel/iwlwifi/pcie/ | 
| D | trans-gen2.c | 335 	memset(trans->txqs.queue_stopped, 0,  in iwl_trans_pcie_gen2_fw_alive() 336 	       sizeof(trans->txqs.queue_stopped));  in iwl_trans_pcie_gen2_fw_alive()
  | 
| 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()
  | 
| D | trans.c | 2642 		   !!test_bit(state->pos, trans->txqs.queue_stopped));  in iwl_dbgfs_tx_queue_seq_show()
  | 
| /Linux-v6.6/drivers/net/wireless/realtek/rtw88/ | 
| D | pci.h | 190 	bool queue_stopped;  member
  | 
| D | pci.c | 931 		ring->queue_stopped = true;  in rtw_pci_tx_write() 980 		if (ring->queue_stopped &&  in rtw_pci_tx_isr() 984 			ring->queue_stopped = false;  in rtw_pci_tx_isr()
  | 
| /Linux-v6.6/drivers/net/ethernet/ibm/ehea/ | 
| D | ehea_ethtool.c | 254 		tmp += port->port_res[k].p_stats.queue_stopped;  in ehea_get_ethtool_stats()
  | 
| D | ehea.h | 321 	int queue_stopped;  member
  | 
| D | ehea_main.c | 2082 		pr->p_stats.queue_stopped++;  in ehea_start_xmit()
  | 
| /Linux-v6.6/drivers/net/ethernet/synopsys/ | 
| 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()
  | 
| D | dwc-xlgmac.h | 349 			unsigned int queue_stopped;  member
  | 
| /Linux-v6.6/include/scsi/ | 
| D | scsi_device.h | 244 	unsigned int queue_stopped;	/* request queue is quiesced */  member
  | 
| /Linux-v6.6/drivers/net/ethernet/sis/ | 
| 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()
  | 
| /Linux-v6.6/drivers/net/wireless/intel/iwlegacy/ | 
| D | common.h | 1285 	unsigned long queue_stopped[BITS_TO_LONGS(IL_MAX_HW_QUEUES)];  member 2274 	if (test_and_clear_bit(hwq, il->queue_stopped))  in il_wake_queue() 2285 	if (!test_and_set_bit(hwq, il->queue_stopped))  in il_stop_queue()
  | 
| D | debug.c | 842 			      !!test_bit(cnt, il->queue_stopped),  in il_dbgfs_tx_queue_read()
  | 
| D | 4965-mac.c | 5231 	memset(&il->queue_stopped[0], 0, sizeof(il->queue_stopped));  in il4965_alive_notify()
  | 
| /Linux-v6.6/drivers/net/ethernet/amd/xgbe/ | 
| D | xgbe.h | 486 			unsigned int queue_stopped;  member
  | 
| D | xgbe-drv.c | 282 		ring->tx.queue_stopped = 1;  in xgbe_maybe_stop_tx_queue() 2461 	if ((ring->tx.queue_stopped == 1) &&  in xgbe_tx_poll() 2463 		ring->tx.queue_stopped = 0;  in xgbe_tx_poll()
  | 
| /Linux-v6.6/drivers/net/wireless/intel/iwlwifi/ | 
| D | iwl-trans.h | 1001 	unsigned long queue_stopped[BITS_TO_LONGS(IWL_MAX_TVQM_QUEUES)];  member
  | 
| /Linux-v6.6/drivers/scsi/ | 
| D | scsi_lib.c | 2729 	if (cmpxchg(&sdev->queue_stopped, 1, 0))  in scsi_start_queue() 2741 	if (!cmpxchg(&sdev->queue_stopped, 0, 1))  in scsi_stop_queue()
  |