Home
last modified time | relevance | path

Searched refs:DESC_RATEVHT2SS_MCS0 (Results 1 – 5 of 5) sorted by relevance

/freebsd-head/sys/contrib/dev/rtw88/
HDutil.c91 } else if (rate >= DESC_RATEVHT2SS_MCS0 && in rtw_desc_to_mcsrate()
94 *mcs = rate - DESC_RATEVHT2SS_MCS0; in rtw_desc_to_mcsrate()
HDphy.c79 DESC_RATEVHT2SS_MCS0, DESC_RATEVHT2SS_MCS1,
570 else if (rate_idx >= DESC_RATEVHT2SS_MCS0) in rtw_phy_get_rrsr_mask()
571 rate_order -= DESC_RATEVHT2SS_MCS0; in rtw_phy_get_rrsr_mask()
1407 rate[2] = DESC_RATEVHT2SS_MCS0; in rtw_phy_get_rate_values_of_txpwr_by_rate()
1979 (rate >= DESC_RATEVHT2SS_MCS0); in rtw_phy_get_2g_tx_power_index()
2021 (rate >= DESC_RATEVHT2SS_MCS0); in rtw_phy_get_5g_tx_power_index()
2070 else if (rate >= DESC_RATEVHT2SS_MCS0 && rate <= DESC_RATEVHT2SS_MCS9) in rtw_phy_rate_to_rate_section()
HDrx.c71 case DESC_RATEVHT2SS_MCS0...DESC_RATEVHT2SS_MCS9: in rtw_rx_phy_stat()
HDmain.h311 DESC_RATEVHT2SS_MCS0 = 0x36, enumerator
HDrtw88xxa.c1843 case DESC_RATEVHT2SS_MCS0 ... DESC_RATEVHT2SS_MCS2: in rtw88xxa_pwrtrack_set()