Home
last modified time | relevance | path

Searched refs:ppdu_type (Results 1 – 25 of 44) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dbcmwifi_monitor.h61 #define HE_EXTRACT_FROM_PLCP(plcp, ppdu_type, field) \ argument
63 HE_ ## ppdu_type ## _PPDU_ ## field ## _IDX, \
64 HE_ ## ppdu_type ## _PPDU_ ## field ## _FSZ))
66 #define HE_PACK_RTAP_FROM_PLCP(plcp, ppdu_type, field) \ argument
67 (HE_EXTRACT_FROM_PLCP(plcp, ppdu_type, field) << \
70 #define HE_PACK_RTAP_GI_LTF_FROM_PLCP(plcp, ppdu_type, field, member) \ argument
71 ((he_plcp2ltf_gi[HE_EXTRACT_FROM_PLCP(plcp, ppdu_type, field)].member) << \
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/rf/
H A Dhalrf_pmac.c93 plcp->ppdu_type = tx_info->ppdu; in halrf_set_plcp_para_info()
149 enum rf_path path, enum rf_ppdu_type ppdu_type, u8 case_id,
156 phy_idx, path, ppdu_type, case_id);
162 halrf_set_pmac_plcp_gen(rf, 7, 0, 1, 0, 0, 1, ppdu_type, phy_idx);
H A Dhalrf_pmac.h106 u32 ppdu_type : 4;//0: bmode,1:Legacy,2:HT_MF,3:HT_GF,4:VHT,5:HE_SU,6:HE_ER_SU,7:HE_MU,8:HE_TB member
138 enum rf_path path, u8 ppdu_type, u8 case_id, s16 dbm,
H A Dhalrf_interface.h53 #define halrf_set_pmac_pattern(rf, ppdu_type, case_id, phy_idx) rtw_hal_bb_set_plcp_pattern((rf)->h… argument
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/rf/
H A Dhalrf_pmac.c93 plcp->ppdu_type = tx_info->ppdu; in halrf_set_plcp_para_info()
149 enum rf_path path, enum rf_ppdu_type ppdu_type, u8 case_id,
156 phy_idx, path, ppdu_type, case_id);
162 halrf_set_pmac_plcp_gen(rf, 7, 0, 1, 0, 0, 1, ppdu_type, phy_idx);
H A Dhalrf_pmac.h106 u32 ppdu_type : 4;//0: bmode,1:Legacy,2:HT_MF,3:HT_GF,4:VHT,5:HE_SU,6:HE_ER_SU,7:HE_MU,8:HE_TB member
138 enum rf_path path, u8 ppdu_type, u8 case_id, s16 dbm,
H A Dhalrf_interface.h53 #define halrf_set_pmac_pattern(rf, ppdu_type, case_id, phy_idx) rtw_hal_bb_set_plcp_pattern((rf)->h… argument
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/bb/
H A Dhalbb_plcp_tx.c100 in_plcp->format_idx = (u8)in->ppdu_type; in rtw_halbb_plcp_gen_init()
131 if (in->ppdu_type == HE_SU_FMT) { //HE_SU in rtw_halbb_plcp_gen_init()
140 } else if (in->ppdu_type == HE_ER_SU_FMT) { //HE_ER_SU in rtw_halbb_plcp_gen_init()
161 if (in->ppdu_type == LEGACY_FMT) { in halbb_plcp_lsig()
221 if ((in->ppdu_type == HE_SU_FMT) || (in->ppdu_type == HE_ER_SU_FMT)) { // HE_SU SIG-A // in halbb_plcp_siga()
234 if (in->ppdu_type == HE_ER_SU_FMT) { in halbb_plcp_siga()
279 else if (in->ppdu_type == HE_MU_FMT) { // HE MU SIG-A // in halbb_plcp_siga()
319 else if (in->ppdu_type == HE_TB_FMT) { // HE_TB SIG-A // in halbb_plcp_siga()
344 else if (in->ppdu_type == VHT_FMT) {// VHT SIG-A // in halbb_plcp_siga()
376 else if (in->ppdu_type == HT_MF_FMT) {// HT_MF SIG-A // in halbb_plcp_siga()
[all …]
H A Dhalbb_plcp_tx_ex.h194 u32 ppdu_type : 4;//0: bmode,1:Legacy,2:HT_MF,3:HT_GF,4:VHT,5:HE_SU,6:HE_ER_SU,7:HE_MU,8:HE_TB member
H A Dhalbb_ra_b_endian.h67 u32 ppdu_type: 2; member
H A Dhalbb_ra_l_endian.h69 u32 ppdu_type: 2; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/bb/
H A Dhalbb_plcp_tx.c100 in_plcp->format_idx = (u8)in->ppdu_type; in rtw_halbb_plcp_gen_init()
131 if (in->ppdu_type == HE_SU_FMT) { //HE_SU in rtw_halbb_plcp_gen_init()
140 } else if (in->ppdu_type == HE_ER_SU_FMT) { //HE_ER_SU in rtw_halbb_plcp_gen_init()
161 if (in->ppdu_type == LEGACY_FMT) { in halbb_plcp_lsig()
221 if ((in->ppdu_type == HE_SU_FMT) || (in->ppdu_type == HE_ER_SU_FMT)) { // HE_SU SIG-A // in halbb_plcp_siga()
234 if (in->ppdu_type == HE_ER_SU_FMT) { in halbb_plcp_siga()
279 else if (in->ppdu_type == HE_MU_FMT) { // HE MU SIG-A // in halbb_plcp_siga()
319 else if (in->ppdu_type == HE_TB_FMT) { // HE_TB SIG-A // in halbb_plcp_siga()
344 else if (in->ppdu_type == VHT_FMT) {// VHT SIG-A // in halbb_plcp_siga()
376 else if (in->ppdu_type == HT_MF_FMT) {// HT_MF SIG-A // in halbb_plcp_siga()
[all …]
H A Dhalbb_plcp_tx_ex.h194 u32 ppdu_type : 4;//0: bmode,1:Legacy,2:HT_MF,3:HT_GF,4:VHT,5:HE_SU,6:HE_ER_SU,7:HE_MU,8:HE_TB member
H A Dhalbb_ra_l_endian.h69 u32 ppdu_type: 2; member
H A Dhalbb_ra_b_endian.h67 u32 ppdu_type: 2; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_mp.c1283 tx_arg.ppdu_type = pmppriv->rtw_mp_pmact_ppdu_type; in rtw_phl_mp_tx_cmd()
1302 RTW_INFO("%s ppdu_type = %d\n", __func__, tx_arg.ppdu_type); in rtw_phl_mp_tx_cmd()
2592 u8 plcp_nss = 0, ppdu_type = 0; in rtw_mp_rate_parse() local
2609 ppdu_type = RTW_MP_TYPE_CCK; in rtw_mp_rate_parse()
2611 ppdu_type = RTW_MP_TYPE_LEGACY; in rtw_mp_rate_parse()
2614 ppdu_type = RTW_MP_TYPE_HT_MF; in rtw_mp_rate_parse()
2626 ppdu_type = RTW_MP_TYPE_VHT; in rtw_mp_rate_parse()
2637 ppdu_type = RTW_MP_TYPE_HE_SU; in rtw_mp_rate_parse()
2641 pmppriv->rtw_mp_pmact_ppdu_type = ppdu_type; in rtw_mp_rate_parse()
3221 u8 ppdu_type = pmp_priv->rtw_mp_pmact_ppdu_type; in rtw_update_giltf() local
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_mp.c1323 tx_arg.ppdu_type = pmppriv->rtw_mp_pmact_ppdu_type; in rtw_phl_mp_tx_cmd()
1342 RTW_INFO("%s ppdu_type = %d\n", __func__, tx_arg.ppdu_type); in rtw_phl_mp_tx_cmd()
2733 u8 plcp_nss = 0, ppdu_type = 0; in rtw_mp_rate_parse() local
2750 ppdu_type = RTW_MP_TYPE_CCK; in rtw_mp_rate_parse()
2752 ppdu_type = RTW_MP_TYPE_LEGACY; in rtw_mp_rate_parse()
2755 ppdu_type = RTW_MP_TYPE_HT_MF; in rtw_mp_rate_parse()
2767 ppdu_type = RTW_MP_TYPE_VHT; in rtw_mp_rate_parse()
2778 ppdu_type = RTW_MP_TYPE_HE_SU; in rtw_mp_rate_parse()
2782 pmppriv->rtw_mp_pmact_ppdu_type = ppdu_type; in rtw_mp_rate_parse()
3366 u8 ppdu_type = pmp_priv->rtw_mp_pmact_ppdu_type; in rtw_update_giltf() local
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/rtl8852b/
H A Dhal_trx_8852b.c115 mdata->ppdu_type); in _hal_dump_rxdesc()
267 mdata->ppdu_type = GET_RX_AX_DESC_PPDU_TYPE_8852B(desc); in _hal_parsing_rx_wd_8852b()
511 if((mdata->ppdu_type == RX_8852B_DESC_PPDU_T_VHT_MU)|| in hal_handle_rx_buffer_8852b()
512 (mdata->ppdu_type == RX_8852B_DESC_PPDU_T_HE_MU)|| in hal_handle_rx_buffer_8852b()
513 (mdata->ppdu_type == RX_8852B_DESC_PPDU_T_HE_TB)) { in hal_handle_rx_buffer_8852b()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/rtl8852b/
H A Dhal_trx_8852b.c115 mdata->ppdu_type); in _hal_dump_rxdesc()
267 mdata->ppdu_type = GET_RX_AX_DESC_PPDU_TYPE_8852B(desc); in _hal_parsing_rx_wd_8852b()
511 if((mdata->ppdu_type == RX_8852B_DESC_PPDU_T_VHT_MU)|| in hal_handle_rx_buffer_8852b()
512 (mdata->ppdu_type == RX_8852B_DESC_PPDU_T_HE_MU)|| in hal_handle_rx_buffer_8852b()
513 (mdata->ppdu_type == RX_8852B_DESC_PPDU_T_HE_TB)) { in hal_handle_rx_buffer_8852b()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_rx.c382 ppdu_info->sts_ent[band][meta->ppdu_cnt].ppdu_type = meta->ppdu_type; in hal_rx_ppdu_sts_normal_data()
473 if (sts_ent->ppdu_type != meta->ppdu_type) { in hal_rx_ppdu_sts()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_rx.c382 ppdu_info->sts_ent[band][meta->ppdu_cnt].ppdu_type = meta->ppdu_type; in hal_rx_ppdu_sts_normal_data()
473 if (sts_ent->ppdu_type != meta->ppdu_type) { in hal_rx_ppdu_sts()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/mac_ax/
H A Dmac_txccxrpt.h130 u32 ppdu_type:2; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/mac_ax/
H A Dmac_txccxrpt.h130 u32 ppdu_type:2; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/os_dep/linux/
H A Dioctl_mp.c2795 u32 ppdu_type = 0; in rtw_mp_tx_pattern_idx() local
2800 if (sscanf(extra, "index=%d,type=%d", &tx_patt_idx, &ppdu_type) > 0) { in rtw_mp_tx_pattern_idx()
2801 RTW_INFO("%s: tx_patt_idx=%d ,ppdu_type=%d\n", __func__, tx_patt_idx , ppdu_type); in rtw_mp_tx_pattern_idx()
2803 pmp_priv->rtw_mp_pmact_ppdu_type = ppdu_type; in rtw_mp_tx_pattern_idx()
2832 u32 ppdu_type = 0; in rtw_mp_tx_plcp_tx_data() local
2834 if (sscanf(extra, "ppdu=%d", &ppdu_type) > 0) { in rtw_mp_tx_plcp_tx_data()
2837 RTW_INFO("%s: ppdu_type=%d\n", __func__, ppdu_type); in rtw_mp_tx_plcp_tx_data()
2841 PPDU_TYPE_STR(pmp_priv->rtw_mp_pmact_ppdu_type), PPDU_TYPE_STR(ppdu_type)); in rtw_mp_tx_plcp_tx_data()
2842 pmp_priv->rtw_mp_pmact_ppdu_type = ppdu_type; in rtw_mp_tx_plcp_tx_data()
2847 if (ppdu_type >= RTW_MP_TYPE_HE_MU_OFDMA) { in rtw_mp_tx_plcp_tx_data()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/linux/
H A Dioctl_mp.c2837 u32 ppdu_type = 0; in rtw_mp_tx_pattern_idx() local
2842 if (sscanf(extra, "index=%d,type=%d", &tx_patt_idx, &ppdu_type) > 0) { in rtw_mp_tx_pattern_idx()
2843 RTW_INFO("%s: tx_patt_idx=%d ,ppdu_type=%d\n", __func__, tx_patt_idx , ppdu_type); in rtw_mp_tx_pattern_idx()
2845 pmp_priv->rtw_mp_pmact_ppdu_type = ppdu_type; in rtw_mp_tx_pattern_idx()
2874 u32 ppdu_type = 0; in rtw_mp_tx_plcp_tx_data() local
2876 if (sscanf(extra, "ppdu=%d", &ppdu_type) > 0) { in rtw_mp_tx_plcp_tx_data()
2879 RTW_INFO("%s: ppdu_type=%d\n", __func__, ppdu_type); in rtw_mp_tx_plcp_tx_data()
2883 PPDU_TYPE_STR(pmp_priv->rtw_mp_pmact_ppdu_type), PPDU_TYPE_STR(ppdu_type)); in rtw_mp_tx_plcp_tx_data()
2884 pmp_priv->rtw_mp_pmact_ppdu_type = ppdu_type; in rtw_mp_tx_plcp_tx_data()
2889 if (ppdu_type >= RTW_MP_TYPE_HE_MU_OFDMA) { in rtw_mp_tx_plcp_tx_data()

12