| /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/mld/ |
| H A D | link.c | 205 cpu_to_le16(mld_link->queue_params[mac_ac].cw_min); in iwl_mld_fill_qos_params() 207 cpu_to_le16(mld_link->queue_params[mac_ac].cw_max); in iwl_mld_fill_qos_params() 209 cpu_to_le16(mld_link->queue_params[mac_ac].txop * 32); in iwl_mld_fill_qos_params() 210 ac[fw_ac].aifsn = mld_link->queue_params[mac_ac].aifs; in iwl_mld_fill_qos_params() 227 &mld_link->queue_params[mac_ac].mu_edca_param_rec; in iwl_mld_fill_mu_edca() 230 if (!mld_link->queue_params[mac_ac].mu_edca) in iwl_mld_fill_mu_edca()
|
| H A D | link.h | 58 struct ieee80211_tx_queue_params queue_params[IEEE80211_NUM_ACS];
|
| H A D | power.c | 137 if (!link->queue_params[ac].uapsd) in iwl_mld_power_configure_uapsd() 147 if (!tid_found && !link->queue_params[ac].acm) { in iwl_mld_power_configure_uapsd()
|
| H A D | mac80211.c | 1509 link->queue_params[ac] = *params; in iwl_mld_mac80211_conf_tx()
|
| /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 | utils.c | 902 if (!mvmvif->deflink.queue_params[IEEE80211_AC_VO].uapsd && in iwl_mvm_uapsd_agg_disconnect() 903 !mvmvif->deflink.queue_params[IEEE80211_AC_VI].uapsd && in iwl_mvm_uapsd_agg_disconnect() 904 !mvmvif->deflink.queue_params[IEEE80211_AC_BE].uapsd && in iwl_mvm_uapsd_agg_disconnect() 905 !mvmvif->deflink.queue_params[IEEE80211_AC_BK].uapsd) in iwl_mvm_uapsd_agg_disconnect()
|
| 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 | mac-ctxt.c | 492 cpu_to_le16(mvm_link->queue_params[i].cw_min); in iwl_mvm_set_fw_qos_params() 494 cpu_to_le16(mvm_link->queue_params[i].cw_max); in iwl_mvm_set_fw_qos_params() 496 cpu_to_le16(mvm_link->queue_params[i].txop * 32); in iwl_mvm_set_fw_qos_params() 497 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 | 1029 mvm_link->queue_params[ac] = *params; in iwl_mvm_mld_mac_conf_tx()
|
| H A D | mac80211.c | 2523 &link_info->queue_params[i].mu_edca_param_rec; in iwl_mvm_set_fw_mu_edca_params() 2526 if (!link_info->queue_params[i].mu_edca) { in iwl_mvm_set_fw_mu_edca_params() 4305 mvmvif->deflink.queue_params[ac] = *params; in iwl_mvm_mac_conf_tx()
|
| H A D | mvm.h | 347 struct ieee80211_tx_queue_params queue_params[IEEE80211_NUM_ACS]; member
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7921/ |
| H A D | mcu.c | 734 struct ieee80211_tx_queue_params *q = &mvif->bss_conf.queue_params[ac]; in mt7921_mcu_set_tx() 763 if (!mvif->bss_conf.queue_params[ac].mu_edca) in mt7921_mcu_set_tx() 766 q = &mvif->bss_conf.queue_params[ac].mu_edca_param_rec; in mt7921_mcu_set_tx()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/ |
| H A D | mt792x.h | 133 struct ieee80211_tx_queue_params queue_params[IEEE80211_NUM_ACS]; member
|
| H A D | mt792x_core.c | 220 mvif->bss_conf.queue_params[queue] = *params; in mt792x_conf_tx()
|
| /freebsd/sys/dev/iwx/ |
| H A D | if_iwxvar.h | 886 } queue_params[WME_NUM_AC]; member
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7915/ |
| H A D | mt7915.h | 179 struct ieee80211_tx_queue_params queue_params[IEEE80211_NUM_ACS]; member
|
| H A D | main.c | 516 mvif->queue_params[queue] = *params; in mt7915_conf_tx()
|
| H A D | mcu.c | 2559 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 | 266 struct ieee80211_tx_queue_params queue_params[IEEE80211_NUM_ACS]; member
|
| H A D | main.c | 670 link_info->queue_params[mq_to_aci[queue]] = *params; in mt7996_conf_tx()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7925/ |
| H A D | main.c | 1695 mconf->queue_params[mq_to_aci[queue]] = *params; in mt7925_conf_tx()
|