| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/mac_ax/ |
| H A D | phy_rpt.c | 49 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 D | dbcc.c | 323 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 D | trx_desc.c | 531 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 D | phy_rpt.c | 49 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 D | dbcc.c | 323 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 D | trx_desc.c | 531 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 D | trace.h | 63 __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 D | halrf_pmac.c | 93 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 D | halrf_pmac.h | 33 enum rf_ppdu_type ppdu; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/rf/ |
| H A D | halrf_pmac.c | 93 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 D | halrf_pmac.h | 33 enum rf_ppdu_type ppdu; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/ |
| H A D | htt.h | 720 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 D | htt_rx.c | 2427 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 D | halbb_dbg.c | 715 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 D | halbb_dbg.c | 715 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 D | hal_api_mac.c | 1427 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 D | hal_api_mac.c | 1427 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 D | be_main.c | 1648 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 D | mac_def.h | 7825 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 D | mac_def.h | 7825 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 D | halrf_tssi_8852b.c | 98 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 D | halrf_tssi_8852b.c | 98 tx_info.ppdu = rate; in _halrf_tssi_hw_tx_8852b()
|