Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtwvar.h486 timeout_id_t sc_ratectl_id; member
H A Drtw.c2476 rsc->sc_ratectl_id = timeout(rtw_rate_ctl, ic, in rtw_rate_ctl()
2499 if (rsc->sc_ratectl_id != 0) { in rtw_new_state()
2500 (void) untimeout(rsc->sc_ratectl_id); in rtw_new_state()
2501 rsc->sc_ratectl_id = 0; in rtw_new_state()
2535 rsc->sc_ratectl_id = timeout(rtw_rate_ctl, ic, in rtw_new_state()