Lines Matching refs:rx_user_status

810 				struct hal_rx_user_status *rx_user_status)  in ath11k_hal_rx_handle_ofdma_info()  argument
815 rx_user_status->ul_ofdma_user_v0_word0 = __le32_to_cpu(ppdu_end_user->info6); in ath11k_hal_rx_handle_ofdma_info()
817 rx_user_status->ul_ofdma_user_v0_word1 = __le32_to_cpu(ppdu_end_user->rsvd2[10]); in ath11k_hal_rx_handle_ofdma_info()
822 struct hal_rx_user_status *rx_user_status) in ath11k_hal_rx_populate_byte_count() argument
827 rx_user_status->mpdu_ok_byte_count = in ath11k_hal_rx_populate_byte_count()
830 rx_user_status->mpdu_err_byte_count = in ath11k_hal_rx_populate_byte_count()
837 struct hal_rx_user_status *rx_user_status) in ath11k_hal_rx_populate_mu_user_info() argument
839 rx_user_status->ast_index = ppdu_info->ast_index; in ath11k_hal_rx_populate_mu_user_info()
840 rx_user_status->tid = ppdu_info->tid; in ath11k_hal_rx_populate_mu_user_info()
841 rx_user_status->tcp_msdu_count = in ath11k_hal_rx_populate_mu_user_info()
843 rx_user_status->udp_msdu_count = in ath11k_hal_rx_populate_mu_user_info()
845 rx_user_status->other_msdu_count = in ath11k_hal_rx_populate_mu_user_info()
847 rx_user_status->frame_control = ppdu_info->frame_control; in ath11k_hal_rx_populate_mu_user_info()
848 rx_user_status->frame_control_info_valid = in ath11k_hal_rx_populate_mu_user_info()
850 rx_user_status->data_sequence_control_info_valid = in ath11k_hal_rx_populate_mu_user_info()
852 rx_user_status->first_data_seq_ctrl = in ath11k_hal_rx_populate_mu_user_info()
854 rx_user_status->preamble_type = ppdu_info->preamble_type; in ath11k_hal_rx_populate_mu_user_info()
855 rx_user_status->ht_flags = ppdu_info->ht_flags; in ath11k_hal_rx_populate_mu_user_info()
856 rx_user_status->vht_flags = ppdu_info->vht_flags; in ath11k_hal_rx_populate_mu_user_info()
857 rx_user_status->he_flags = ppdu_info->he_flags; in ath11k_hal_rx_populate_mu_user_info()
858 rx_user_status->rs_flags = ppdu_info->rs_flags; in ath11k_hal_rx_populate_mu_user_info()
860 rx_user_status->mpdu_cnt_fcs_ok = in ath11k_hal_rx_populate_mu_user_info()
862 rx_user_status->mpdu_cnt_fcs_err = in ath11k_hal_rx_populate_mu_user_info()
865 ath11k_hal_rx_populate_byte_count(rx_tlv, ppdu_info, rx_user_status); in ath11k_hal_rx_populate_mu_user_info()