Searched refs:rpl_fd (Results 1 – 4 of 4) sorted by relevance
2105 u8 *rpl_fd = phy_ppdu->rpl_fd; in rtw89_core_parse_phy_status_ie01_v2() local2108 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()
3071 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()
3564 phy_ppdu->rpl_fd[i] = 0; in rtw8922d_convert_rpl_to_rssi()
856 u8 rpl_fd[RF_PATH_MAX]; member