Home
last modified time | relevance | path

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

/trueos/sys/dev/iwi/
HDif_iwi.c3421 } blinkrates[] = { in iwi_led_event() local
3445 j = N(blinkrates)-1; in iwi_led_event()
3450 if (blinkrates[sc->sc_txrix].rate != txrate) { in iwi_led_event()
3451 for (j = 0; j < N(blinkrates)-1; j++) in iwi_led_event()
3452 if (blinkrates[j].rate == txrate) in iwi_led_event()
3459 if (blinkrates[sc->sc_rxrix].rate != sc->sc_rxrate) { in iwi_led_event()
3460 for (j = 0; j < N(blinkrates)-1; j++) in iwi_led_event()
3461 if (blinkrates[j].rate == sc->sc_rxrate) in iwi_led_event()
3469 iwi_led_blink(sc, (blinkrates[j].timeOn * hz) / 1000, in iwi_led_event()
3470 (blinkrates[j].timeOff * hz) / 1000); in iwi_led_event()
/trueos/sys/dev/ath/
HDif_ath.c5735 } blinkrates[] = { in ath_setcurmode() local
5781 for (j = 0; j < N(blinkrates)-1; j++) in ath_setcurmode()
5782 if (blinkrates[j].rate == sc->sc_hwmap[i].ieeerate) in ath_setcurmode()
5786 sc->sc_hwmap[i].ledon = (blinkrates[j].timeOn * hz) / 1000; in ath_setcurmode()
5787 sc->sc_hwmap[i].ledoff = (blinkrates[j].timeOff * hz) / 1000; in ath_setcurmode()