Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/mvm/
A Ddebugfs-vif.c214 for (i = 0; i < ARRAY_SIZE(mvmvif->queue_params); i++) in iwl_dbgfs_mac_params_read()
217 i, mvmvif->queue_params[i].txop, in iwl_dbgfs_mac_params_read()
218 mvmvif->queue_params[i].cw_min, in iwl_dbgfs_mac_params_read()
219 mvmvif->queue_params[i].cw_max, in iwl_dbgfs_mac_params_read()
220 mvmvif->queue_params[i].aifs, in iwl_dbgfs_mac_params_read()
221 mvmvif->queue_params[i].uapsd); in iwl_dbgfs_mac_params_read()
A Dutils.c822 if (!mvmvif->queue_params[IEEE80211_AC_VO].uapsd && in iwl_mvm_uapsd_agg_disconnect()
823 !mvmvif->queue_params[IEEE80211_AC_VI].uapsd && in iwl_mvm_uapsd_agg_disconnect()
824 !mvmvif->queue_params[IEEE80211_AC_BE].uapsd && in iwl_mvm_uapsd_agg_disconnect()
825 !mvmvif->queue_params[IEEE80211_AC_BK].uapsd) in iwl_mvm_uapsd_agg_disconnect()
A Drx.c240 (!mvmvif->queue_params[IEEE80211_AC_VO].uapsd && in iwl_mvm_rx_handle_tcm()
241 !mvmvif->queue_params[IEEE80211_AC_VI].uapsd && in iwl_mvm_rx_handle_tcm()
242 !mvmvif->queue_params[IEEE80211_AC_BE].uapsd && in iwl_mvm_rx_handle_tcm()
243 !mvmvif->queue_params[IEEE80211_AC_BK].uapsd) || in iwl_mvm_rx_handle_tcm()
A Dmac-ctxt.c507 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()
A Dpower.c153 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()
A Dmac80211.c2193 &mvmvif->queue_params[i].mu_edca_param_rec; in iwl_mvm_cfg_he_sta()
2196 if (!mvmvif->queue_params[i].mu_edca) { in iwl_mvm_cfg_he_sta()
3501 mvmvif->queue_params[ac] = *params; in iwl_mvm_mac_conf_tx()
A Dmvm.h352 struct ieee80211_tx_queue_params queue_params[IEEE80211_NUM_ACS]; member
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt7921/
A Dmcu.c622 struct ieee80211_tx_queue_params *q = &mvif->queue_params[ac]; in mt7921_mcu_set_tx()
651 if (!mvif->queue_params[ac].mu_edca) in mt7921_mcu_set_tx()
654 q = &mvif->queue_params[ac].mu_edca_param_rec; in mt7921_mcu_set_tx()
A Dmt7921.h178 struct ieee80211_tx_queue_params queue_params[IEEE80211_NUM_ACS]; member
A Dmain.c696 mvif->queue_params[queue] = *params; in mt7921_conf_tx()
/linux-6.3-rc2/drivers/net/wireless/st/cw1200/
A 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.3-rc2/drivers/net/wireless/mediatek/mt76/mt7996/
A Dmt7996.h137 struct ieee80211_tx_queue_params queue_params[IEEE80211_NUM_ACS]; member
A Dmain.c416 mvif->queue_params[queue] = *params; in mt7996_conf_tx()
A Dmcu.c2656 struct ieee80211_tx_queue_params *q = &mvif->queue_params[ac]; in mt7996_mcu_set_tx()
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt7915/
A Dmt7915.h170 struct ieee80211_tx_queue_params queue_params[IEEE80211_NUM_ACS]; member
A Dmain.c512 mvif->queue_params[queue] = *params; in mt7915_conf_tx()
A Dmcu.c2502 struct ieee80211_tx_queue_params *q = &mvif->queue_params[ac]; in mt7915_mcu_set_tx()
/linux-6.3-rc2/drivers/net/ethernet/broadcom/bnx2x/
A Dbnx2x_main.c5390 struct bnx2x_queue_state_params queue_params = {NULL}; in bnx2x_after_function_update() local
5392 &queue_params.params.update; in bnx2x_after_function_update()
5395 queue_params.cmd = BNX2X_Q_CMD_UPDATE; in bnx2x_after_function_update()
5402 __set_bit(RAMROD_COMP_WAIT, &queue_params.ramrod_flags); in bnx2x_after_function_update()
5417 queue_params.q_obj = &bnx2x_sp_obj(bp, fp).q_obj; in bnx2x_after_function_update()
5420 rc = bnx2x_queue_state_change(bp, &queue_params); in bnx2x_after_function_update()
5428 queue_params.q_obj = &bnx2x_sp_obj(bp, fp).q_obj; in bnx2x_after_function_update()
5431 __clear_bit(RAMROD_COMP_WAIT, &queue_params.ramrod_flags); in bnx2x_after_function_update()
5439 rc = bnx2x_queue_state_change(bp, &queue_params); in bnx2x_after_function_update()

Completed in 94 milliseconds