Searched refs:queue_stopped (Results 1 - 25 of 26) sorted by relevance

12

/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dmlx4_stats.h32 unsigned long queue_stopped; member in struct:mlx4_en_port_stats
H A Den_port.c266 priv->port_stats.queue_stopped = 0;
276 priv->port_stats.queue_stopped += READ_ONCE(ring->queue_stopped);
H A Dmlx4_en.h312 * Only queue_stopped might be used if BQL is not properly working.
314 unsigned long queue_stopped; member in struct:mlx4_en_tx_ring
H A Den_tx.c1100 ring->queue_stopped++;
H A Den_netdev.c2065 tx_ring[i]->queue_stopped = 0;
/linux-master/drivers/net/wireless/intel/iwlwifi/queue/
H A Dtx.h32 if (test_and_clear_bit(txq->id, trans->txqs.queue_stopped)) {
63 if (!test_and_set_bit(txq->id, trans->txqs.queue_stopped)) {
H A Dtx.c1653 test_bit(txq_id, trans->txqs.queue_stopped)) {
/linux-master/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtrans-gen2.c349 memset(trans->txqs.queue_stopped, 0,
350 sizeof(trans->txqs.queue_stopped));
H A Dtx.c288 memset(trans->txqs.queue_stopped, 0,
289 sizeof(trans->txqs.queue_stopped));
425 memset(trans->txqs.queue_stopped, 0,
426 sizeof(trans->txqs.queue_stopped));
/linux-master/drivers/net/wireless/realtek/rtw88/
H A Dpci.h190 bool queue_stopped; member in struct:rtw_pci_tx_ring
H A Dpci.c931 ring->queue_stopped = true;
980 if (ring->queue_stopped &&
984 ring->queue_stopped = false;
/linux-master/drivers/net/ethernet/ibm/ehea/
H A Dehea_ethtool.c254 tmp += port->port_res[k].p_stats.queue_stopped;
H A Dehea.h321 int queue_stopped; member in struct:port_stats
H A Dehea_main.c2082 pr->p_stats.queue_stopped++;
/linux-master/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-net.c49 ring->tx.queue_stopped = 1;
1095 if ((ring->tx.queue_stopped == 1) &&
1097 ring->tx.queue_stopped = 0;
H A Ddwc-xlgmac.h349 unsigned int queue_stopped; member in struct:xlgmac_ring::__anon1666::__anon1667
/linux-master/include/scsi/
H A Dscsi_device.h247 unsigned int queue_stopped; /* request queue is quiesced */ member in struct:scsi_device
/linux-master/drivers/net/ethernet/sis/
H A Dsis190.c695 unsigned int queue_stopped; local
699 queue_stopped = (pending == NUM_TX_DESC);
726 if (queue_stopped)
/linux-master/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.h1285 unsigned long queue_stopped[BITS_TO_LONGS(IL_MAX_HW_QUEUES)]; member in struct:il_priv
2274 if (test_and_clear_bit(hwq, il->queue_stopped))
2285 if (!test_and_set_bit(hwq, il->queue_stopped))
H A Ddebug.c842 !!test_bit(cnt, il->queue_stopped),
H A D4965-mac.c5225 memset(&il->queue_stopped[0], 0, sizeof(il->queue_stopped));
/linux-master/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-drv.c282 ring->tx.queue_stopped = 1;
2475 if ((ring->tx.queue_stopped == 1) &&
2477 ring->tx.queue_stopped = 0;
H A Dxgbe.h486 unsigned int queue_stopped; member in struct:xgbe_ring::__anon1192::__anon1193
/linux-master/drivers/net/wireless/intel/iwlwifi/
H A Diwl-trans.h1008 * @queue_stopped: bit mask of stopped queues
1023 unsigned long queue_stopped[BITS_TO_LONGS(IWL_MAX_TVQM_QUEUES)]; member in struct:iwl_trans_txqs
/linux-master/drivers/scsi/
H A Dscsi_lib.c2829 if (cmpxchg(&sdev->queue_stopped, 1, 0))
2836 * The atomic variable of ->queue_stopped covers that
2841 if (!cmpxchg(&sdev->queue_stopped, 0, 1))

Completed in 586 milliseconds

12