Searched refs:vf_pdev (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/vdpa/pds/ |
| H A D | aux_drv.c | 47 vdpa_aux->vf_id = pci_iov_vf_id(padev->vf_pdev); in pds_vdpa_probe() 56 vdpa_aux->vd_mdev.pci_dev = padev->vf_pdev; in pds_vdpa_probe() 82 pci_free_irq_vectors(padev->vf_pdev); in pds_vdpa_probe()
|
| H A D | vdpa_dev.c | 382 struct pci_dev *pdev = pdsv->vdpa_aux->padev->vf_pdev; in pds_vdpa_request_irqs() 438 pdev = pdsv->vdpa_aux->padev->vf_pdev; in pds_vdpa_release_irqs() 645 pdev = vdpa_aux->padev->vf_pdev; in pds_vdpa_dev_add() 810 pdev = vdpa_aux->padev->vf_pdev; in pds_vdpa_get_mgmt_info() 817 pf_pdev = pci_physfn(vdpa_aux->padev->vf_pdev); in pds_vdpa_get_mgmt_info()
|
| H A D | debugfs.c | 172 vdpa_aux->dentry = debugfs_create_dir(pci_name(vdpa_aux->padev->vf_pdev), dbfs_dir); in pds_vdpa_debugfs_add_pcidev()
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_sriov_pf_sysfs.c | 597 struct pci_dev *vf_pdev = NULL; in xe_sriov_pf_sysfs_link_vfs() local 605 vf_pdev = xe_pci_sriov_get_vf_pdev(pf_pdev, VFID(n)); in xe_sriov_pf_sysfs_link_vfs() 606 if (!vf_pdev) in xe_sriov_pf_sysfs_link_vfs() 610 &vf_pdev->dev.kobj, "device"); in xe_sriov_pf_sysfs_link_vfs() 613 pci_dev_put(vf_pdev); in xe_sriov_pf_sysfs_link_vfs()
|
| /linux/include/linux/pds/ |
| H A D | pds_auxbus.h | 11 struct pci_dev *vf_pdev; member
|
| /linux/drivers/vdpa/octeon_ep/ |
| H A D | octep_vdpa_main.c | 721 struct pci_dev *vf_pdev = NULL; in octep_sriov_enable() local 732 while ((vf_pdev = pci_get_device(PCI_VENDOR_ID_CAVIUM, PCI_ANY_ID, vf_pdev))) { in octep_sriov_enable() 733 if (vf_pdev->device != pf->vf_devid) in octep_sriov_enable() 736 octep_vdpa_assign_barspace(vf_pdev, pdev, index); in octep_sriov_enable() 739 pci_dev_put(vf_pdev); in octep_sriov_enable()
|
| /linux/drivers/net/ethernet/amd/pds_core/ |
| H A D | auxbus.c | 104 pf_pdev = pci_physfn(padev->vf_pdev); in pds_client_adminq_cmd() 147 padev->vf_pdev = cf->pdev; in pdsc_auxbus_dev_register()
|
| H A D | main.c | 586 void *pdsc_get_pf_struct(struct pci_dev *vf_pdev) in pdsc_get_pf_struct() argument 588 return pci_iov_get_pf_drvdata(vf_pdev, &pdsc_driver); in pdsc_get_pf_struct()
|
| /linux/drivers/fwctl/pds/ |
| H A D | main.c | 473 pdsfc = fwctl_alloc_device(&padev->vf_pdev->dev, &pdsfc_ops, in pdsfc_probe()
|
| /linux/drivers/vfio/pci/hisilicon/ |
| H A D | hisi_acc_vfio_pci.c | 636 struct pci_dev *vf_pdev = hisi_acc_vdev->vf_dev; in hisi_acc_check_int_state() local 660 switch (vf_pdev->device) { in hisi_acc_check_int_state()
|