Home
last modified time | relevance | path

Searched refs:ex_conf (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/io/elxl/
H A Delxl.c493 sc->ex_conf = ex_products[i].epp_flags; in elxl_attach()
538 sc->ex_conf &= ~CONF_90XB; in elxl_attach()
540 sc->ex_conf |= CONF_90XB; in elxl_attach()
636 if (sc->ex_conf & CONF_90XB) { in elxl_probe_media()
664 sc->ex_conf |= CONF_INTPHY; in elxl_probe_media()
737 if (sc->ex_conf & CONF_90XB) in elxl_setup_tx()
781 if (sc->ex_conf & CONF_90XB) { in elxl_init()
1164 if ((sc->ex_conf & CONF_90XB) != 0) { in elxl_m_tx()
1320 if (((sc->ex_conf & CONF_90XB) != 0) && in elxl_recv()
1382 if (sc->ex_conf & CONF_90XB) { in elxl_m_getcapab()
[all …]
H A Delxl.h522 uint_t ex_conf; /* config flags */ member