HomeSort by: relevance | last modified time | path
    Searched refs:p_pf2vf (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_virt.h 68 struct amd_sriov_msg_pf2vf_info_header *p_pf2vf; member in struct:amdgpu_virt_fw_reserve
235 if (!adev->virt.fw_reserve.p_pf2vf) \
238 if (adev->virt.fw_reserve.p_pf2vf->version == 1) \
239 *(val) = ((struct amdgim_pf2vf_info_v1 *)adev->virt.fw_reserve.p_pf2vf)->field; \
240 if (adev->virt.fw_reserve.p_pf2vf->version == 2) \
241 *(val) = ((struct amdgim_pf2vf_info_v2 *)adev->virt.fw_reserve.p_pf2vf)->field; \
amdgpu_virt.c 250 adev->virt.fw_reserve.p_pf2vf = NULL;
254 adev->virt.fw_reserve.p_pf2vf =
264 adev->virt.fw_reserve.p_pf2vf, pf2vf_size,
268 ((void *)adev->virt.fw_reserve.p_pf2vf +

Completed in 12 milliseconds