Searched refs:pf2vf_v2 (Results 1 – 1 of 1) sorted by relevance
608 struct amd_sriov_msg_pf2vf_info *pf2vf_v2 = NULL; in amdgpu_virt_exchange_data() local624 pf2vf_v2 = (struct amd_sriov_msg_pf2vf_info *)adev->virt.fw_reserve.p_pf2vf; in amdgpu_virt_exchange_data()626 bp_block_offset = ((uint64_t)pf2vf_v2->bp_block_offset_low & 0xFFFFFFFF) | in amdgpu_virt_exchange_data()627 ((((uint64_t)pf2vf_v2->bp_block_offset_high) << 32) & 0xFFFFFFFF00000000); in amdgpu_virt_exchange_data()628 bp_block_size = pf2vf_v2->bp_block_size; in amdgpu_virt_exchange_data()