Searched refs:IEEE80211_AC_VO (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13-stable/sys/contrib/dev/iwlwifi/mvm/ |
| HD | power.c | 152 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()
|
| HD | sta.c | 641 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 */
|
| HD | utils.c | 856 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()
|
| HD | coex.c | 701 case IEEE80211_AC_VO: in iwl_mvm_bt_coex_tx_prio()
|
| HD | rx.c | 249 (!mvmvif->deflink.queue_params[IEEE80211_AC_VO].uapsd && in iwl_mvm_rx_handle_tcm()
|
| /freebsd-13-stable/sys/contrib/dev/rtw88/ |
| HD | tx.c | 599 if (skb_get_queue_mapping(skb) == IEEE80211_AC_VO) in rtw_txq_check_agg() 738 [IEEE80211_AC_VO] = RTW_TX_QUEUE_VO,
|
| HD | mac80211.c | 47 if (txq->ac == IEEE80211_AC_VO) in rtw_ops_wake_tx_queue() 330 [IEEE80211_AC_VO] = REG_EDCA_VO_PARAM,
|
| HD | mac.c | 990 if (queues & BIT(IEEE80211_AC_VO)) in get_priority_queues()
|
| /freebsd-13-stable/sys/contrib/dev/rtw89/ |
| HD | mac80211.c | 232 [IEEE80211_AC_VO] = 3, 272 [IEEE80211_AC_VO] = R_AX_MUEDCA_VO_PARAM_0,
|
| /freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/ |
| HD | ieee80211.h | 242 IEEE80211_AC_VO = 0, /* net80211::WME_AC_VO */ enumerator
|
| /freebsd-13-stable/sys/compat/linuxkpi/common/src/ |
| HD | linux_80211.c | 130 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;
|