Searched refs:queue_params (Results 1 – 9 of 9) sorted by relevance
347 cmd->ac[txf].cw_min = htole16(ivp->queue_params[i].cw_min); in iwm_mac_ctxt_cmd_common()348 cmd->ac[txf].cw_max = htole16(ivp->queue_params[i].cw_max); in iwm_mac_ctxt_cmd_common()350 htole16(ivp->queue_params[i].edca_txop); in iwm_mac_ctxt_cmd_common()351 cmd->ac[txf].aifsn = ivp->queue_params[i].aifsn; in iwm_mac_ctxt_cmd_common()
377 } queue_params[WME_NUM_AC]; member
6278 ivp->queue_params[aci].aifsn = ac->wmep_aifsn; in iwm_wme_update()6279 ivp->queue_params[aci].cw_min = IWM_EXP2(ac->wmep_logcwmin); in iwm_wme_update()6280 ivp->queue_params[aci].cw_max = IWM_EXP2(ac->wmep_logcwmax); in iwm_wme_update()6281 ivp->queue_params[aci].edca_txop = in iwm_wme_update()
825 if (!mvmvif->queue_params[IEEE80211_AC_VO].uapsd && in iwl_mvm_uapsd_agg_disconnect()826 !mvmvif->queue_params[IEEE80211_AC_VI].uapsd && in iwl_mvm_uapsd_agg_disconnect()827 !mvmvif->queue_params[IEEE80211_AC_BE].uapsd && in iwl_mvm_uapsd_agg_disconnect()828 !mvmvif->queue_params[IEEE80211_AC_BK].uapsd) in iwl_mvm_uapsd_agg_disconnect()
246 (!mvmvif->queue_params[IEEE80211_AC_VO].uapsd && in iwl_mvm_rx_handle_tcm()247 !mvmvif->queue_params[IEEE80211_AC_VI].uapsd && in iwl_mvm_rx_handle_tcm()248 !mvmvif->queue_params[IEEE80211_AC_BE].uapsd && in iwl_mvm_rx_handle_tcm()249 !mvmvif->queue_params[IEEE80211_AC_BK].uapsd) || in iwl_mvm_rx_handle_tcm()
507 cpu_to_le16(mvmvif->queue_params[i].cw_min); in iwl_mvm_mac_ctxt_cmd_common()509 cpu_to_le16(mvmvif->queue_params[i].cw_max); in iwl_mvm_mac_ctxt_cmd_common()511 cpu_to_le16(mvmvif->queue_params[i].txop * 32); in iwl_mvm_mac_ctxt_cmd_common()512 cmd->ac[ucode_ac].aifsn = mvmvif->queue_params[i].aifs; in iwl_mvm_mac_ctxt_cmd_common()
153 if (!mvmvif->queue_params[ac].uapsd) in iwl_mvm_power_configure_uapsd()163 if (!tid_found && !mvmvif->queue_params[ac].acm) { in iwl_mvm_power_configure_uapsd()
2355 &mvmvif->queue_params[i].mu_edca_param_rec; in iwl_mvm_cfg_he_sta()2358 if (!mvmvif->queue_params[i].mu_edca) { in iwl_mvm_cfg_he_sta()3627 mvmvif->queue_params[ac] = *params; in iwl_mvm_mac_conf_tx()
357 struct ieee80211_tx_queue_params queue_params[IEEE80211_NUM_ACS]; member