Home
last modified time | relevance | path

Searched refs:highest_queued_prio (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wireless/marvell/mwifiex/
H A Dwmm.c222 atomic_set(&wmm->highest_queued_prio, HIGH_PRIO_TID); in mwifiex_wmm_queue_priorities_tid()
446 atomic_set(&priv->wmm.highest_queued_prio, HIGH_PRIO_TID); in mwifiex_wmm_init()
539 atomic_set(&priv->wmm.highest_queued_prio, HIGH_PRIO_TID); in mwifiex_wmm_cleanup_queues()
668 atomic_set(&priv->wmm.highest_queued_prio, HIGH_PRIO_TID); in mwifiex_update_ralist_tx_pause()
712 atomic_set(&priv->wmm.highest_queued_prio, HIGH_PRIO_TID); in mwifiex_update_ralist_tx_pause_in_tdls_cs()
886 if (atomic_read(&priv->wmm.highest_queued_prio) < in mwifiex_wmm_add_buf_txqueue()
888 atomic_set(&priv->wmm.highest_queued_prio, in mwifiex_wmm_add_buf_txqueue()
1113 hqp = &priv_tmp->wmm.highest_queued_prio; in mwifiex_wmm_get_highest_priolist_ptr()
1135 atomic_set(&priv_tmp->wmm.highest_queued_prio, in mwifiex_wmm_get_highest_priolist_ptr()
1142 atomic_set(&priv_tmp->wmm.highest_queued_prio, in mwifiex_wmm_get_highest_priolist_ptr()
H A Dtdls.c73 if (atomic_read(&priv->wmm.highest_queued_prio) < in mwifiex_restore_tdls_packets()
75 atomic_set(&priv->wmm.highest_queued_prio, in mwifiex_restore_tdls_packets()
/linux/drivers/net/wireless/nxp/nxpwifi/
H A Dwmm.c199 atomic_set(&wmm->highest_queued_prio, HIGH_PRIO_TID); in nxpwifi_wmm_queue_priorities_tid()
410 atomic_set(&priv->wmm.highest_queued_prio, HIGH_PRIO_TID); in nxpwifi_wmm_init()
480 atomic_set(&priv->wmm.highest_queued_prio, HIGH_PRIO_TID); in nxpwifi_wmm_cleanup_queues()
593 atomic_set(&priv->wmm.highest_queued_prio, HIGH_PRIO_TID); in nxpwifi_update_ralist_tx_pause()
718 if (atomic_read(&priv->wmm.highest_queued_prio) < in nxpwifi_wmm_add_buf_txqueue()
720 atomic_set(&priv->wmm.highest_queued_prio, in nxpwifi_wmm_add_buf_txqueue()
919 hqp = &priv_tmp->wmm.highest_queued_prio; in nxpwifi_wmm_get_highest_priolist_ptr()
939 atomic_set(&priv_tmp->wmm.highest_queued_prio, in nxpwifi_wmm_get_highest_priolist_ptr()
947 atomic_set(&priv_tmp->wmm.highest_queued_prio, in nxpwifi_wmm_get_highest_priolist_ptr()
H A Dmain.h315 atomic_t highest_queued_prio; member