Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/mvm/
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()
Drx.c296 (!mvmvif->queue_params[IEEE80211_AC_VO].uapsd && in iwl_mvm_rx_handle_tcm()
297 !mvmvif->queue_params[IEEE80211_AC_VI].uapsd && in iwl_mvm_rx_handle_tcm()
298 !mvmvif->queue_params[IEEE80211_AC_BE].uapsd && in iwl_mvm_rx_handle_tcm()
299 !mvmvif->queue_params[IEEE80211_AC_BK].uapsd) || in iwl_mvm_rx_handle_tcm()
Dutils.c1148 if (!mvmvif->queue_params[IEEE80211_AC_VO].uapsd && in iwl_mvm_uapsd_agg_disconnect()
1149 !mvmvif->queue_params[IEEE80211_AC_VI].uapsd && in iwl_mvm_uapsd_agg_disconnect()
1150 !mvmvif->queue_params[IEEE80211_AC_BE].uapsd && in iwl_mvm_uapsd_agg_disconnect()
1151 !mvmvif->queue_params[IEEE80211_AC_BK].uapsd) in iwl_mvm_uapsd_agg_disconnect()
Dmac-ctxt.c564 cpu_to_le16(mvmvif->queue_params[i].cw_min); in iwl_mvm_mac_ctxt_cmd_common()
566 cpu_to_le16(mvmvif->queue_params[i].cw_max); in iwl_mvm_mac_ctxt_cmd_common()
568 cpu_to_le16(mvmvif->queue_params[i].txop * 32); in iwl_mvm_mac_ctxt_cmd_common()
569 cmd->ac[ucode_ac].aifsn = mvmvif->queue_params[i].aifs; in iwl_mvm_mac_ctxt_cmd_common()
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()
Dmac80211.c2171 &mvmvif->queue_params[i].mu_edca_param_rec; in iwl_mvm_cfg_he_sta()
2174 if (!mvmvif->queue_params[i].mu_edca) { in iwl_mvm_cfg_he_sta()
3229 mvmvif->queue_params[ac] = *params; in iwl_mvm_mac_conf_tx()
Dmvm.h407 struct ieee80211_tx_queue_params queue_params[IEEE80211_NUM_ACS]; member
/Linux-v5.4/drivers/net/wireless/st/cw1200/
Dwsm.h1099 #define WSM_TX_QUEUE_SET(queue_params, queue, ack_policy, allowed_time,\ argument
1102 struct wsm_set_tx_queue_params *p = &(queue_params)->params[queue]; \
/Linux-v5.4/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c5369 struct bnx2x_queue_state_params queue_params = {NULL}; in bnx2x_after_function_update() local
5371 &queue_params.params.update; in bnx2x_after_function_update()
5374 queue_params.cmd = BNX2X_Q_CMD_UPDATE; in bnx2x_after_function_update()
5381 __set_bit(RAMROD_COMP_WAIT, &queue_params.ramrod_flags); in bnx2x_after_function_update()
5396 queue_params.q_obj = &bnx2x_sp_obj(bp, fp).q_obj; in bnx2x_after_function_update()
5399 rc = bnx2x_queue_state_change(bp, &queue_params); in bnx2x_after_function_update()
5407 queue_params.q_obj = &bnx2x_sp_obj(bp, fp).q_obj; in bnx2x_after_function_update()
5410 __clear_bit(RAMROD_COMP_WAIT, &queue_params.ramrod_flags); in bnx2x_after_function_update()
5418 rc = bnx2x_queue_state_change(bp, &queue_params); in bnx2x_after_function_update()