Searched refs:create_params (Results 1 – 2 of 2) sorted by relevance
3966 struct mwl8k_create_ba_stream create_params; member3987 cmd->create_params.queue_id = stream->idx; in mwl8k_check_ba()3988 memcpy(&cmd->create_params.peer_mac_addr[0], stream->sta->addr, in mwl8k_check_ba()3990 cmd->create_params.tid = stream->tid; in mwl8k_check_ba()3992 cmd->create_params.flags = in mwl8k_check_ba()4020 cmd->create_params.bar_thrs = cpu_to_le32((u32)buf_size); in mwl8k_create_ba()4021 cmd->create_params.window_size = cpu_to_le32((u32)buf_size); in mwl8k_create_ba()4022 cmd->create_params.queue_id = stream->idx; in mwl8k_create_ba()4024 memcpy(cmd->create_params.peer_mac_addr, stream->sta->addr, ETH_ALEN); in mwl8k_create_ba()4025 cmd->create_params.tid = stream->tid; in mwl8k_create_ba()[all …]
1937 struct dmub_srv_create_params create_params; in dm_dmub_sw_init() local2043 memset(&create_params, 0, sizeof(create_params)); in dm_dmub_sw_init()2044 create_params.user_ctx = adev; in dm_dmub_sw_init()2045 create_params.funcs.reg_read = amdgpu_dm_dmub_reg_read; in dm_dmub_sw_init()2046 create_params.funcs.reg_write = amdgpu_dm_dmub_reg_write; in dm_dmub_sw_init()2047 create_params.asic = dmub_asic; in dm_dmub_sw_init()2050 status = dmub_srv_create(dmub_srv, &create_params); in dm_dmub_sw_init()