Home
last modified time | relevance | path

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.h205 u_int sc_ledidle; /* idle polling interval */ member
H A Dif_iwi.c1286 } else if (ticks - sc->sc_ledevent >= sc->sc_ledidle) in iwi_frame_intr()
3512 sc->sc_ledidle = (2700*hz)/1000; /* 2.7sec */ in iwi_ledattach()
3522 "ledidle", CTLFLAG_RW, &sc->sc_ledidle, 0, in iwi_ledattach()
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_rx.c1042 } else if (ticks - sc->sc_ledevent >= sc->sc_ledidle) in ath_rx_pkt()
H A Dif_ath_sysctl.c854 "ledidle", CTLFLAG_RW, &sc->sc_ledidle, 0, in ath_sysctlattach()
H A Dif_athvar.h726 u_int sc_ledidle; /* idle polling interval */ member
H A Dif_ath.c879 sc->sc_ledidle = (2700*hz)/1000; /* 2.7sec */ in ath_attach()