Searched refs:create_params (Results 1 – 2 of 2) sorted by relevance
3961 struct mwl8k_create_ba_stream create_params; member3982 cmd->create_params.queue_id = stream->idx; in mwl8k_check_ba()3983 memcpy(&cmd->create_params.peer_mac_addr[0], stream->sta->addr, in mwl8k_check_ba()3985 cmd->create_params.tid = stream->tid; in mwl8k_check_ba()3987 cmd->create_params.flags = in mwl8k_check_ba()4015 cmd->create_params.bar_thrs = cpu_to_le32((u32)buf_size); in mwl8k_create_ba()4016 cmd->create_params.window_size = cpu_to_le32((u32)buf_size); in mwl8k_create_ba()4017 cmd->create_params.queue_id = stream->idx; in mwl8k_create_ba()4019 memcpy(cmd->create_params.peer_mac_addr, stream->sta->addr, ETH_ALEN); in mwl8k_create_ba()4020 cmd->create_params.tid = stream->tid; in mwl8k_create_ba()[all …]
1255 struct dmub_srv_create_params create_params; in dm_dmub_sw_init() local1326 memset(&create_params, 0, sizeof(create_params)); in dm_dmub_sw_init()1327 create_params.user_ctx = adev; in dm_dmub_sw_init()1328 create_params.funcs.reg_read = amdgpu_dm_dmub_reg_read; in dm_dmub_sw_init()1329 create_params.funcs.reg_write = amdgpu_dm_dmub_reg_write; in dm_dmub_sw_init()1330 create_params.asic = dmub_asic; in dm_dmub_sw_init()1333 status = dmub_srv_create(dmub_srv, &create_params); in dm_dmub_sw_init()