Searched refs:create_params (Results 1 – 2 of 2) sorted by relevance
3976 struct mwl8k_create_ba_stream create_params; member3997 cmd->create_params.queue_id = stream->idx; in mwl8k_check_ba()3998 memcpy(&cmd->create_params.peer_mac_addr[0], stream->sta->addr, in mwl8k_check_ba()4000 cmd->create_params.tid = stream->tid; in mwl8k_check_ba()4002 cmd->create_params.flags = in mwl8k_check_ba()4030 cmd->create_params.bar_thrs = cpu_to_le32((u32)buf_size); in mwl8k_create_ba()4031 cmd->create_params.window_size = cpu_to_le32((u32)buf_size); in mwl8k_create_ba()4032 cmd->create_params.queue_id = stream->idx; in mwl8k_create_ba()4034 memcpy(cmd->create_params.peer_mac_addr, stream->sta->addr, ETH_ALEN); in mwl8k_create_ba()4035 cmd->create_params.tid = stream->tid; in mwl8k_create_ba()[all …]
2391 struct dmub_srv_create_params create_params; in dm_dmub_sw_init() local2489 memset(&create_params, 0, sizeof(create_params)); in dm_dmub_sw_init()2490 create_params.user_ctx = adev; in dm_dmub_sw_init()2491 create_params.funcs.reg_read = amdgpu_dm_dmub_reg_read; in dm_dmub_sw_init()2492 create_params.funcs.reg_write = amdgpu_dm_dmub_reg_write; in dm_dmub_sw_init()2493 create_params.asic = dmub_asic; in dm_dmub_sw_init()2496 status = dmub_srv_create(dmub_srv, &create_params); in dm_dmub_sw_init()