Home
last modified time | relevance | path

Searched refs:IEEE80211_AC_VO (Results 1 – 11 of 11) sorted by relevance

/freebsd-13-stable/sys/contrib/dev/iwlwifi/mvm/
HDpower.c152 for (ac = IEEE80211_AC_VO; ac <= IEEE80211_AC_BK; ac++) { in iwl_mvm_power_configure_uapsd()
166 case IEEE80211_AC_VO: in iwl_mvm_power_configure_uapsd()
184 if (cmd->uapsd_ac_flags == (BIT(IEEE80211_AC_VO) | in iwl_mvm_power_configure_uapsd()
HDsta.c641 else if (ac == IEEE80211_AC_VO && in iwl_mvm_get_shared_queue()
651 else if (ac_to_queue[IEEE80211_AC_VO] != IEEE80211_INVAL_HW_QUEUE) in iwl_mvm_get_shared_queue()
652 queue = ac_to_queue[IEEE80211_AC_VO]; in iwl_mvm_get_shared_queue()
971 mvm->queue_info[queue].mac80211_ac = IEEE80211_AC_VO; in iwl_mvm_update_txq_mapping()
3079 IEEE80211_AC_VO,
3080 IEEE80211_AC_VO,
3081 IEEE80211_AC_VO, /* We treat MGMT as TID 8, which is set as AC_VO */
HDutils.c856 if (!mvmvif->deflink.queue_params[IEEE80211_AC_VO].uapsd && in iwl_mvm_uapsd_agg_disconnect()
967 for (ac = IEEE80211_AC_VO; ac <= IEEE80211_AC_VI; ac++) in iwl_mvm_calc_tcm_stats()
HDcoex.c701 case IEEE80211_AC_VO: in iwl_mvm_bt_coex_tx_prio()
HDrx.c249 (!mvmvif->deflink.queue_params[IEEE80211_AC_VO].uapsd && in iwl_mvm_rx_handle_tcm()
/freebsd-13-stable/sys/contrib/dev/rtw88/
HDtx.c599 if (skb_get_queue_mapping(skb) == IEEE80211_AC_VO) in rtw_txq_check_agg()
738 [IEEE80211_AC_VO] = RTW_TX_QUEUE_VO,
HDmac80211.c47 if (txq->ac == IEEE80211_AC_VO) in rtw_ops_wake_tx_queue()
330 [IEEE80211_AC_VO] = REG_EDCA_VO_PARAM,
HDmac.c990 if (queues & BIT(IEEE80211_AC_VO)) in get_priority_queues()
/freebsd-13-stable/sys/contrib/dev/rtw89/
HDmac80211.c232 [IEEE80211_AC_VO] = 3,
272 [IEEE80211_AC_VO] = R_AX_MUEDCA_VO_PARAM_0,
/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
HDieee80211.h242 IEEE80211_AC_VO = 0, /* net80211::WME_AC_VO */ enumerator
/freebsd-13-stable/sys/compat/linuxkpi/common/src/
HDlinux_80211.c130 IEEE80211_AC_VO,
131 IEEE80211_AC_VO,
133 IEEE80211_AC_VO, /* We treat MGMT as TID 8, which is set as AC_VO */
318 ltxq->txq.ac = IEEE80211_AC_VO; in lkpi_lsta_alloc()
496 return (IEEE80211_AC_VO);
3835 ac = IEEE80211_AC_VO;