Searched refs:MAX_HB_BUSES (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/lib/fm/topo/modules/i86pc/x86pi/ |
H A D | x86pi_hostbridge.c | 60 #define MAX_HB_BUSES 255 macro 119 MAX_HB_BUSES) != 0 && topo_mod_errno(mod) != EMOD_NODE_DUP) { in pciex_process() 151 MAX_HB_BUSES) != 0 && topo_mod_errno(mod) != EMOD_NODE_DUP) { in pciex_process() 159 0, MAX_HB_BUSES, did)); in pciex_process() 178 MAX_HB_BUSES) != 0 && topo_mod_errno(mod) != EMOD_NODE_DUP) { in pci_process() 185 0, MAX_HB_BUSES, did)); in pci_process()
|
/titanic_44/usr/src/lib/fm/topo/modules/i86pc/hostbridge/ |
H A D | hb_i86pc.c | 47 hb, PCI_BUS, PCI_BUS, 0, MAX_HB_BUSES, (void *)hbdid) < 0) { in hb_process() 69 rc, PCI_BUS, PCIEX_BUS, 0, MAX_HB_BUSES, (void *)hbdid) < 0) { in rc_process()
|
/titanic_44/usr/src/lib/fm/topo/modules/common/hostbridge/ |
H A D | hostbridge.c | 257 if (child_range_add(mod, ntn, PCI_BUS, 0, MAX_HB_BUSES) < 0) { in pcihostbridge_declare() 282 if (child_range_add(mod, ntn, PCIEX_ROOT, 0, MAX_HB_BUSES) < 0) { in pciexhostbridge_declare() 308 if (child_range_add(mod, ntn, PCIEX_BUS, 0, MAX_HB_BUSES) < 0) { in pciexrc_declare()
|
/titanic_44/usr/src/lib/fm/topo/modules/common/pcibus/ |
H A D | pcibus.h | 57 #define MAX_HB_BUSES 255 macro
|
H A D | pcibus.c | 240 if (child_range_add(mod, ntn, PCIEX_BUS, 0, MAX_HB_BUSES) < 0) { in pciexfn_declare() 244 if (child_range_add(mod, ntn, PCI_BUS, 0, MAX_HB_BUSES) < 0) { in pciexfn_declare() 328 if (child_range_add(mod, ntn, PCI_BUS, 0, MAX_HB_BUSES) < 0) { in pcifn_declare()
|
/titanic_44/usr/src/lib/fm/topo/modules/sun4/hostbridge/ |
H A D | hb_sun4.c | 173 rc, PCI_BUS, PCIEX_BUS, 0, MAX_HB_BUSES, NULL) == 0) in rc_process() 252 rcs[rc], PCI_BUS, PCIEX_BUS, 0, MAX_HB_BUSES, in declare_exbuses()
|
/titanic_44/usr/src/lib/fm/topo/modules/sun4v/hostbridge/ |
H A D | hb_sun4v.c | 161 (void) topo_node_range_create(mod, hbn, PCIEX_ROOT, 0, MAX_HB_BUSES); in platform_pciexhostbridge_declare() 259 (void) topo_node_range_create(mod, rcn, PCIEX_BUS, 0, MAX_HB_BUSES); in platform_pciexrc_declare()
|