HomeSort by relevance Sort by last modified time
    Searched refs:XAUI (Results 1 - 5 of 5) sorted by null

  /onnv/onnv-gate/usr/src/lib/fm/topo/libtopo/common/
topo_hc.h 84 #define XAUI "xaui"
hc.c 188 { XAUI, TOPO_STABILITY_PRIVATE },
    [all...]
  /onnv/onnv-gate/usr/src/lib/fm/topo/modules/sun4v/xaui/
xaui.c 31 #include "xaui.h"
34 * xaui.c
35 * sun4v specific xaui enumerators
43 #define XFP_MAX 1 /* max number of xfp per xaui card */
52 {XAUI, FM_FMRI_SCHEME_HC, XAUI_VERSION, &xaui_ops};
70 topo_mod_dprintf(mod, "initializing xaui enumerator\n");
73 topo_mod_dprintf(mod, "xaui registration failed: %s\n",
77 topo_mod_dprintf(mod, "xaui enum initd\n");
242 "%s enumerator could not load %s enum.\n", XAUI, XFP);
253 if (strcmp(name, XAUI) != 0)
    [all...]
  /onnv/onnv-gate/usr/src/lib/fm/topo/modules/sun4v/niu/
niu.c 261 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
  /onnv/onnv-gate/usr/src/lib/fm/topo/modules/common/pcibus/
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) ==
507 "could not load xaui enum\n");
513 XAUI, 0, 1) < 0) {
516 "XAUI failed: %s\n",
522 XAUI, XAUI, fnno, fnno, fn);

Completed in 6419 milliseconds