| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/rtl8852b/ |
| H A D | hal_trx_8852b.c | 19 static void _hal_trx_8852b_dump_rxcnt(struct hal_ppdu_sts *ppdu_sts) in _hal_trx_8852b_dump_rxcnt() argument 21 PHL_TRACE(COMP_PHL_PSTS, _PHL_INFO_, "ppdu_sts->rx_cnt_size = 0x%x\n", ppdu_sts->rx_cnt_size); in _hal_trx_8852b_dump_rxcnt() 23 ppdu_sts->rx_cnt.ppdu_cnt[HAL_RXCNT_OFDM_OK]); in _hal_trx_8852b_dump_rxcnt() 25 ppdu_sts->rx_cnt.ppdu_cnt[HAL_RXCNT_OFDM_FAIL]); in _hal_trx_8852b_dump_rxcnt() 27 ppdu_sts->rx_cnt.ppdu_cnt[HAL_RXCNT_OFDM_FAM]); in _hal_trx_8852b_dump_rxcnt() 29 ppdu_sts->rx_cnt.ppdu_cnt[HAL_RXCNT_CCK_OK]); in _hal_trx_8852b_dump_rxcnt() 31 ppdu_sts->rx_cnt.ppdu_cnt[HAL_RXCNT_CCK_FAIL]); in _hal_trx_8852b_dump_rxcnt() 33 ppdu_sts->rx_cnt.ppdu_cnt[HAL_RXCNT_CCK_FAM]); in _hal_trx_8852b_dump_rxcnt() 35 ppdu_sts->rx_cnt.ppdu_cnt[HAL_RXCNT_HT_OK]); in _hal_trx_8852b_dump_rxcnt() 37 ppdu_sts->rx_cnt.ppdu_cnt[HAL_RXCNT_HT_FAIL]); in _hal_trx_8852b_dump_rxcnt() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/rtl8852b/ |
| H A D | hal_trx_8852b.c | 19 static void _hal_trx_8852b_dump_rxcnt(struct hal_ppdu_sts *ppdu_sts) in _hal_trx_8852b_dump_rxcnt() argument 21 PHL_TRACE(COMP_PHL_PSTS, _PHL_INFO_, "ppdu_sts->rx_cnt_size = 0x%x\n", ppdu_sts->rx_cnt_size); in _hal_trx_8852b_dump_rxcnt() 23 ppdu_sts->rx_cnt.ppdu_cnt[HAL_RXCNT_OFDM_OK]); in _hal_trx_8852b_dump_rxcnt() 25 ppdu_sts->rx_cnt.ppdu_cnt[HAL_RXCNT_OFDM_FAIL]); in _hal_trx_8852b_dump_rxcnt() 27 ppdu_sts->rx_cnt.ppdu_cnt[HAL_RXCNT_OFDM_FAM]); in _hal_trx_8852b_dump_rxcnt() 29 ppdu_sts->rx_cnt.ppdu_cnt[HAL_RXCNT_CCK_OK]); in _hal_trx_8852b_dump_rxcnt() 31 ppdu_sts->rx_cnt.ppdu_cnt[HAL_RXCNT_CCK_FAIL]); in _hal_trx_8852b_dump_rxcnt() 33 ppdu_sts->rx_cnt.ppdu_cnt[HAL_RXCNT_CCK_FAM]); in _hal_trx_8852b_dump_rxcnt() 35 ppdu_sts->rx_cnt.ppdu_cnt[HAL_RXCNT_HT_OK]); in _hal_trx_8852b_dump_rxcnt() 37 ppdu_sts->rx_cnt.ppdu_cnt[HAL_RXCNT_HT_FAIL]); in _hal_trx_8852b_dump_rxcnt() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_rx.c | 1278 phl_rx_proc_phy_sts(struct phl_info_t *phl_info, struct rtw_phl_rx_pkt *ppdu_sts) in phl_rx_proc_phy_sts() argument 1291 if (NULL == ppdu_sts) in phl_rx_proc_phy_sts() 1298 if (ppdu_sts->r.mdata.ppdu_cnt >= PHL_MAX_PPDU_CNT) { in phl_rx_proc_phy_sts() 1304 band = (ppdu_sts->r.mdata.bb_sel > 0) ? HW_BAND_1 : HW_BAND_0; in phl_rx_proc_phy_sts() 1309 if (ppdu_sts->r.mdata.ppdu_cnt != psts_info->cur_ppdu_cnt[band]) { in phl_rx_proc_phy_sts() 1338 ((phl_rx->r.mdata.rx_rate != ppdu_sts->r.mdata.rx_rate) || in phl_rx_proc_phy_sts() 1339 (phl_rx->r.mdata.bw != ppdu_sts->r.mdata.bw) || in phl_rx_proc_phy_sts() 1340 (phl_rx->r.mdata.rx_gi_ltf != ppdu_sts->r.mdata.rx_gi_ltf) || in phl_rx_proc_phy_sts() 1341 (phl_rx->r.mdata.ppdu_type != ppdu_sts->r.mdata.ppdu_type))) { in phl_rx_proc_phy_sts() 1349 ppdu_sts->r.phy_info.frame_type = in phl_rx_proc_phy_sts() [all …]
|
| H A D | phl_rx.h | 57 phl_rx_proc_phy_sts(struct phl_info_t *phl_info, struct rtw_phl_rx_pkt *ppdu_sts);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_rx.c | 1283 phl_rx_proc_phy_sts(struct phl_info_t *phl_info, struct rtw_phl_rx_pkt *ppdu_sts) in phl_rx_proc_phy_sts() argument 1296 if (NULL == ppdu_sts) in phl_rx_proc_phy_sts() 1303 if (ppdu_sts->r.mdata.ppdu_cnt >= PHL_MAX_PPDU_CNT) { in phl_rx_proc_phy_sts() 1309 band = (ppdu_sts->r.mdata.bb_sel > 0) ? HW_BAND_1 : HW_BAND_0; in phl_rx_proc_phy_sts() 1314 if (ppdu_sts->r.mdata.ppdu_cnt != psts_info->cur_ppdu_cnt[band]) { in phl_rx_proc_phy_sts() 1343 ((phl_rx->r.mdata.rx_rate != ppdu_sts->r.mdata.rx_rate) || in phl_rx_proc_phy_sts() 1344 (phl_rx->r.mdata.bw != ppdu_sts->r.mdata.bw) || in phl_rx_proc_phy_sts() 1345 (phl_rx->r.mdata.rx_gi_ltf != ppdu_sts->r.mdata.rx_gi_ltf) || in phl_rx_proc_phy_sts() 1346 (phl_rx->r.mdata.ppdu_type != ppdu_sts->r.mdata.ppdu_type))) { in phl_rx_proc_phy_sts() 1354 ppdu_sts->r.phy_info.frame_type = in phl_rx_proc_phy_sts() [all …]
|
| H A D | phl_rx.h | 57 phl_rx_proc_phy_sts(struct phl_info_t *phl_info, struct rtw_phl_rx_pkt *ppdu_sts);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/ |
| H A D | hal_rx.c | 431 struct hal_ppdu_sts *ppdu_sts) in hal_rx_ppdu_sts() argument 441 if ((NULL == phl_com) || (NULL == meta) || (NULL == ppdu_sts)) in hal_rx_ppdu_sts() 492 sts_ent->usr_num = ppdu_sts->usr_num; in hal_rx_ppdu_sts() 493 for (i = 0; i < ppdu_sts->usr_num; i++) { in hal_rx_ppdu_sts() 494 if (ppdu_sts->usr[i].vld) { in hal_rx_ppdu_sts() 496 ppdu_sts->usr[i].macid; in hal_rx_ppdu_sts()
|
| H A D | hal_rx.h | 27 struct hal_ppdu_sts *ppdu_sts);
|
| H A D | hal_api_bb.h | 154 rtw_hal_bb_parse_phy_sts(void *hal, void *ppdu_sts,
|
| H A D | hal_api_bb.c | 829 rtw_hal_bb_parse_phy_sts(void *hal, void *ppdu_sts, in rtw_hal_bb_parse_phy_sts() argument 835 struct hal_ppdu_sts *hal_ppdu = (struct hal_ppdu_sts *)ppdu_sts; in rtw_hal_bb_parse_phy_sts() 1972 rtw_hal_bb_parse_phy_sts(void *hal, void *ppdu_sts, in rtw_hal_bb_parse_phy_sts() argument
|
| H A D | hal_api_mac.h | 370 void *ppdu_sts, void *rx_mdata);
|
| H A D | hal_api_mac.c | 4676 void *ppdu_sts, void *rx_mdata) in rtw_hal_mac_ax_parse_ppdu_sts() argument 4689 _hal_mac_ax_ppdu_sts_to_hal_ppdu_sts(&ppdu_rpt, ppdu_sts); in rtw_hal_mac_ax_parse_ppdu_sts()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/ |
| H A D | hal_rx.c | 431 struct hal_ppdu_sts *ppdu_sts) in hal_rx_ppdu_sts() argument 441 if ((NULL == phl_com) || (NULL == meta) || (NULL == ppdu_sts)) in hal_rx_ppdu_sts() 492 sts_ent->usr_num = ppdu_sts->usr_num; in hal_rx_ppdu_sts() 493 for (i = 0; i < ppdu_sts->usr_num; i++) { in hal_rx_ppdu_sts() 494 if (ppdu_sts->usr[i].vld) { in hal_rx_ppdu_sts() 496 ppdu_sts->usr[i].macid; in hal_rx_ppdu_sts()
|
| H A D | hal_rx.h | 27 struct hal_ppdu_sts *ppdu_sts);
|
| H A D | hal_api_bb.h | 154 rtw_hal_bb_parse_phy_sts(void *hal, void *ppdu_sts,
|
| H A D | hal_api_bb.c | 829 rtw_hal_bb_parse_phy_sts(void *hal, void *ppdu_sts, in rtw_hal_bb_parse_phy_sts() argument 835 struct hal_ppdu_sts *hal_ppdu = (struct hal_ppdu_sts *)ppdu_sts; in rtw_hal_bb_parse_phy_sts() 1973 rtw_hal_bb_parse_phy_sts(void *hal, void *ppdu_sts, in rtw_hal_bb_parse_phy_sts() argument
|
| H A D | hal_api_mac.h | 370 void *ppdu_sts, void *rx_mdata);
|
| H A D | hal_api_mac.c | 4658 void *ppdu_sts, void *rx_mdata) in rtw_hal_mac_ax_parse_ppdu_sts() argument 4671 _hal_mac_ax_ppdu_sts_to_hal_ppdu_sts(&ppdu_rpt, ppdu_sts); in rtw_hal_mac_ax_parse_ppdu_sts()
|