Home
last modified time | relevance | path

Searched refs:queue_params (Results 1 - 25 of 31) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H A Ddebugfs-vif.c269 for (i = 0; i < ARRAY_SIZE(mvmvif->queue_params); i++) in iwl_dbgfs_mac_params_read()
272 i, mvmvif->queue_params[i].txop, in iwl_dbgfs_mac_params_read()
273 mvmvif->queue_params[i].cw_min, in iwl_dbgfs_mac_params_read()
274 mvmvif->queue_params[i].cw_max, in iwl_dbgfs_mac_params_read()
275 mvmvif->queue_params[i].aifs, in iwl_dbgfs_mac_params_read()
276 mvmvif->queue_params[i].uapsd); in iwl_dbgfs_mac_params_read()
H A Drx.c297 (!mvmvif->queue_params[IEEE80211_AC_VO].uapsd && in iwl_mvm_rx_handle_tcm()
298 !mvmvif->queue_params[IEEE80211_AC_VI].uapsd && in iwl_mvm_rx_handle_tcm()
299 !mvmvif->queue_params[IEEE80211_AC_BE].uapsd && in iwl_mvm_rx_handle_tcm()
300 !mvmvif->queue_params[IEEE80211_AC_BK].uapsd) || in iwl_mvm_rx_handle_tcm()
H A Dmac-ctxt.c562 cpu_to_le16(mvmvif->queue_params[i].cw_min); in iwl_mvm_mac_ctxt_cmd_common()
564 cpu_to_le16(mvmvif->queue_params[i].cw_max); in iwl_mvm_mac_ctxt_cmd_common()
566 cpu_to_le16(mvmvif->queue_params[i].txop * 32); in iwl_mvm_mac_ctxt_cmd_common()
567 cmd->ac[ucode_ac].aifsn = mvmvif->queue_params[i].aifs; in iwl_mvm_mac_ctxt_cmd_common()
H A Dutils.c1133 if (!mvmvif->queue_params[IEEE80211_AC_VO].uapsd && in iwl_mvm_uapsd_agg_disconnect()
1134 !mvmvif->queue_params[IEEE80211_AC_VI].uapsd && in iwl_mvm_uapsd_agg_disconnect()
1135 !mvmvif->queue_params[IEEE80211_AC_BE].uapsd && in iwl_mvm_uapsd_agg_disconnect()
1136 !mvmvif->queue_params[IEEE80211_AC_BK].uapsd) in iwl_mvm_uapsd_agg_disconnect()
H A Dpower.c198 if (!mvmvif->queue_params[ac].uapsd) in iwl_mvm_power_configure_uapsd()
208 if (!tid_found && !mvmvif->queue_params[ac].acm) { in iwl_mvm_power_configure_uapsd()
H A Dmac80211.c2263 &mvmvif->queue_params[i].mu_edca_param_rec; in iwl_mvm_cfg_he_sta()
2266 if (!mvmvif->queue_params[i].mu_edca) { in iwl_mvm_cfg_he_sta()
3335 mvmvif->queue_params[ac] = *params; in iwl_mvm_mac_conf_tx()
H A Dmvm.h354 * @queue_params: QoS params for this MAC
403 struct ieee80211_tx_queue_params queue_params[IEEE80211_NUM_ACS]; member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H A 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()
H A 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()
H A 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()
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 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 Dmld-mac80211.c924 mvm_link->queue_params[ac] = *params; in iwl_mvm_mld_mac_conf_tx()
H A 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()
4000 mvmvif->deflink.queue_params[ac] = *params; in iwl_mvm_mac_conf_tx()
/kernel/linux/linux-6.6/drivers/net/wireless/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()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7921/
H A 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()
/kernel/linux/linux-5.10/drivers/net/wireless/st/cw1200/
H A Dwsm.h1099 #define WSM_TX_QUEUE_SET(queue_params, queue, ack_policy, allowed_time,\
1102 struct wsm_set_tx_queue_params *p = &(queue_params)->params[queue]; \
/kernel/linux/linux-6.6/drivers/net/wireless/st/cw1200/
H A Dwsm.h1094 #define WSM_TX_QUEUE_SET(queue_params, queue, ack_policy, allowed_time,\
1097 struct wsm_set_tx_queue_params *p = &(queue_params)->params[queue]; \
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmt7915.h98 struct ieee80211_tx_queue_params queue_params[IEEE80211_NUM_ACS]; member
H A Dmain.c357 mvif->queue_params[queue] = *params; in mt7915_conf_tx()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmt7996.h130 struct ieee80211_tx_queue_params queue_params[IEEE80211_NUM_ACS]; member
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmt7915.h175 struct ieee80211_tx_queue_params queue_params[IEEE80211_NUM_ACS]; member
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c5391 struct bnx2x_queue_state_params queue_params = {NULL}; in bnx2x_after_function_update() local
5393 &queue_params.params.update; in bnx2x_after_function_update()
5396 queue_params.cmd = BNX2X_Q_CMD_UPDATE; in bnx2x_after_function_update()
5403 __set_bit(RAMROD_COMP_WAIT, &queue_params.ramrod_flags); in bnx2x_after_function_update()
5418 queue_params.q_obj = &bnx2x_sp_obj(bp, fp).q_obj; in bnx2x_after_function_update()
5421 rc = bnx2x_queue_state_change(bp, &queue_params); in bnx2x_after_function_update()
5429 queue_params.q_obj = &bnx2x_sp_obj(bp, fp).q_obj; in bnx2x_after_function_update()
5432 __clear_bit(RAMROD_COMP_WAIT, &queue_params.ramrod_flags); in bnx2x_after_function_update()
5440 rc = bnx2x_queue_state_change(bp, &queue_params); in bnx2x_after_function_update()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H A 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()

Completed in 83 milliseconds

12