Searched refs:get_socket_id (Results 1 – 5 of 5) sorted by relevance
79 (adev->smuio.funcs && adev->smuio.funcs->get_socket_id) ? in amdgpu_cper_entry_fill_hdr()80 adev->smuio.funcs->get_socket_id(adev) : in amdgpu_cper_entry_fill_hdr()131 (adev->smuio.funcs && adev->smuio.funcs->get_socket_id) ? in amdgpu_cper_entry_fill_section_desc()132 adev->smuio.funcs->get_socket_id(adev) : in amdgpu_cper_entry_fill_section_desc()233 socket_id = (adev->smuio.funcs && adev->smuio.funcs->get_socket_id) ? in amdgpu_cper_entry_fill_bad_page_threshold_section()234 adev->smuio.funcs->get_socket_id(adev) : in amdgpu_cper_entry_fill_bad_page_threshold_section()
107 .get_socket_id = smuio_v13_0_3_get_socket_id,
156 .get_socket_id = smuio_v13_0_get_socket_id,
213 static bool get_socket_id(struct res_config *cfg, struct skx_dev *d) in get_socket_id() function332 if (!get_socket_id(cfg, d)) { in imh_get_munits()
278 if (adev->smuio.funcs->get_socket_id(adev) || in aldebaran_select_plpd_policy()