Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtwvar.h487 uint32_t sc_tx_ok; member
H A Drtw.c2451 enough = (rsc->sc_tx_ok + rsc->sc_tx_err) >= 600? 1 : 0; in rtw_rate_ctl()
2454 if (enough && rsc->sc_tx_ok < rsc->sc_tx_err) in rtw_rate_ctl()
2473 rsc->sc_tx_ok = rsc->sc_tx_err = rsc->sc_tx_retr = 0; in rtw_rate_ctl()
2739 rsc->sc_tx_ok++; in rtw_ring_recycling()
2746 rsc->sc_tx_ok++; in rtw_ring_recycling()