Searched refs:pf2vf_info (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_virt.c416 struct amd_sriov_msg_pf2vf_info_header *pf2vf_info = adev->virt.fw_reserve.p_pf2vf; local
426 if (pf2vf_info->size > 1024) {
431 switch (pf2vf_info->version) {
433 checksum = ((struct amdgim_pf2vf_info_v1 *)pf2vf_info)->checksum;
435 adev->virt.fw_reserve.p_pf2vf, pf2vf_info->size,
443 ((struct amdgim_pf2vf_info_v1 *)pf2vf_info)->feature_flags;
447 checksum = ((struct amd_sriov_msg_pf2vf_info *)pf2vf_info)->checksum;
449 adev->virt.fw_reserve.p_pf2vf, pf2vf_info->size,
457 ((struct amd_sriov_msg_pf2vf_info *)pf2vf_info)->vf2pf_update_interval_ms;
459 ((struct amd_sriov_msg_pf2vf_info *)pf2vf_info)
[all...]

Completed in 226 milliseconds