Home
last modified time | relevance | path

Searched refs:RTWN_RATE_IS_HT (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/rtwn/rtl8812a/
H A Dr12a_rx.c110 if (RTWN_RATE_IS_HT(rpt->final_rate)) { /* MCS */ in r12a_ratectl_tx_complete()
250 (RTWN_RATE_IS_HT(rate) || RTWN_RATE_IS_VHT(rate))) in r12a_get_rx_stats()
281 } else if (RTWN_RATE_IS_HT(rate)) { in r12a_get_rx_stats()
299 } else if (RTWN_RATE_IS_HT(rate)) { /* MCS0~15. */ in r12a_get_rx_stats()
/freebsd/sys/dev/rtwn/
H A Dif_rtwn_ridx.h69 #define RTWN_RATE_IS_HT(rate) \ macro
111 KASSERT(RTWN_RATE_IS_HT(ridx), ("bad mcs rate index %d", ridx)); in rtwn_ctl_mcsrate()
/freebsd/sys/dev/rtwn/rtl8192c/
H A Dr92c_tx.c109 } else if (RTWN_RATE_IS_HT(ridx)) { in r92c_tx_protection()
329 if (RTWN_RATE_IS_HT(ridx)) in r92c_tx_get_protmode()
425 RTWN_RATE_IS_HT(ridx)) { in r92c_fill_tx_desc()
H A Dr92c_rx.c124 if ((rxdw3 & R92C_RXDW3_SPLCP) && RTWN_RATE_IS_HT(rate)) in r92c_get_rx_stats()
H A Dr92c_fw.c174 if (RTWN_RATE_IS_HT(maxrate)) in r92c_send_ra_cmd()
/freebsd/sys/dev/rtwn/rtl8188e/
H A Dr88e_rx.c123 if (RTWN_RATE_IS_HT(rpt->final_rate)) { /* MCS */ in r88e_ratectl_tx_complete()