Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/wireless/intel/iwlwifi/mvm/
Ddebugfs-vif.c214 for (i = 0; i < ARRAY_SIZE(mvmvif->deflink.queue_params); i++) in iwl_dbgfs_mac_params_read()
217 i, mvmvif->deflink.queue_params[i].txop, in iwl_dbgfs_mac_params_read()
218 mvmvif->deflink.queue_params[i].cw_min, in iwl_dbgfs_mac_params_read()
219 mvmvif->deflink.queue_params[i].cw_max, in iwl_dbgfs_mac_params_read()
220 mvmvif->deflink.queue_params[i].aifs, in iwl_dbgfs_mac_params_read()
221 mvmvif->deflink.queue_params[i].uapsd); in iwl_dbgfs_mac_params_read()
Drx.c244 (!mvmvif->deflink.queue_params[IEEE80211_AC_VO].uapsd && in iwl_mvm_rx_handle_tcm()
245 !mvmvif->deflink.queue_params[IEEE80211_AC_VI].uapsd && in iwl_mvm_rx_handle_tcm()
246 !mvmvif->deflink.queue_params[IEEE80211_AC_BE].uapsd && in iwl_mvm_rx_handle_tcm()
247 !mvmvif->deflink.queue_params[IEEE80211_AC_BK].uapsd) || in iwl_mvm_rx_handle_tcm()
Dutils.c853 if (!mvmvif->deflink.queue_params[IEEE80211_AC_VO].uapsd && in iwl_mvm_uapsd_agg_disconnect()
854 !mvmvif->deflink.queue_params[IEEE80211_AC_VI].uapsd && in iwl_mvm_uapsd_agg_disconnect()
855 !mvmvif->deflink.queue_params[IEEE80211_AC_BE].uapsd && in iwl_mvm_uapsd_agg_disconnect()
856 !mvmvif->deflink.queue_params[IEEE80211_AC_BK].uapsd) in iwl_mvm_uapsd_agg_disconnect()
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()
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()
Dmld-mac80211.c924 mvm_link->queue_params[ac] = *params; in iwl_mvm_mld_mac_conf_tx()
Dmac80211.c2229 &link_info->queue_params[i].mu_edca_param_rec; in iwl_mvm_set_fw_mu_edca_params()
2232 if (!link_info->queue_params[i].mu_edca) { in iwl_mvm_set_fw_mu_edca_params()
3983 mvmvif->deflink.queue_params[ac] = *params; in iwl_mvm_mac_conf_tx()
Dmvm.h338 struct ieee80211_tx_queue_params queue_params[IEEE80211_NUM_ACS]; member
/linux-6.6.21/drivers/net/wireless/mediatek/mt76/mt7921/
Dmcu.c534 struct ieee80211_tx_queue_params *q = &mvif->queue_params[ac]; in mt7921_mcu_set_tx()
563 if (!mvif->queue_params[ac].mu_edca) in mt7921_mcu_set_tx()
566 q = &mvif->queue_params[ac].mu_edca_param_rec; in mt7921_mcu_set_tx()
/linux-6.6.21/drivers/net/wireless/mediatek/mt76/
Dmt792x.h93 struct ieee80211_tx_queue_params queue_params[IEEE80211_NUM_ACS]; member
Dmt792x_core.c130 mvif->queue_params[queue] = *params; in mt792x_conf_tx()
/linux-6.6.21/drivers/net/wireless/st/cw1200/
Dwsm.h1094 #define WSM_TX_QUEUE_SET(queue_params, queue, ack_policy, allowed_time,\ argument
1097 struct wsm_set_tx_queue_params *p = &(queue_params)->params[queue]; \
/linux-6.6.21/drivers/net/wireless/mediatek/mt76/mt7996/
Dmt7996.h129 struct ieee80211_tx_queue_params queue_params[IEEE80211_NUM_ACS]; member
Dmain.c425 mvif->queue_params[mq_to_aci[queue]] = *params; in mt7996_conf_tx()
Dmcu.c2686 struct ieee80211_tx_queue_params *q = &mvif->queue_params[ac]; in mt7996_mcu_set_tx()
/linux-6.6.21/drivers/net/wireless/mediatek/mt76/mt7915/
Dmt7915.h175 struct ieee80211_tx_queue_params queue_params[IEEE80211_NUM_ACS]; member
Dmain.c512 mvif->queue_params[queue] = *params; in mt7915_conf_tx()
Dmcu.c2481 struct ieee80211_tx_queue_params *q = &mvif->queue_params[ac]; in mt7915_mcu_set_tx()
/linux-6.6.21/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c5389 struct bnx2x_queue_state_params queue_params = {NULL}; in bnx2x_after_function_update() local
5391 &queue_params.params.update; in bnx2x_after_function_update()
5394 queue_params.cmd = BNX2X_Q_CMD_UPDATE; in bnx2x_after_function_update()
5401 __set_bit(RAMROD_COMP_WAIT, &queue_params.ramrod_flags); in bnx2x_after_function_update()
5416 queue_params.q_obj = &bnx2x_sp_obj(bp, fp).q_obj; in bnx2x_after_function_update()
5419 rc = bnx2x_queue_state_change(bp, &queue_params); in bnx2x_after_function_update()
5427 queue_params.q_obj = &bnx2x_sp_obj(bp, fp).q_obj; in bnx2x_after_function_update()
5430 __clear_bit(RAMROD_COMP_WAIT, &queue_params.ramrod_flags); in bnx2x_after_function_update()
5438 rc = bnx2x_queue_state_change(bp, &queue_params); in bnx2x_after_function_update()