/freebsd/sys/dev/iwm/ |
H A D | if_iwm_mac_ctxt.c | 345 cmd->ac[txf].cw_min = htole16(ivp->queue_params[i].cw_min); in iwm_mac_ctxt_cmd_common() 346 cmd->ac[txf].cw_max = htole16(ivp->queue_params[i].cw_max); in iwm_mac_ctxt_cmd_common() 348 htole16(ivp->queue_params[i].edca_txop); in iwm_mac_ctxt_cmd_common() 349 cmd->ac[txf].aifsn = ivp->queue_params[i].aifsn; in iwm_mac_ctxt_cmd_common()
|
H A D | if_iwmvar.h | 377 } queue_params[WME_NUM_AC]; 376 } queue_params[WME_NUM_AC]; global() member
|
H A D | if_iwm.c | 6237 ivp->queue_params[aci].aifsn = ac->wmep_aifsn; in iwm_wme_update() 6238 ivp->queue_params[aci].cw_min = IWM_EXP2(ac->wmep_logcwmin); in iwm_wme_update() 6239 ivp->queue_params[aci].cw_max = IWM_EXP2(ac->wmep_logcwmax); in iwm_wme_update() 6240 ivp->queue_params[aci].edca_txop = in iwm_wme_update()
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | debugfs-vif.c | 217 for (i = 0; i < ARRAY_SIZE(mvmvif->deflink.queue_params); i++) in iwl_dbgfs_mac_params_read() 220 i, mvmvif->deflink.queue_params[i].txop, in iwl_dbgfs_mac_params_read() 221 mvmvif->deflink.queue_params[i].cw_min, in iwl_dbgfs_mac_params_read() 222 mvmvif->deflink.queue_params[i].cw_max, in iwl_dbgfs_mac_params_read() 223 mvmvif->deflink.queue_params[i].aifs, in iwl_dbgfs_mac_params_read() 224 mvmvif->deflink.queue_params[i].uapsd); in iwl_dbgfs_mac_params_read()
|
H A D | rx.c | 249 (!mvmvif->deflink.queue_params[IEEE80211_AC_VO].uapsd && in iwl_mvm_rx_handle_tcm() 250 !mvmvif->deflink.queue_params[IEEE80211_AC_VI].uapsd && in iwl_mvm_rx_handle_tcm() 251 !mvmvif->deflink.queue_params[IEEE80211_AC_BE].uapsd && in iwl_mvm_rx_handle_tcm() 252 !mvmvif->deflink.queue_params[IEEE80211_AC_BK].uapsd) || in iwl_mvm_rx_handle_tcm()
|
H A D | utils.c | 944 if (!mvmvif->deflink.queue_params[IEEE80211_AC_VO].uapsd && in iwl_mvm_calc_tcm_stats() 945 !mvmvif->deflink.queue_params[IEEE80211_AC_VI].uapsd && in iwl_mvm_calc_tcm_stats() 946 !mvmvif->deflink.queue_params[IEEE80211_AC_BE].uapsd && in iwl_mvm_calc_tcm_stats() 947 !mvmvif->deflink.queue_params[IEEE80211_AC_BK].uapsd) in iwl_mvm_calc_tcm_stats()
|
H A D | mac-ctxt.c | 497 cpu_to_le16(mvm_link->queue_params[i].cw_min); in iwl_mvm_set_fw_qos_params() 499 cpu_to_le16(mvm_link->queue_params[i].cw_max); in iwl_mvm_set_fw_qos_params() 501 cpu_to_le16(mvm_link->queue_params[i].txop * 32); in iwl_mvm_set_fw_qos_params() 502 ac[ucode_ac].aifsn = mvm_link->queue_params[i].aifs; in iwl_mvm_set_fw_qos_params()
|
H A D | power.c | 152 if (!mvmvif->deflink.queue_params[ac].uapsd) in iwl_mvm_power_configure_uapsd() 162 if (!tid_found && !mvmvif->deflink.queue_params[ac].acm) { in iwl_mvm_power_configure_uapsd()
|
H A D | mld-mac80211.c | 1101 mvm_link->queue_params[ac] = *params; in iwl_mvm_mld_change_vif_links()
|
H A D | mac80211.c | 2486 &link_info->queue_params[i].mu_edca_param_rec; in iwl_mvm_cfg_he_sta() 2489 if (!link_info->queue_params[i].mu_edca) { in iwl_mvm_cfg_he_sta() 4277 mvmvif->deflink.queue_params[ac] = *params; in __iwl_mvm_mac_set_key()
|
H A D | mvm.h | 301 * @queue_params: QoS params for this MAC 342 struct ieee80211_tx_queue_params queue_params[IEEE80211_NUM_ACS]; 343 struct ieee80211_tx_queue_params queue_params[IEEE80211_NUM_ACS]; global() member
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/ |
H A D | mcu.c | 730 struct ieee80211_tx_queue_params *q = &mvif->bss_conf.queue_params[ac]; in mt7921_mcu_set_tx() 759 if (!mvif->bss_conf.queue_params[ac].mu_edca) in mt7921_mcu_set_tx() 762 q = &mvif->bss_conf.queue_params[ac].mu_edca_param_rec; in mt7921_mcu_set_tx()
|
/freebsd/sys/dev/iwx/ |
H A D | if_iwxvar.h | 887 } queue_params[WME_NUM_AC]; member
|
/freebsd/sys/contrib/dev/mediatek/mt76/ |
H A D | mt792x.h | 123 struct ieee80211_tx_queue_params queue_params[IEEE80211_NUM_ACS]; member
|
H A D | mt792x_core.c | 198 mvif->bss_conf.queue_params[queue] = *params; in mt792x_conf_tx()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/ |
H A D | mt7915.h | 178 struct ieee80211_tx_queue_params queue_params[IEEE80211_NUM_ACS]; member
|
H A D | main.c | 515 mvif->queue_params[queue] = *params; in mt7915_conf_tx()
|
H A D | mcu.c | 2527 struct ieee80211_tx_queue_params *q = &mvif->queue_params[ac]; in mt7915_mcu_set_tx()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/ |
H A D | mt7996.h | 218 struct ieee80211_tx_queue_params queue_params[IEEE80211_NUM_ACS]; member
|
H A D | main.c | 548 mlink->queue_params[mq_to_aci[queue]] = *params; in mt7996_conf_tx()
|
H A D | mcu.c | 3235 struct ieee80211_tx_queue_params *q = &link->queue_params[ac]; in mt7996_mcu_set_tx()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7925/ |
H A D | main.c | 1717 mconf->queue_params[mq_to_aci[queue]] = *params; in mt7925_conf_tx()
|
H A D | mcu.c | 1078 struct ieee80211_tx_queue_params *q = &mconf->queue_params[ac]; in mt7925_mcu_set_tx()
|