Searched refs:XAUI (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/niu/common/ |
H A D | niu.c | 260 if (topo_node_range_create(mod, ntn, XAUI, 0, XAUI_MAX) < 0) { 262 topo_mod_dprintf(mod, "child_range_add of XAUI" 327 ntn, XAUI, XAUI, inst, inst, sib) != 0) { 340 if ((rp = topo_mod_load(mp, XAUI, TOPO_VERSION)) == NULL) { 342 "%s enumerator could not load %s enum.\n", NIU, XAUI); 368 * Load XAUI Enum
|
/osnet-11/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_hc.h | 99 #define XAUI "xaui" macro
|
H A D | hc.c | 206 { XAUI, TOPO_STABILITY_PRIVATE },
|
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/xaui/common/ |
H A D | xaui.c | 56 {XAUI, FM_FMRI_SCHEME_HC, XAUI_VERSION, &xaui_ops}; 509 "%s enumerator could not load %s enum.\n", XAUI, XFP); 522 if (strcmp(name, XAUI) != 0) { 525 XAUI);
|
/osnet-11/usr/src/lib/fm/topo/modules/common/pcibus/ |
H A D | pcibus.c | 485 * For Neptune ASICs, use the XAUI enumerator to expand topology. 486 * The 10giga ports are externalized by a XAUI cards, which 487 * are FRUs. The XAUI enumerator in turn instantiates the XFP 504 if (topo_mod_load(mod, XAUI, TOPO_VERSION) == 513 XAUI, 0, 1) < 0) { 516 "XAUI failed: %s\n", 522 XAUI, XAUI, fnno, fnno, fn);
|
Completed in 32 milliseconds