Home
last modified time | relevance | path

Searched refs:queue_params (Results 1 – 20 of 20) sorted by relevance

/freebsd/sys/dev/iwm/
H A Dif_iwm_mac_ctxt.c345 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 Dif_iwmvar.h376 } queue_params[WME_NUM_AC]; member
H A Dif_iwm.c6181 ivp->queue_params[aci].aifsn = ac->wmep_aifsn; in iwm_wme_update()
6182 ivp->queue_params[aci].cw_min = IWM_EXP2(ac->wmep_logcwmin); in iwm_wme_update()
6183 ivp->queue_params[aci].cw_max = IWM_EXP2(ac->wmep_logcwmax); in iwm_wme_update()
6184 ivp->queue_params[aci].edca_txop = in iwm_wme_update()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Ddebugfs-vif.c217 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 Dutils.c856 if (!mvmvif->deflink.queue_params[IEEE80211_AC_VO].uapsd && in iwl_mvm_uapsd_agg_disconnect()
857 !mvmvif->deflink.queue_params[IEEE80211_AC_VI].uapsd && in iwl_mvm_uapsd_agg_disconnect()
858 !mvmvif->deflink.queue_params[IEEE80211_AC_BE].uapsd && in iwl_mvm_uapsd_agg_disconnect()
859 !mvmvif->deflink.queue_params[IEEE80211_AC_BK].uapsd) in iwl_mvm_uapsd_agg_disconnect()
H A Drx.c249 (!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 Dmac-ctxt.c485 cpu_to_le16(mvm_link->queue_params[i].cw_min); in iwl_mvm_set_fw_qos_params()
487 cpu_to_le16(mvm_link->queue_params[i].cw_max); in iwl_mvm_set_fw_qos_params()
489 cpu_to_le16(mvm_link->queue_params[i].txop * 32); in iwl_mvm_set_fw_qos_params()
490 ac[ucode_ac].aifsn = mvm_link->queue_params[i].aifs; in iwl_mvm_set_fw_qos_params()
H A Dpower.c153 if (!mvmvif->deflink.queue_params[ac].uapsd) in iwl_mvm_power_configure_uapsd()
163 if (!tid_found && !mvmvif->deflink.queue_params[ac].acm) { in iwl_mvm_power_configure_uapsd()
H A Dmld-mac80211.c948 mvm_link->queue_params[ac] = *params; in iwl_mvm_mld_mac_conf_tx()
H A Dmac80211.c2277 &link_info->queue_params[i].mu_edca_param_rec; in iwl_mvm_set_fw_mu_edca_params()
2280 if (!link_info->queue_params[i].mu_edca) { in iwl_mvm_set_fw_mu_edca_params()
4022 mvmvif->deflink.queue_params[ac] = *params; in iwl_mvm_mac_conf_tx()
H A Dmvm.h343 struct ieee80211_tx_queue_params queue_params[IEEE80211_NUM_ACS]; member
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dmcu.c543 struct ieee80211_tx_queue_params *q = &mvif->queue_params[ac]; in mt7921_mcu_set_tx()
572 if (!mvif->queue_params[ac].mu_edca) in mt7921_mcu_set_tx()
575 q = &mvif->queue_params[ac].mu_edca_param_rec; in mt7921_mcu_set_tx()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt792x.h93 struct ieee80211_tx_queue_params queue_params[IEEE80211_NUM_ACS]; member
H A Dmt792x_core.c130 mvif->queue_params[queue] = *params; in mt792x_conf_tx()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmt7996.h132 struct ieee80211_tx_queue_params queue_params[IEEE80211_NUM_ACS]; member
H A Dmain.c420 mvif->queue_params[queue] = *params; in mt7996_conf_tx()
H A Dmcu.c2695 struct ieee80211_tx_queue_params *q = &mvif->queue_params[ac]; in mt7996_mcu_set_tx()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmt7915.h178 struct ieee80211_tx_queue_params queue_params[IEEE80211_NUM_ACS]; member
H A Dmain.c512 mvif->queue_params[queue] = *params; in mt7915_conf_tx()
H A Dmcu.c2472 struct ieee80211_tx_queue_params *q = &mvif->queue_params[ac]; in mt7915_mcu_set_tx()