Searched refs:pci_dev_data (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/xen/xen-pciback/ |
D | passthrough.c | 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() 111 pdev->pci_dev_data = dev_data; in __xen_pcibk_init_devices() 120 struct passthrough_dev_data *dev_data = pdev->pci_dev_data; in __xen_pcibk_publish_pci_roots() 160 struct passthrough_dev_data *dev_data = pdev->pci_dev_data; in __xen_pcibk_release_devices() 173 pdev->pci_dev_data = NULL; in __xen_pcibk_release_devices()
|
D | vpci.c | 36 struct vpci_dev_data *vpci_dev = pdev->pci_dev_data; in __xen_pcibk_get_pci_dev() 73 struct vpci_dev_data *vpci_dev = pdev->pci_dev_data; in __xen_pcibk_add_pci_dev() 151 struct vpci_dev_data *vpci_dev = pdev->pci_dev_data; in __xen_pcibk_release_pci_dev() 195 pdev->pci_dev_data = vpci_dev; in __xen_pcibk_init_devices() 210 struct vpci_dev_data *vpci_dev = pdev->pci_dev_data; in __xen_pcibk_release_devices() 226 pdev->pci_dev_data = NULL; in __xen_pcibk_release_devices() 236 struct vpci_dev_data *vpci_dev = pdev->pci_dev_data; in __xen_pcibk_get_pcifront_dev()
|
D | pciback.h | 31 void *pci_dev_data; member
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | main.c | 424 if (mlx4_priv(dev)->pci_dev_data & MLX4_PCI_DEV_FORCE_SENSE_PORT) in mlx4_dev_cap() 3012 static int mlx4_load_one(struct pci_dev *pdev, int pci_dev_data, in mlx4_load_one() argument 3042 if (pci_dev_data & MLX4_PCI_DEV_IS_VF) { in mlx4_load_one() 3409 static int __mlx4_init_one(struct pci_dev *pdev, int pci_dev_data, in __mlx4_init_one() argument 3470 if (!(pci_dev_data & MLX4_PCI_DEV_IS_VF) && in __mlx4_init_one() 3473 pci_dev_data, pci_resource_flags(pdev, 0)); in __mlx4_init_one() 3513 if (pci_dev_data & MLX4_PCI_DEV_IS_VF) { in __mlx4_init_one() 3542 err = mlx4_load_one(pdev, pci_dev_data, total_vfs, nvfs, priv, 0); in __mlx4_init_one() 3581 priv->pci_dev_data = id->driver_data; in mlx4_init_one() 3612 int pci_dev_data; in mlx4_unload_one() local [all …]
|
D | mlx4.h | 862 int pci_dev_data; member
|