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

/illumos-gate/usr/src/uts/common/io/urtw/
H A Durtw_var.h114 uint8_t sc_strategy; member in struct:urtw_softc
H A Durtw.c609 sc->sc_strategy = URTW_SW_LED_MODE1;
612 sc->sc_strategy = URTW_SW_LED_MODE3;
615 sc->sc_strategy = URTW_HW_LED;
620 sc->sc_strategy = URTW_SW_LED_MODE0;
1818 switch (sc->sc_strategy) {
1832 cmn_err(CE_CONT, "unsupported LED mode %d\n", sc->sc_strategy);
3617 if ((sc->sc_strategy != URTW_SW_LED_MODE0) ||
3622 sc->sc_strategy,

Completed in 67 milliseconds