Lines Matching defs:ofdm
826 struct mvm_statistics_rx_phy_v2 *ofdm = &mvm->rx_stats_v3.ofdm;
828 PRINT_STATS_LE32(ofdm, ina_cnt);
829 PRINT_STATS_LE32(ofdm, fina_cnt);
830 PRINT_STATS_LE32(ofdm, plcp_err);
831 PRINT_STATS_LE32(ofdm, crc32_err);
832 PRINT_STATS_LE32(ofdm, overrun_err);
833 PRINT_STATS_LE32(ofdm, early_overrun_err);
834 PRINT_STATS_LE32(ofdm, crc32_good);
835 PRINT_STATS_LE32(ofdm, false_alarm_cnt);
836 PRINT_STATS_LE32(ofdm, fina_sync_err_cnt);
837 PRINT_STATS_LE32(ofdm, sfd_timeout);
838 PRINT_STATS_LE32(ofdm, fina_timeout);
839 PRINT_STATS_LE32(ofdm, unresponded_rts);
840 PRINT_STATS_LE32(ofdm, rxe_frame_lmt_overrun);
841 PRINT_STATS_LE32(ofdm, sent_ack_cnt);
842 PRINT_STATS_LE32(ofdm, sent_cts_cnt);
843 PRINT_STATS_LE32(ofdm, sent_ba_rsp_cnt);
844 PRINT_STATS_LE32(ofdm, dsp_self_kill);
845 PRINT_STATS_LE32(ofdm, mh_format_err);
846 PRINT_STATS_LE32(ofdm, re_acq_main_rssi_sum);
847 PRINT_STATS_LE32(ofdm, reserved);
849 struct mvm_statistics_rx_phy *ofdm = &mvm->rx_stats.ofdm;
851 PRINT_STATS_LE32(ofdm, unresponded_rts);
852 PRINT_STATS_LE32(ofdm, rxe_frame_lmt_overrun);
853 PRINT_STATS_LE32(ofdm, sent_ba_rsp_cnt);
854 PRINT_STATS_LE32(ofdm, dsp_self_kill);
855 PRINT_STATS_LE32(ofdm, reserved);