Searched refs:create_params (Results 1 – 2 of 2) sorted by relevance
4037 struct mwl8k_create_ba_stream create_params; member4058 cmd->create_params.queue_id = stream->idx; in mwl8k_check_ba()4059 memcpy(&cmd->create_params.peer_mac_addr[0], stream->sta->addr, in mwl8k_check_ba()4061 cmd->create_params.tid = stream->tid; in mwl8k_check_ba()4063 cmd->create_params.flags = in mwl8k_check_ba()4091 cmd->create_params.bar_thrs = cpu_to_le32((u32)buf_size); in mwl8k_create_ba()4092 cmd->create_params.window_size = cpu_to_le32((u32)buf_size); in mwl8k_create_ba()4093 cmd->create_params.queue_id = stream->idx; in mwl8k_create_ba()4095 memcpy(cmd->create_params.peer_mac_addr, stream->sta->addr, ETH_ALEN); in mwl8k_create_ba()4096 cmd->create_params.tid = stream->tid; in mwl8k_create_ba()[all …]
2439 struct dmub_srv_create_params create_params; in dm_dmub_sw_init() local2537 memset(&create_params, 0, sizeof(create_params)); in dm_dmub_sw_init()2538 create_params.user_ctx = adev; in dm_dmub_sw_init()2539 create_params.funcs.reg_read = amdgpu_dm_dmub_reg_read; in dm_dmub_sw_init()2540 create_params.funcs.reg_write = amdgpu_dm_dmub_reg_write; in dm_dmub_sw_init()2541 create_params.asic = dmub_asic; in dm_dmub_sw_init()2544 status = dmub_srv_create(dmub_srv, &create_params); in dm_dmub_sw_init()