Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Dcore.c2105 u8 *rpl_fd = phy_ppdu->rpl_fd; in rtw89_core_parse_phy_status_ie01_v2() local
2108 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()
2109 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()
2110 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()
2111 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.c3071 phy_ppdu->rpl_fd[i] = 0; in rtw8922a_convert_rpl_to_rssi()
3074 rpl_tmp = phy_ppdu->rpl_fd[i]; in rtw8922a_convert_rpl_to_rssi()
H A Drtw8922d.c3564 phy_ppdu->rpl_fd[i] = 0; in rtw8922d_convert_rpl_to_rssi()
H A Dcore.h856 u8 rpl_fd[RF_PATH_MAX]; member