Home
last modified time | relevance | path

Searched refs:statistics_rx_phy (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/
Drx.c246 struct statistics_rx_phy *cur_ofdm, in iwlagn_good_plcp_health()
317 struct statistics_rx_phy *cur_ofdm, in iwlagn_recover_from_statistics()
413 struct statistics_rx_phy *rx_ofdm, in iwlagn_accumulative_statistics()
415 struct statistics_rx_phy *rx_cck, in iwlagn_accumulative_statistics()
442 struct statistics_rx_phy *rx_ofdm, in iwlagn_accumulative_statistics()
444 struct statistics_rx_phy *rx_cck, in iwlagn_accumulative_statistics()
463 struct statistics_rx_phy *rx_ofdm; in iwlagn_rx_statistics()
465 struct statistics_rx_phy *rx_cck; in iwlagn_rx_statistics()
Ddev.h782 struct statistics_rx_phy rx_ofdm;
784 struct statistics_rx_phy rx_cck;
796 struct statistics_rx_phy rx_ofdm;
798 struct statistics_rx_phy rx_cck;
Dcommands.h2543 struct statistics_rx_phy { struct
2622 struct statistics_rx_phy ofdm;
2623 struct statistics_rx_phy cck;
2629 struct statistics_rx_phy ofdm;
2630 struct statistics_rx_phy cck;
Dcalib.c662 struct statistics_rx_phy *ofdm, *cck; in iwl_sensitivity_calibration()
Ddebugfs.c722 int bufsz = sizeof(struct statistics_rx_phy) * 40 + in iwl_dbgfs_ucode_rx_stats_read()
726 struct statistics_rx_phy *ofdm, *accum_ofdm, *delta_ofdm, *max_ofdm; in iwl_dbgfs_ucode_rx_stats_read()
727 struct statistics_rx_phy *cck, *accum_cck, *delta_cck, *max_cck; in iwl_dbgfs_ucode_rx_stats_read()