Home
last modified time | relevance | path

Searched refs:rpl_fd (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/wireless/realtek/rtw89/
H A Dcore.c2060 u8 *rpl_fd = phy_ppdu->rpl_fd; in rtw89_core_parse_phy_status_ie01_v2() local
2063 rpl_fd[RF_PATH_A] = le32_get_bits(ie->w8, RTW89_PHY_STS_IE01_V2_W8_RPL_FD_A); in rtw89_core_parse_phy_status_ie01_v2()
2064 rpl_fd[RF_PATH_B] = le32_get_bits(ie->w8, RTW89_PHY_STS_IE01_V2_W8_RPL_FD_B); in rtw89_core_parse_phy_status_ie01_v2()
2065 rpl_fd[RF_PATH_C] = le32_get_bits(ie->w9, RTW89_PHY_STS_IE01_V2_W9_RPL_FD_C); in rtw89_core_parse_phy_status_ie01_v2()
2066 rpl_fd[RF_PATH_D] = le32_get_bits(ie->w9, RTW89_PHY_STS_IE01_V2_W9_RPL_FD_D); in rtw89_core_parse_phy_status_ie01_v2()
H A Drtw8922a.c2785 phy_ppdu->rpl_fd[i] = 0; in rtw8922a_convert_rpl_to_rssi()
2788 rpl_tmp = phy_ppdu->rpl_fd[i]; in rtw8922a_convert_rpl_to_rssi()
H A Dcore.h846 u8 rpl_fd[RF_PATH_MAX]; member