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

/illumos-gate/usr/src/uts/common/io/elxl/
H A Delxl.c493 sc->ex_conf = ex_products[i].epp_flags;
538 sc->ex_conf &= ~CONF_90XB;
540 sc->ex_conf |= CONF_90XB;
636 if (sc->ex_conf & CONF_90XB) {
664 sc->ex_conf |= CONF_INTPHY;
737 if (sc->ex_conf & CONF_90XB)
781 if (sc->ex_conf & CONF_90XB) {
1164 if ((sc->ex_conf & CONF_90XB) != 0) {
1320 if (((sc->ex_conf & CONF_90XB) != 0) &&
1382 if (sc->ex_conf
[all...]
H A Delxl.h522 uint_t ex_conf; /* config flags */ member in struct:ex_softc

Completed in 72 milliseconds