Searched refs:XAUI (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_hc.h93 #define XAUI "xaui" macro
H A Dhc.c197 { XAUI, TOPO_STABILITY_PRIVATE },
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/niu/
H A Dniu.c261 if (topo_node_range_create(mod, ntn, XAUI, 0, XAUI_MAX) < 0) {
263 topo_mod_dprintf(mod, "child_range_add of XAUI"
328 ntn, XAUI, XAUI, inst, inst, sib) != 0) {
341 if ((rp = topo_mod_load(mp, XAUI, TOPO_VERSION)) == NULL) {
343 "%s enumerator could not load %s enum.\n", NIU, XAUI);
369 * Load XAUI Enum
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/xaui/
H A Dxaui.c57 {XAUI, FM_FMRI_SCHEME_HC, XAUI_VERSION, &xaui_ops};
502 "%s enumerator could not load %s enum.\n", XAUI, XFP);
515 if (strcmp(name, XAUI) != 0) {
518 XAUI);
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dpcibus.c485 * 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 53 milliseconds