Searched refs:pci_dev_data (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/dev/mlx4/mlx4_core/ |
| H A D | mlx4_main.c | 461 if (mlx4_priv(dev)->pci_dev_data & MLX4_PCI_DEV_FORCE_SENSE_PORT) in mlx4_dev_cap() 3206 static int mlx4_load_one(struct pci_dev *pdev, int pci_dev_data, in mlx4_load_one() argument 3237 if (pci_dev_data & MLX4_PCI_DEV_IS_VF) { in mlx4_load_one() 3602 static int __mlx4_init_one(struct pci_dev *pdev, int pci_dev_data, in __mlx4_init_one() argument 3663 if (!(pci_dev_data & MLX4_PCI_DEV_IS_VF) && in __mlx4_init_one() 3666 pci_dev_data, (long)pci_resource_flags(pdev, 0)); in __mlx4_init_one() 3706 if (pci_dev_data & MLX4_PCI_DEV_IS_VF) { in __mlx4_init_one() 3735 err = mlx4_load_one(pdev, pci_dev_data, total_vfs, nvfs, priv, 0); in __mlx4_init_one() 3778 priv->pci_dev_data = id->driver_data; in mlx4_init_one() 3832 int pci_dev_data; in mlx4_unload_one() local [all …]
|
| H A D | mlx4.h | 865 int pci_dev_data; member
|
| /freebsd/sys/dev/mlx5/ |
| H A D | driver.h | 631 unsigned long pci_dev_data; member 1239 return !(dev->priv.pci_dev_data & MLX5_PCI_DEV_IS_VF); in mlx5_core_is_pf()
|
| /freebsd/sys/dev/mlx5/mlx5_core/ |
| H A D | mlx5_main.c | 1432 priv->pci_dev_data = id->driver_data; in init_one()
|