Searched refs:cdp_rx_ppdu (Results 1 – 3 of 3) sorted by relevance
48 struct cdp_rx_indication_ppdu *cdp_rx_ppdu) in dp_rx_mon_handle_cfr_mu_info() argument64 rx_stats_peruser = &cdp_rx_ppdu->user[user_id]; in dp_rx_mon_handle_cfr_mu_info()82 struct cdp_rx_indication_ppdu *cdp_rx_ppdu) in dp_rx_mon_populate_cfr_ppdu_info() argument91 cdp_rx_ppdu->ppdu_id = ppdu_info->com_info.ppdu_id; in dp_rx_mon_populate_cfr_ppdu_info()92 cdp_rx_ppdu->timestamp = ppdu_info->rx_status.tsft; in dp_rx_mon_populate_cfr_ppdu_info()93 cdp_rx_ppdu->u.ppdu_type = ppdu_info->rx_status.reception_type; in dp_rx_mon_populate_cfr_ppdu_info()96 cdp_rx_ppdu->per_chain_rssi[chain] = in dp_rx_mon_populate_cfr_ppdu_info()99 cdp_rx_ppdu->u.ltf_size = ppdu_info->rx_status.ltf_size; in dp_rx_mon_populate_cfr_ppdu_info()100 cdp_rx_ppdu->beamformed = ppdu_info->rx_status.beamformed; in dp_rx_mon_populate_cfr_ppdu_info()101 cdp_rx_ppdu->u.ldpc = ppdu_info->rx_status.ldpc; in dp_rx_mon_populate_cfr_ppdu_info()[all …]
317 struct cdp_rx_indication_ppdu *cdp_rx_ppdu,327 struct cdp_rx_indication_ppdu *cdp_rx_ppdu);343 struct cdp_rx_indication_ppdu *cdp_rx_ppdu) in dp_rx_populate_rx_rssi_chain() argument349 struct cdp_rx_indication_ppdu *cdp_rx_ppdu) in dp_rx_populate_su_evm_details() argument357 *cdp_rx_ppdu) in dp_rx_populate_cdp_indication_ppdu_user()364 struct cdp_rx_indication_ppdu *cdp_rx_ppdu) in dp_rx_populate_cdp_indication_ppdu() argument547 struct cdp_rx_indication_ppdu *cdp_rx_ppdu);561 struct cdp_rx_indication_ppdu *cdp_rx_ppdu);583 struct cdp_rx_indication_ppdu *cdp_rx_ppdu);620 struct cdp_rx_indication_ppdu *cdp_rx_ppdu);[all …]
1184 struct cdp_rx_indication_ppdu *cdp_rx_ppdu; in target_if_cfr_rx_tlv_process() local1233 cdp_rx_ppdu = (struct cdp_rx_indication_ppdu *)qdf_nbuf_data(nbuf); in target_if_cfr_rx_tlv_process()1234 cfr_info = &cdp_rx_ppdu->cfr_info; in target_if_cfr_rx_tlv_process()1284 cdp_rx_ppdu->ppdu_id, in target_if_cfr_rx_tlv_process()1317 lut->tx_ppdu_id = cdp_rx_ppdu->ppdu_id; in target_if_cfr_rx_tlv_process()1333 meta->timestamp = cdp_rx_ppdu->timestamp; in target_if_cfr_rx_tlv_process()1334 meta->is_mu_ppdu = (cdp_rx_ppdu->u.ppdu_type == CDP_RX_TYPE_SU) ? 0 : 1; in target_if_cfr_rx_tlv_process()1335 meta->num_mu_users = (meta->is_mu_ppdu) ? (cdp_rx_ppdu->num_users) : 0; in target_if_cfr_rx_tlv_process()1387 meta->sig_info.ltf_size = cdp_rx_ppdu->u.ltf_size; in target_if_cfr_rx_tlv_process()1388 meta->sig_info.stbc = cdp_rx_ppdu->u.stbc; in target_if_cfr_rx_tlv_process()[all …]