Home
last modified time | relevance | path

Searched refs:p_pf2vf (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu_virt.h66 struct amdgim_pf2vf_info_header *p_pf2vf; member
227 if (!adev->virt.fw_reserve.p_pf2vf) \
230 if (adev->virt.fw_reserve.p_pf2vf->version == 1) \
231 *(val) = ((struct amdgim_pf2vf_info_v1 *)adev->virt.fw_reserve.p_pf2vf)->field; \
232 if (adev->virt.fw_reserve.p_pf2vf->version == 2) \
233 *(val) = ((struct amdgim_pf2vf_info_v2 *)adev->virt.fw_reserve.p_pf2vf)->field; \
Damdgpu_virt.c393 adev->virt.fw_reserve.p_pf2vf = NULL; in amdgpu_virt_init_data_exchange()
397 adev->virt.fw_reserve.p_pf2vf = in amdgpu_virt_init_data_exchange()
407 adev->virt.fw_reserve.p_pf2vf, pf2vf_size, in amdgpu_virt_init_data_exchange()
411 ((void *)adev->virt.fw_reserve.p_pf2vf + in amdgpu_virt_init_data_exchange()