Searched refs:pci_resource_flags (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/dev/mthca/
H A Dmthca_main.c920 if (!(pci_resource_flags(pdev, 0) & IORESOURCE_MEM) ||
926 if (!(pci_resource_flags(pdev, 2) & IORESOURCE_MEM)) {
931 if (!(pci_resource_flags(pdev, 4) & IORESOURCE_MEM))
/freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h310 pci_resource_flags(struct pci_dev *pdev, int bar) function
/freebsd-12-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_main.c3658 !(pci_resource_flags(pdev, 0) & IORESOURCE_MEM)) {
3659 dev_err(&pdev->dev, "Missing DCS, aborting (driver_data: 0x%x, pci_resource_flags(pdev, 0):0x%lx)\n",
3660 pci_dev_data, (long)pci_resource_flags(pdev, 0));
3664 if (!(pci_resource_flags(pdev, 2) & IORESOURCE_MEM)) {
/freebsd-12-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_main.c263 if (!(pci_resource_flags(pdev, 0) & IORESOURCE_MEM)) {

Completed in 84 milliseconds