Home
last modified time | relevance | path

Searched refs:NDI_RA_TYPE_PCI_BUSNUM (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus.c306 NDI_RA_TYPE_PCI_BUSNUM, 0) == NDI_SUCCESS) in cardbus_claim_pci_busnum()
349 &next_bus, &blen, NDI_RA_TYPE_PCI_BUSNUM, in cardbus_fix_hostbridge_busrange()
353 if (ndi_ra_map_setup(dip, NDI_RA_TYPE_PCI_BUSNUM) in cardbus_fix_hostbridge_busrange()
368 NDI_RA_TYPE_PCI_BUSNUM, 0); in cardbus_fix_hostbridge_busrange()
388 NDI_RA_TYPE_PCI_BUSNUM, 0); in cardbus_fix_hostbridge_busrange()
2445 &next_bus, &blen, NDI_RA_TYPE_PCI_BUSNUM, in cardbus_expand_busrange()
2478 if (ndi_ra_map_setup(pdip, NDI_RA_TYPE_PCI_BUSNUM) in cardbus_expand_busrange()
2487 NDI_RA_TYPE_PCI_BUSNUM, 0); in cardbus_expand_busrange()
2495 &next_bus, &blen, NDI_RA_TYPE_PCI_BUSNUM, in cardbus_expand_busrange()
2511 if (ndi_ra_map_setup(dip, NDI_RA_TYPE_PCI_BUSNUM) in cardbus_expand_busrange()
[all …]
H A Dcardbus_cfg.c1334 NDI_RA_TYPE_PCI_BUSNUM, NDI_RA_PASS) != NDI_SUCCESS) { in cardbus_free_chunk()
2413 &next_bus, &blen, NDI_RA_TYPE_PCI_BUSNUM, in cardbus_probe_bridge()
2626 NDI_RA_TYPE_PCI_BUSNUM, in cardbus_probe_children()
/illumos-gate/usr/src/uts/common/io/
H A Dbusra.c1013 if (ndi_ra_map_setup(dip, NDI_RA_TYPE_PCI_BUSNUM) == NDI_FAILURE) { in pci_resource_setup()
1091 1, NDI_RA_TYPE_PCI_BUSNUM, 0); in pci_resource_setup()
1114 NDI_RA_TYPE_PCI_BUSNUM, 0); in pci_resource_setup()
1127 NDI_RA_TYPE_PCI_BUSNUM); in pci_resource_setup()
1186 NDI_RA_TYPE_PCI_BUSNUM, 0) == NDI_SUCCESS) in claim_pci_busnum()
1205 (void) ndi_ra_map_destroy(dip, NDI_RA_TYPE_PCI_BUSNUM); in pci_resource_destroy()
/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c857 NDI_RA_TYPE_PCI_BUSNUM, NDI_RA_PASS) != NDI_SUCCESS) { in pcicfg_configure_ntbridge()
980 (uint64_t)(bus[1] - bus[0] + 1), NDI_RA_TYPE_PCI_BUSNUM, in pcicfg_configure_ntbridge()
1342 NDI_RA_TYPE_PCI_BUSNUM, NDI_RA_PASS) != NDI_SUCCESS) { in pcicfg_ntbridge_unconfigure()
2702 (uint64_t)(bus[1] - bus[0] + 1), NDI_RA_TYPE_PCI_BUSNUM, in pcicfg_free_bridge_resources()
3820 if (ndi_ra_map_setup(new_child, NDI_RA_TYPE_PCI_BUSNUM) in pcicfg_probe_bridge()
3854 &pcibus_base, &pcibus_alen, NDI_RA_TYPE_PCI_BUSNUM, NDI_RA_PASS); in pcicfg_probe_bridge()
3877 NDI_RA_TYPE_PCI_BUSNUM, NDI_RA_PASS); in pcicfg_probe_bridge()
4521 NDI_RA_TYPE_PCI_BUSNUM, NDI_RA_PASS); in pcicfg_probe_bridge()
4594 pcibus_base, pcibus_alen, NDI_RA_TYPE_PCI_BUSNUM, in pcicfg_probe_bridge()
4599 (void) ndi_ra_map_destroy(new_child, NDI_RA_TYPE_PCI_BUSNUM); in pcicfg_probe_bridge()
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c950 &next_bus, &blen, NDI_RA_TYPE_PCI_BUSNUM, in pcicfg_configure_ntbridge()
1085 NDI_RA_TYPE_PCI_BUSNUM, NDI_RA_PASS) != NDI_SUCCESS) { in pcicfg_configure_ntbridge()
1411 NDI_RA_TYPE_PCI_BUSNUM, NDI_RA_PASS) != NDI_SUCCESS) { in pcicfg_ntbridge_unconfigure()
2895 NDI_RA_TYPE_PCI_BUSNUM, NDI_RA_PASS) != NDI_SUCCESS) { in pcicfg_free_bridge_resources()
4943 &pcibus_base, &pcibus_alen, NDI_RA_TYPE_PCI_BUSNUM, NDI_RA_PASS); in pcicfg_probe_bridge()
4959 if (ndi_ra_map_setup(new_child, NDI_RA_TYPE_PCI_BUSNUM) in pcicfg_probe_bridge()
4971 NDI_RA_TYPE_PCI_BUSNUM, NDI_RA_PASS); in pcicfg_probe_bridge()
5526 NDI_RA_TYPE_PCI_BUSNUM, NDI_RA_PASS); in pcicfg_probe_bridge()
5597 if (ndi_ra_map_destroy(new_child, NDI_RA_TYPE_PCI_BUSNUM) in pcicfg_probe_bridge()
/illumos-gate/usr/src/uts/common/sys/
H A Dsunndi.h718 #define NDI_RA_TYPE_PCI_BUSNUM "pci_bus_number" macro