Home
last modified time | relevance | path

Searched refs:ru_idx (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dbcmwifi_rates.c110 #define HE_RU_TO_NSD(ru_idx) \ argument
111 (ru_idx < ARRAYSIZE(wlc_he_ru_nsd)) ? \
112 wlc_he_ru_nsd[ru_idx] : 0
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_sound.c795 struct rtw_phl_stainfo_t *sta, u8 ru_idx, in rtw_hal_snd_ax_fwcmd_tb_add_sta() argument
815 ru_idx = (ru_idx << 1) | BIT(0); in rtw_hal_snd_ax_fwcmd_tb_add_sta()
817 ru_idx = (ru_idx << 1) &(~BIT(0)); in rtw_hal_snd_ax_fwcmd_tb_add_sta()
819 cmd->bfrp.he_para[bfrp_idx].user[bfrp_u_idx].ru_pos = ru_idx; in rtw_hal_snd_ax_fwcmd_tb_add_sta()
H A Dhal_api.h570 struct rtw_phl_stainfo_t *sta, u8 ru_idx,
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_sound.c795 struct rtw_phl_stainfo_t *sta, u8 ru_idx, in rtw_hal_snd_ax_fwcmd_tb_add_sta() argument
815 ru_idx = (ru_idx << 1) | BIT(0); in rtw_hal_snd_ax_fwcmd_tb_add_sta()
817 ru_idx = (ru_idx << 1) &(~BIT(0)); in rtw_hal_snd_ax_fwcmd_tb_add_sta()
819 cmd->bfrp.he_para[bfrp_idx].user[bfrp_u_idx].ru_pos = ru_idx; in rtw_hal_snd_ax_fwcmd_tb_add_sta()
H A Dhal_api.h567 struct rtw_phl_stainfo_t *sta, u8 ru_idx,
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmcu.c426 u16 ru_idx = le16_to_cpu(ra->ru_idx); in mt7915_mcu_tx_rate_cal() local
470 if (ru_idx) { in mt7915_mcu_tx_rate_cal()
471 switch (ru_idx) { in mt7915_mcu_tx_rate_cal()
3271 __le16 ru_idx; in mt7915_mcu_get_rate_info() member
H A Dmcu.h127 __le16 ru_idx; member