Home
last modified time | relevance | path

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

/linux/drivers/vfio/
H A Ddebugfs.c16 struct device *vf_dev = seq->private; in vfio_device_state_read() local
17 struct vfio_device *vdev = container_of(vf_dev, in vfio_device_state_read()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_sriov.h66 int ice_sriov_set_msix_vec_count(struct pci_dev *vf_dev, int msix_vec_count);
163 ice_sriov_set_msix_vec_count(struct pci_dev *vf_dev, int msix_vec_count) in ice_sriov_set_msix_vec_count() argument
H A Dice_sriov.c1055 int ice_sriov_set_msix_vec_count(struct pci_dev *vf_dev, int msix_vec_count) in ice_sriov_set_msix_vec_count() argument
1057 struct pci_dev *pdev = pci_physfn(vf_dev); in ice_sriov_set_msix_vec_count()
1084 if (vf_dev->devfn == pci_iov_virtfn_devfn(pdev, id)) in ice_sriov_set_msix_vec_count()
/linux/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptpf.h16 struct pci_dev *vf_dev; member
/linux/drivers/vdpa/octeon_ep/
H A Doctep_vdpa_main.c698 static void octep_vdpa_assign_barspace(struct pci_dev *vf_dev, struct pci_dev *pf_dev, u8 idx) in octep_sriov_enable()
700 struct resource *vf_res = vf_dev->resource + PCI_STD_RESOURCES + 4; in octep_sriov_enable()
705 vf_res->name = pci_name(vf_dev); in octep_sriov_enable()
711 pcibios_bus_to_resource(vf_dev->bus, vf_res, &bus_region); in octep_sriov_disable()
657 octep_vdpa_assign_barspace(struct pci_dev * vf_dev,struct pci_dev * pf_dev,u8 idx) octep_vdpa_assign_barspace() argument