Home
last modified time | relevance | path

Searched refs:queue_stop_count (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/dvm/
Dmain.c1025 atomic_set(&priv->queue_stop_count[i], 0); in iwlagn_prepare_restart()
1461 atomic_set(&priv->queue_stop_count[i], 0); in iwl_op_mode_dvm_start()
2058 if (atomic_inc_return(&priv->queue_stop_count[mq]) > 1) { in iwl_stop_sw_queue()
2077 if (atomic_dec_return(&priv->queue_stop_count[mq]) > 0) { in iwl_wake_sw_queue()
Ddev.h650 atomic_t queue_stop_count[IWL_MAX_HW_QUEUES]; member
/Linux-v5.4/drivers/net/wireless/intel/iwlegacy/
Dcommon.h1292 atomic_t queue_stop_count[4]; member
2259 if (atomic_dec_return(&il->queue_stop_count[ac]) <= 0) in _il_wake_queue()
2266 if (atomic_inc_return(&il->queue_stop_count[ac]) > 0) in _il_stop_queue()
Ddebug.c851 atomic_read(&il->queue_stop_count[cnt])); in il_dbgfs_tx_queue_read()
D4965-mac.c5238 atomic_set(&il->queue_stop_count[i], 0); in il4965_alive_notify()