Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/uath/
H A Duath_reg.h232 uint32_t lednum; member
243 uint32_t lednum; member
H A Duath.c1850 uath_set_ledsteady(struct uath_softc *sc, int lednum, int ledmode) in uath_set_ledsteady() argument
1855 led.lednum = BE_32(lednum); in uath_set_ledsteady()
1860 (lednum == UATH_LED_LINK) ? "link" : "activity", in uath_set_ledsteady()
1867 uath_set_ledblink(struct uath_softc *sc, int lednum, int ledmode, in uath_set_ledblink() argument
1873 led.lednum = BE_32(lednum); in uath_set_ledblink()
1880 (lednum == UATH_LED_LINK) ? "link" : "activity", in uath_set_ledblink()