Searched refs:sc_ledidle (Results 1 - 6 of 6) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi2200/dev/iwi/
H A Dif_iwivar.h206 u_int sc_ledidle; /* idle polling interval */ member in struct:iwi_softc
H A Dif_iwi.c1290 } else if (ticks - sc->sc_ledevent >= sc->sc_ledidle)
3512 sc->sc_ledidle = (2700*hz)/1000; /* 2.7sec */
3522 "ledidle", CTLFLAG_RW, &sc->sc_ledidle, 0,
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_rx.c1043 } else if (ticks - sc->sc_ledevent >= sc->sc_ledidle)
H A Dif_athvar.h727 u_int sc_ledidle; /* idle polling interval */ member in struct:ath_softc
H A Dif_ath_sysctl.c856 "ledidle", CTLFLAG_RW, &sc->sc_ledidle, 0,
H A Dif_ath.c879 sc->sc_ledidle = (2700*hz)/1000; /* 2.7sec */

Completed in 77 milliseconds