Home
last modified time | relevance | path

Searched refs:ppdu (Results 1 – 22 of 22) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/mac_ax/
H A Dphy_rpt.c49 struct mac_ax_ppdu_stat *ppdu) in is_cfg_avl() argument
51 if (cfg->dest == MAC_AX_PRPT_DEST_HOST && ppdu->dup2fw_en && in is_cfg_avl()
52 ppdu->dup2fw_len != 0) { in is_cfg_avl()
69 struct mac_ax_ppdu_stat *ppdu = &cfg->u.ppdu; in get_ppdu_status_cfg() local
70 u32 reg = (ppdu->band) ? R_AX_PPDU_STAT_C1 : R_AX_PPDU_STAT; in get_ppdu_status_cfg()
74 ret = check_mac_en(adapter, ppdu->band, MAC_AX_CMAC_SEL); in get_ppdu_status_cfg()
76 PLTFM_MSG_ERR("MAC%d is not ready\n", ppdu->band); in get_ppdu_status_cfg()
86 ppdu->dup2fw_en = !!(val & B_AX_HDR_PPDU_ENQ_WLCPU_EN); in get_ppdu_status_cfg()
87 ppdu->dup2fw_len = GET_FIELD(val, B_AX_CDR_PPDU_2_WLCPU_LEN); in get_ppdu_status_cfg()
90 ppdu->bmp_append_info = val & (MAC_AX_PPDU_MAC_INFO | in get_ppdu_status_cfg()
[all …]
H A Ddbcc.c323 ppdu_rpt_cfg->u.ppdu.band = band; in dbcc_trx_ctrl_bkp()
403 phyrpt_cfg.u.ppdu = ppdu_rpt_bkp->u.ppdu; in mac_dbcc_trx_ctrl()
H A Dtrx_desc.c531 info->u.ppdu.mac_info = !!(hdr_val & AX_RXD_MAC_INFO_VLD); in rxdes_parse_ppdu()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/mac_ax/
H A Dphy_rpt.c49 struct mac_ax_ppdu_stat *ppdu) in is_cfg_avl() argument
51 if (cfg->dest == MAC_AX_PRPT_DEST_HOST && ppdu->dup2fw_en && in is_cfg_avl()
52 ppdu->dup2fw_len != 0) { in is_cfg_avl()
69 struct mac_ax_ppdu_stat *ppdu = &cfg->u.ppdu; in get_ppdu_status_cfg() local
70 u32 reg = (ppdu->band) ? R_AX_PPDU_STAT_C1 : R_AX_PPDU_STAT; in get_ppdu_status_cfg()
74 ret = check_mac_en(adapter, ppdu->band, MAC_AX_CMAC_SEL); in get_ppdu_status_cfg()
76 PLTFM_MSG_ERR("MAC%d is not ready\n", ppdu->band); in get_ppdu_status_cfg()
86 ppdu->dup2fw_en = !!(val & B_AX_HDR_PPDU_ENQ_WLCPU_EN); in get_ppdu_status_cfg()
87 ppdu->dup2fw_len = GET_FIELD(val, B_AX_CDR_PPDU_2_WLCPU_LEN); in get_ppdu_status_cfg()
90 ppdu->bmp_append_info = val & (MAC_AX_PPDU_MAC_INFO | in get_ppdu_status_cfg()
[all …]
H A Ddbcc.c323 ppdu_rpt_cfg->u.ppdu.band = band; in dbcc_trx_ctrl_bkp()
403 phyrpt_cfg.u.ppdu = ppdu_rpt_bkp->u.ppdu; in mac_dbcc_trx_ctrl()
H A Dtrx_desc.c531 info->u.ppdu.mac_info = !!(hdr_val & AX_RXD_MAC_INFO_VLD); in rxdes_parse_ppdu()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath11k/
H A Dtrace.h63 __dynamic_array(u8, ppdu, len)
70 memcpy(__get_dynamic_array(ppdu), data, len);
/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()
109 tx_info->bw, tx_info->long_preamble_en, tx_info->gi ,tx_info->ppdu); in halrf_set_plcp_para_info()
H A Dhalrf_pmac.h33 enum rf_ppdu_type ppdu; member
/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()
109 tx_info->bw, tx_info->long_preamble_en, tx_info->gi ,tx_info->ppdu); in halrf_set_plcp_para_info()
H A Dhalrf_pmac.h33 enum rf_ppdu_type ppdu; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/
H A Dhtt.h720 struct htt_rx_indication_ppdu ppdu; member
741 struct htt_rx_indication_ppdu ppdu; member
767 + sizeof(rx_ind->ppdu) in htt_rx_ind_get_mpdu_ranges()
779 + sizeof(rx_ind->ppdu) in htt_rx_ind_get_mpdu_ranges_hl()
H A Dhtt_rx.c2427 sizeof(rx->ppdu) + sizeof(rx->prefix) + in ath10k_htt_rx_proc_rx_ind_hl()
2439 if (rx->ppdu.combined_rssi == 0) { in ath10k_htt_rx_proc_rx_ind_hl()
2445 rx->ppdu.combined_rssi; in ath10k_htt_rx_proc_rx_ind_hl()
2679 sizeof(rx_hl->ppdu) + in ath10k_htt_rx_proc_rx_frag_ind_hl()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/bb/
H A Dhalbb_dbg.c715 char ppdu[][10] = {{"L-CCK"}, {"S-CCK"}, {"Legacy"}, {"HT"}, in halbb_basic_dbg_msg_mac_phy_intf() local
835 ppdu[txinfo->type], txinfo->txcmd_num, 20 << txinfo->bw, in halbb_basic_dbg_msg_mac_phy_intf()
840 ppdu[txinfo->type], txcmd, 20 << txinfo->bw, txinfo->txsc, in halbb_basic_dbg_msg_mac_phy_intf()
1647 char ppdu[][10] = {{"L-CCK"}, {"S-CCK"}, {"Legacy"}, {"HT"}, in halbb_mac_phy_intf_dbg() local
1767 ppdu[txinfo->type], txinfo->txcmd_num, 20 << txinfo->bw, in halbb_mac_phy_intf_dbg()
1772 ppdu[txinfo->type], txcmd, 20 << txinfo->bw, txinfo->txsc, in halbb_mac_phy_intf_dbg()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/bb/
H A Dhalbb_dbg.c715 char ppdu[][10] = {{"L-CCK"}, {"S-CCK"}, {"Legacy"}, {"HT"}, in halbb_basic_dbg_msg_mac_phy_intf() local
835 ppdu[txinfo->type], txinfo->txcmd_num, 20 << txinfo->bw, in halbb_basic_dbg_msg_mac_phy_intf()
840 ppdu[txinfo->type], txcmd, 20 << txinfo->bw, txinfo->txsc, in halbb_basic_dbg_msg_mac_phy_intf()
1647 char ppdu[][10] = {{"L-CCK"}, {"S-CCK"}, {"Legacy"}, {"HT"}, in halbb_mac_phy_intf_dbg() local
1767 ppdu[txinfo->type], txinfo->txcmd_num, 20 << txinfo->bw, in halbb_mac_phy_intf_dbg()
1772 ppdu[txinfo->type], txcmd, 20 << txinfo->bw, txinfo->txsc, in halbb_mac_phy_intf_dbg()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_api_mac.c1427 meta->mac_info_vld = info->u.ppdu.mac_info; /* DW0 [23:23] */ in hal_mac_parse_rxpkt_info()
4791 cfg.u.ppdu.band = band_idx; in rtw_hal_mac_ppdu_stat_cfg()
4794 cfg.u.ppdu.bmp_append_info |= MAC_AX_PPDU_MAC_INFO; in rtw_hal_mac_ppdu_stat_cfg()
4796 cfg.u.ppdu.bmp_append_info |= MAC_AX_PPDU_PLCP; in rtw_hal_mac_ppdu_stat_cfg()
4798 cfg.u.ppdu.bmp_append_info |= MAC_AX_PPDU_RX_CNT; in rtw_hal_mac_ppdu_stat_cfg()
4801 cfg.u.ppdu.bmp_filter |= MAC_AX_PPDU_HAS_A1M; in rtw_hal_mac_ppdu_stat_cfg()
4803 cfg.u.ppdu.bmp_filter |= MAC_AX_PPDU_HAS_CRC_OK; in rtw_hal_mac_ppdu_stat_cfg()
4805 cfg.u.ppdu.dup2fw_en = false; in rtw_hal_mac_ppdu_stat_cfg()
4806 cfg.u.ppdu.dup2fw_len = 0; in rtw_hal_mac_ppdu_stat_cfg()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_api_mac.c1427 meta->mac_info_vld = info->u.ppdu.mac_info; /* DW0 [23:23] */ in hal_mac_parse_rxpkt_info()
4809 cfg.u.ppdu.band = band_idx; in rtw_hal_mac_ppdu_stat_cfg()
4812 cfg.u.ppdu.bmp_append_info |= MAC_AX_PPDU_MAC_INFO; in rtw_hal_mac_ppdu_stat_cfg()
4814 cfg.u.ppdu.bmp_append_info |= MAC_AX_PPDU_PLCP; in rtw_hal_mac_ppdu_stat_cfg()
4816 cfg.u.ppdu.bmp_append_info |= MAC_AX_PPDU_RX_CNT; in rtw_hal_mac_ppdu_stat_cfg()
4819 cfg.u.ppdu.bmp_filter |= MAC_AX_PPDU_HAS_A1M; in rtw_hal_mac_ppdu_stat_cfg()
4821 cfg.u.ppdu.bmp_filter |= MAC_AX_PPDU_HAS_CRC_OK; in rtw_hal_mac_ppdu_stat_cfg()
4823 cfg.u.ppdu.dup2fw_en = false; in rtw_hal_mac_ppdu_stat_cfg()
4824 cfg.u.ppdu.dup2fw_len = 0; in rtw_hal_mac_ppdu_stat_cfg()
/OK3568_Linux_fs/kernel/drivers/scsi/be2iscsi/
H A Dbe_main.c1648 struct pdu_base *ppdu; in beiscsi_hdl_gather_pdu() local
1659 ppdu = pasync_handle->pbuffer; in beiscsi_hdl_gather_pdu()
1661 data_len_hi, ppdu); in beiscsi_hdl_gather_pdu()
1664 data_len_lo, ppdu)); in beiscsi_hdl_gather_pdu()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/
H A Dmac_def.h7825 struct mac_ax_rpkt_ppdu ppdu; member
8237 struct mac_ax_ppdu_stat ppdu; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/
H A Dmac_def.h7825 struct mac_ax_rpkt_ppdu ppdu; member
8237 struct mac_ax_ppdu_stat ppdu; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/rf/halrf_8852b/
H A Dhalrf_tssi_8852b.c98 tx_info.ppdu = rate; in _halrf_tssi_hw_tx_8852b()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/rf/halrf_8852b/
H A Dhalrf_tssi_8852b.c98 tx_info.ppdu = rate; in _halrf_tssi_hw_tx_8852b()