Home
last modified time | relevance | path

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

/linux/drivers/xen/xen-pciback/
A Dpassthrough.c25 struct passthrough_dev_data *dev_data = pdev->pci_dev_data; in __xen_pcibk_get_pci_dev()
49 struct passthrough_dev_data *dev_data = pdev->pci_dev_data; in __xen_pcibk_add_pci_dev()
75 struct passthrough_dev_data *dev_data = pdev->pci_dev_data; in __xen_pcibk_release_pci_dev()
112 pdev->pci_dev_data = dev_data; in __xen_pcibk_init_devices()
121 struct passthrough_dev_data *dev_data = pdev->pci_dev_data; in __xen_pcibk_publish_pci_roots()
161 struct passthrough_dev_data *dev_data = pdev->pci_dev_data; in __xen_pcibk_release_devices()
174 pdev->pci_dev_data = NULL; in __xen_pcibk_release_devices()
A Dvpci.c38 struct vpci_dev_data *vpci_dev = pdev->pci_dev_data; in __xen_pcibk_get_pci_dev()
75 struct vpci_dev_data *vpci_dev = pdev->pci_dev_data; in __xen_pcibk_add_pci_dev()
154 struct vpci_dev_data *vpci_dev = pdev->pci_dev_data; in __xen_pcibk_release_pci_dev()
198 pdev->pci_dev_data = vpci_dev; in __xen_pcibk_init_devices()
213 struct vpci_dev_data *vpci_dev = pdev->pci_dev_data; in __xen_pcibk_release_devices()
229 pdev->pci_dev_data = NULL; in __xen_pcibk_release_devices()
238 struct vpci_dev_data *vpci_dev = pdev->pci_dev_data; in __xen_pcibk_get_pcifront_dev()
A Dpciback.h35 void *pci_dev_data; member
/linux/drivers/net/ethernet/mellanox/mlx4/
A Dmain.c3363 if (pci_dev_data & MLX4_PCI_DEV_IS_VF) { in mlx4_load_one()
3788 if (!(pci_dev_data & MLX4_PCI_DEV_IS_VF) && in __mlx4_init_one()
3791 pci_dev_data, pci_resource_flags(pdev, 0)); in __mlx4_init_one()
3822 if (pci_dev_data & MLX4_PCI_DEV_IS_VF) { in __mlx4_init_one()
4013 priv->pci_dev_data = id->driver_data; in mlx4_init_one()
4058 int pci_dev_data; in mlx4_unload_one() local
4071 pci_dev_data = priv->pci_dev_data; in mlx4_unload_one()
4126 priv->pci_dev_data = pci_dev_data; in mlx4_unload_one()
4209 int pci_dev_data, err, total_vfs; in mlx4_restart_one_up() local
4211 pci_dev_data = priv->pci_dev_data; in mlx4_restart_one_up()
[all …]
A Dmlx4.h882 int pci_dev_data; member

Completed in 17 milliseconds