Home
last modified time | relevance | path

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

/linux/drivers/vfio/pci/
H A Dvfio_pci_core.c1854 struct vfio_pci_core_device *pf_vdev = vdev->sriov_pf_core_dev; in vfio_pci_core_match_token_uuid() local
1857 if (!pf_vdev) { in vfio_pci_core_match_token_uuid()
1872 mutex_lock(&pf_vdev->vf_token->lock); in vfio_pci_core_match_token_uuid()
1873 match = uuid_equal(uuid, &pf_vdev->vf_token->uuid); in vfio_pci_core_match_token_uuid()
1874 mutex_unlock(&pf_vdev->vf_token->lock); in vfio_pci_core_match_token_uuid()