Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_aperture.c368 if (!(pci_resource_flags(pdev, bar) & IORESOURCE_MEM)) in aperture_remove_conflicting_pci_devices()
/freebsd/sys/dev/mthca/
H A Dmthca_main.c920 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 Dpci.h430 pci_resource_flags(struct pci_dev *pdev, int bar) in pci_resource_flags() function
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_main.c3664 !(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 Dmlx5_main.c318 if (!(pci_resource_flags(pdev, 0) & IORESOURCE_MEM)) { in request_bar()