xgmi_cmd 548 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c struct ta_xgmi_shared_memory *xgmi_cmd; xgmi_cmd 566 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c xgmi_cmd = (struct ta_xgmi_shared_memory *)(psp->xgmi_context.xgmi_shared_buf); xgmi_cmd 567 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c memset(xgmi_cmd, 0, sizeof(struct ta_xgmi_shared_memory)); xgmi_cmd 568 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c xgmi_cmd->cmd_id = TA_COMMAND_XGMI__INITIALIZE; xgmi_cmd 570 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c ret = psp_xgmi_invoke(psp, xgmi_cmd->cmd_id); xgmi_cmd 736 drivers/gpu/drm/amd/amdgpu/psp_v11_0.c struct ta_xgmi_shared_memory *xgmi_cmd; xgmi_cmd 745 drivers/gpu/drm/amd/amdgpu/psp_v11_0.c xgmi_cmd = (struct ta_xgmi_shared_memory*)psp->xgmi_context.xgmi_shared_buf; xgmi_cmd 746 drivers/gpu/drm/amd/amdgpu/psp_v11_0.c memset(xgmi_cmd, 0, sizeof(struct ta_xgmi_shared_memory)); xgmi_cmd 749 drivers/gpu/drm/amd/amdgpu/psp_v11_0.c topology_info_input = &xgmi_cmd->xgmi_in_message.get_topology_info; xgmi_cmd 750 drivers/gpu/drm/amd/amdgpu/psp_v11_0.c xgmi_cmd->cmd_id = TA_COMMAND_XGMI__GET_GET_TOPOLOGY_INFO; xgmi_cmd 766 drivers/gpu/drm/amd/amdgpu/psp_v11_0.c topology_info_output = &xgmi_cmd->xgmi_out_message.get_topology_info; xgmi_cmd 767 drivers/gpu/drm/amd/amdgpu/psp_v11_0.c topology->num_nodes = xgmi_cmd->xgmi_out_message.get_topology_info.num_nodes; xgmi_cmd 781 drivers/gpu/drm/amd/amdgpu/psp_v11_0.c struct ta_xgmi_shared_memory *xgmi_cmd; xgmi_cmd 788 drivers/gpu/drm/amd/amdgpu/psp_v11_0.c xgmi_cmd = (struct ta_xgmi_shared_memory*)psp->xgmi_context.xgmi_shared_buf; xgmi_cmd 789 drivers/gpu/drm/amd/amdgpu/psp_v11_0.c memset(xgmi_cmd, 0, sizeof(struct ta_xgmi_shared_memory)); xgmi_cmd 791 drivers/gpu/drm/amd/amdgpu/psp_v11_0.c topology_info_input = &xgmi_cmd->xgmi_in_message.get_topology_info; xgmi_cmd 792 drivers/gpu/drm/amd/amdgpu/psp_v11_0.c xgmi_cmd->cmd_id = TA_COMMAND_XGMI__SET_TOPOLOGY_INFO; xgmi_cmd 808 drivers/gpu/drm/amd/amdgpu/psp_v11_0.c struct ta_xgmi_shared_memory *xgmi_cmd; xgmi_cmd 811 drivers/gpu/drm/amd/amdgpu/psp_v11_0.c xgmi_cmd = (struct ta_xgmi_shared_memory*)psp->xgmi_context.xgmi_shared_buf; xgmi_cmd 812 drivers/gpu/drm/amd/amdgpu/psp_v11_0.c memset(xgmi_cmd, 0, sizeof(struct ta_xgmi_shared_memory)); xgmi_cmd 814 drivers/gpu/drm/amd/amdgpu/psp_v11_0.c xgmi_cmd->cmd_id = TA_COMMAND_XGMI__GET_HIVE_ID; xgmi_cmd 817 drivers/gpu/drm/amd/amdgpu/psp_v11_0.c ret = psp_xgmi_invoke(psp, xgmi_cmd->cmd_id); xgmi_cmd 821 drivers/gpu/drm/amd/amdgpu/psp_v11_0.c *hive_id = xgmi_cmd->xgmi_out_message.get_hive_id.hive_id; xgmi_cmd 828 drivers/gpu/drm/amd/amdgpu/psp_v11_0.c struct ta_xgmi_shared_memory *xgmi_cmd; xgmi_cmd 831 drivers/gpu/drm/amd/amdgpu/psp_v11_0.c xgmi_cmd = (struct ta_xgmi_shared_memory*)psp->xgmi_context.xgmi_shared_buf; xgmi_cmd 832 drivers/gpu/drm/amd/amdgpu/psp_v11_0.c memset(xgmi_cmd, 0, sizeof(struct ta_xgmi_shared_memory)); xgmi_cmd 834 drivers/gpu/drm/amd/amdgpu/psp_v11_0.c xgmi_cmd->cmd_id = TA_COMMAND_XGMI__GET_NODE_ID; xgmi_cmd 837 drivers/gpu/drm/amd/amdgpu/psp_v11_0.c ret = psp_xgmi_invoke(psp, xgmi_cmd->cmd_id); xgmi_cmd 841 drivers/gpu/drm/amd/amdgpu/psp_v11_0.c *node_id = xgmi_cmd->xgmi_out_message.get_node_id.node_id;