Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/vfio/pci/hisilicon/
Dhisi_acc_vfio_pci.c371 if (vf_data->dev_id != hisi_acc_vdev->vf_dev->device) { in vf_qm_check_match()
422 vf_data->dev_id = hisi_acc_vdev->vf_dev->device; in vf_qm_get_match_data()
560 struct pci_dev *vf_pdev = hisi_acc_vdev->vf_dev; in hisi_acc_check_int_state()
672 struct device *dev = &hisi_acc_vdev->vf_dev->dev; in hisi_acc_vf_load_state()
847 struct device *dev = &hisi_acc_vdev->vf_dev->dev; in hisi_acc_vf_stop_device()
1002 struct pci_dev *vf_dev = vdev->pdev; in hisi_acc_vf_qm_init() local
1024 ioremap(pci_resource_start(vf_dev, VFIO_PCI_BAR2_REGION_INDEX), in hisi_acc_vf_qm_init()
1025 pci_resource_len(vf_dev, VFIO_PCI_BAR2_REGION_INDEX)); in hisi_acc_vf_qm_init()
1030 vf_qm->pdev = vf_dev; in hisi_acc_vf_qm_init()
1227 hisi_acc_vdev->vf_dev = pdev; in hisi_acc_vfio_pci_migrn_init_dev()
Dhisi_acc_vfio_pci.h105 struct pci_dev *vf_dev; member
/Linux-v6.1/drivers/crypto/marvell/octeontx2/
Dotx2_cptpf.h16 struct pci_dev *vf_dev; member
/Linux-v6.1/drivers/pci/
Diov.c227 struct pci_dev *vf_dev = to_pci_dev(dev); in sriov_vf_msix_count_store() local
228 struct pci_dev *pdev = pci_physfn(vf_dev); in sriov_vf_msix_count_store()
243 device_lock(&vf_dev->dev); in sriov_vf_msix_count_store()
244 if (vf_dev->driver) { in sriov_vf_msix_count_store()
254 ret = pdev->driver->sriov_set_msix_vec_count(vf_dev, val); in sriov_vf_msix_count_store()
257 device_unlock(&vf_dev->dev); in sriov_vf_msix_count_store()