Searched refs:vf_dev (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/vfio/
H A Ddebugfs.c16 struct device *vf_dev = seq->private; local
17 struct vfio_device *vdev = container_of(vf_dev,
/linux-master/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptpf.h16 struct pci_dev *vf_dev; member in struct:otx2_cptvf_info
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_sriov.h64 int ice_sriov_set_msix_vec_count(struct pci_dev *vf_dev, int msix_vec_count);
154 ice_sriov_set_msix_vec_count(struct pci_dev *vf_dev, int msix_vec_count) argument
H A Dice_sriov.c1052 * @vf_dev: pointer to pci_dev struct of VF device
1055 * Set requested MSI-X, queues and registers for @vf_dev.
1064 int ice_sriov_set_msix_vec_count(struct pci_dev *vf_dev, int msix_vec_count) argument
1066 struct pci_dev *pdev = pci_physfn(vf_dev);
1093 if (vf_dev->devfn == pci_iov_virtfn_devfn(pdev, id))
/linux-master/drivers/vfio/pci/hisilicon/
H A Dhisi_acc_vfio_pci.h107 struct pci_dev *vf_dev; member in struct:hisi_acc_vf_core_device
H A Dhisi_acc_vfio_pci.c371 if (vf_data->dev_id != hisi_acc_vdev->vf_dev->device) {
423 vf_data->dev_id = hisi_acc_vdev->vf_dev->device;
557 struct pci_dev *vf_pdev = hisi_acc_vdev->vf_dev;
655 struct device *dev = &hisi_acc_vdev->vf_dev->dev;
923 struct device *dev = &hisi_acc_vdev->vf_dev->dev;
1104 struct pci_dev *vf_dev = vdev->pdev; local
1126 ioremap(pci_resource_start(vf_dev, VFIO_PCI_BAR2_REGION_INDEX),
1127 pci_resource_len(vf_dev, VFIO_PCI_BAR2_REGION_INDEX));
1132 vf_qm->pdev = vf_dev;
1330 hisi_acc_vdev->vf_dev
[all...]
/linux-master/drivers/pci/
H A Diov.c226 struct pci_dev *vf_dev = to_pci_dev(dev); local
227 struct pci_dev *pdev = pci_physfn(vf_dev);
242 device_lock(&vf_dev->dev);
243 if (vf_dev->driver) {
253 ret = pdev->driver->sriov_set_msix_vec_count(vf_dev, val);
256 device_unlock(&vf_dev->dev);
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_virtchnl_pf.c172 struct pci_dev *vf_dev = NULL; local
175 while ((vf_dev = pci_get_device(pdev->vendor, vf_id, vf_dev))) {
176 if (vf_dev->is_virtfn && vf_dev->physfn == pdev)
177 pci_restore_msi_state(vf_dev);

Completed in 179 milliseconds