Searched refs:pci_resource_flags (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/compat/linuxkpi/common/src/ |
| H A D | linux_aperture.c | 368 if (!(pci_resource_flags(pdev, bar) & IORESOURCE_MEM)) in aperture_remove_conflicting_pci_devices()
|
| /freebsd/sys/dev/mthca/ |
| H A D | mthca_main.c | 920 if (!(pci_resource_flags(pdev, 0) & IORESOURCE_MEM) || in __mthca_init_one() 926 if (!(pci_resource_flags(pdev, 2) & IORESOURCE_MEM)) { in __mthca_init_one() 931 if (!(pci_resource_flags(pdev, 4) & IORESOURCE_MEM)) in __mthca_init_one()
|
| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | pci.h | 430 pci_resource_flags(struct pci_dev *pdev, int bar) in pci_resource_flags() function
|
| /freebsd/sys/dev/mlx4/mlx4_core/ |
| H A D | mlx4_main.c | 3664 !(pci_resource_flags(pdev, 0) & IORESOURCE_MEM)) { in __mlx4_init_one() 3666 pci_dev_data, (long)pci_resource_flags(pdev, 0)); in __mlx4_init_one() 3670 if (!(pci_resource_flags(pdev, 2) & IORESOURCE_MEM)) { in __mlx4_init_one()
|
| /freebsd/sys/dev/mlx5/mlx5_core/ |
| H A D | mlx5_main.c | 318 if (!(pci_resource_flags(pdev, 0) & IORESOURCE_MEM)) { in request_bar()
|