Searched refs:queue_params (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/net/wireless/intel/iwlwifi/mld/ |
| H A D | link.c | 205 cpu_to_le16(mld_link->queue_params[mac_ac].cw_min); in iwl_mld_fill_qos_params() 207 cpu_to_le16(mld_link->queue_params[mac_ac].cw_max); in iwl_mld_fill_qos_params() 209 cpu_to_le16(mld_link->queue_params[mac_ac].txop * 32); in iwl_mld_fill_qos_params() 210 ac[fw_ac].aifsn = mld_link->queue_params[mac_ac].aifs; in iwl_mld_fill_qos_params() 227 &mld_link->queue_params[mac_ac].mu_edca_param_rec; in iwl_mld_fill_mu_edca() 230 if (!mld_link->queue_params[mac_ac].mu_edca) in iwl_mld_fill_mu_edca()
|
| H A D | mac80211.c | 1591 link->queue_params[ac] = *params; in iwl_mld_mac80211_conf_tx()
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_guc_ads.c | 833 ads_blob_write(ads, um_init_params.queue_params[i].base_dpa, in guc_um_init_params() 835 ads_blob_write(ads, um_init_params.queue_params[i].base_ggtt_address, in guc_um_init_params() 837 ads_blob_write(ads, um_init_params.queue_params[i].size_in_bytes, in guc_um_init_params()
|
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | mac-ctxt.c | 492 cpu_to_le16(mvm_link->queue_params[i].cw_min); in iwl_mvm_set_fw_qos_params() 494 cpu_to_le16(mvm_link->queue_params[i].cw_max); in iwl_mvm_set_fw_qos_params() 496 cpu_to_le16(mvm_link->queue_params[i].txop * 32); in iwl_mvm_set_fw_qos_params() 497 ac[ucode_ac].aifsn = mvm_link->queue_params[i].aifs; in iwl_mvm_set_fw_qos_params()
|
| H A D | power.c | 152 if (!mvmvif->deflink.queue_params[ac].uapsd) in iwl_mvm_power_configure_uapsd() 162 if (!tid_found && !mvmvif->deflink.queue_params[ac].acm) { in iwl_mvm_power_configure_uapsd()
|
| H A D | mld-mac80211.c | 838 mvm_link->queue_params[ac] = *params; in iwl_mvm_mld_mac_conf_tx()
|
| H A D | mac80211.c | 2381 &link_info->queue_params[i].mu_edca_param_rec; in iwl_mvm_set_fw_mu_edca_params() 2384 if (!link_info->queue_params[i].mu_edca) { in iwl_mvm_set_fw_mu_edca_params() 4130 mvmvif->deflink.queue_params[ac] = *params; in iwl_mvm_mac_conf_tx()
|
| /linux/drivers/net/wireless/st/cw1200/ |
| H A D | wsm.h | 1094 #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/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x_main.c | 5392 struct bnx2x_queue_state_params queue_params = {NULL}; in bnx2x_after_function_update() local 5394 &queue_params.params.update; in bnx2x_after_function_update() 5397 queue_params.cmd = BNX2X_Q_CMD_UPDATE; in bnx2x_after_function_update() 5404 __set_bit(RAMROD_COMP_WAIT, &queue_params.ramrod_flags); in bnx2x_after_function_update() 5419 queue_params.q_obj = &bnx2x_sp_obj(bp, fp).q_obj; in bnx2x_after_function_update() 5422 rc = bnx2x_queue_state_change(bp, &queue_params); in bnx2x_after_function_update() 5430 queue_params.q_obj = &bnx2x_sp_obj(bp, fp).q_obj; in bnx2x_after_function_update() 5433 __clear_bit(RAMROD_COMP_WAIT, &queue_params.ramrod_flags); in bnx2x_after_function_update() 5441 rc = bnx2x_queue_state_change(bp, &queue_params); in bnx2x_after_function_update()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7996/ |
| H A D | main.c | 670 link_info->queue_params[mq_to_aci[queue]] = *params; in mt7996_conf_tx()
|
| H A D | mcu.c | 3454 struct ieee80211_tx_queue_params *q = &link_info->queue_params[ac]; in mt7996_mcu_set_tx()
|