Searched refs:pci_dev_data (Results 1 – 5 of 5) sorted by relevance
24 struct passthrough_dev_data *dev_data = pdev->pci_dev_data; in __xen_pcibk_get_pci_dev()48 struct passthrough_dev_data *dev_data = pdev->pci_dev_data; in __xen_pcibk_add_pci_dev()74 struct passthrough_dev_data *dev_data = pdev->pci_dev_data; in __xen_pcibk_release_pci_dev()106 pdev->pci_dev_data = dev_data; in __xen_pcibk_init_devices()115 struct passthrough_dev_data *dev_data = pdev->pci_dev_data; in __xen_pcibk_publish_pci_roots()155 struct passthrough_dev_data *dev_data = pdev->pci_dev_data; in __xen_pcibk_release_devices()165 pdev->pci_dev_data = NULL; in __xen_pcibk_release_devices()
34 struct vpci_dev_data *vpci_dev = pdev->pci_dev_data; in __xen_pcibk_get_pci_dev()71 struct vpci_dev_data *vpci_dev = pdev->pci_dev_data; in __xen_pcibk_add_pci_dev()143 struct vpci_dev_data *vpci_dev = pdev->pci_dev_data; in __xen_pcibk_release_pci_dev()182 pdev->pci_dev_data = vpci_dev; in __xen_pcibk_init_devices()197 struct vpci_dev_data *vpci_dev = pdev->pci_dev_data; in __xen_pcibk_release_devices()210 pdev->pci_dev_data = NULL; in __xen_pcibk_release_devices()220 struct vpci_dev_data *vpci_dev = pdev->pci_dev_data; in __xen_pcibk_get_pcifront_dev()
31 void *pci_dev_data; member
1732 static int __mlx4_init_one(struct pci_dev *pdev, int pci_dev_data) in __mlx4_init_one() argument1755 if (!(pci_dev_data & MLX4_PCI_DEV_IS_VF) && in __mlx4_init_one()1759 pci_dev_data, pci_resource_flags(pdev, 0)); in __mlx4_init_one()1817 if (pci_dev_data & MLX4_PCI_DEV_IS_VF) { in __mlx4_init_one()2041 priv->pci_dev_data = id->driver_data; in mlx4_init_one()2050 int pci_dev_data; in __mlx4_remove_one() local2056 pci_dev_data = priv->pci_dev_data; in __mlx4_remove_one()2112 priv->pci_dev_data = pci_dev_data; in __mlx4_remove_one()2130 int pci_dev_data; in mlx4_restart_one() local2132 pci_dev_data = priv->pci_dev_data; in mlx4_restart_one()[all …]
725 int pci_dev_data; member