Searched refs:pci_dev_data (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_main.c1322 priv->pci_dev_data = id->driver_data;
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4.h865 int pci_dev_data; member in struct:mlx4_priv
H A Dmlx4_main.c460 if (mlx4_priv(dev)->pci_dev_data & MLX4_PCI_DEV_FORCE_SENSE_PORT)
3200 static int mlx4_load_one(struct pci_dev *pdev, int pci_dev_data, argument
3231 if (pci_dev_data & MLX4_PCI_DEV_IS_VF) {
3596 static int __mlx4_init_one(struct pci_dev *pdev, int pci_dev_data, argument
3657 if (!(pci_dev_data & MLX4_PCI_DEV_IS_VF) &&
3660 pci_dev_data, (long)pci_resource_flags(pdev, 0));
3700 if (pci_dev_data & MLX4_PCI_DEV_IS_VF) {
3729 err = mlx4_load_one(pdev, pci_dev_data, total_vfs, nvfs, priv, 0);
3772 priv->pci_dev_data = id->driver_data;
3825 int pci_dev_data; local
3974 int pci_dev_data, err, total_vfs; local
[all...]
/freebsd-11-stable/sys/dev/mlx5/
H A Ddriver.h609 unsigned long pci_dev_data; member in struct:mlx5_priv
1170 return !(dev->priv.pci_dev_data & MLX5_PCI_DEV_IS_VF);

Completed in 106 milliseconds