Searched refs:statistics_rx_phy (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/ |
D | rx.c | 233 struct statistics_rx_phy *cur_ofdm, in iwlagn_good_plcp_health() 304 struct statistics_rx_phy *cur_ofdm, in iwlagn_recover_from_statistics() 400 struct statistics_rx_phy *rx_ofdm, in iwlagn_accumulative_statistics() 402 struct statistics_rx_phy *rx_cck, in iwlagn_accumulative_statistics() 429 struct statistics_rx_phy *rx_ofdm, in iwlagn_accumulative_statistics() 431 struct statistics_rx_phy *rx_cck, in iwlagn_accumulative_statistics() 449 struct statistics_rx_phy *rx_ofdm; in iwlagn_rx_statistics() 451 struct statistics_rx_phy *rx_cck; in iwlagn_rx_statistics()
|
D | dev.h | 783 struct statistics_rx_phy rx_ofdm; 785 struct statistics_rx_phy rx_cck; 797 struct statistics_rx_phy rx_ofdm; 799 struct statistics_rx_phy rx_cck;
|
D | commands.h | 2543 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;
|
D | calib.c | 662 struct statistics_rx_phy *ofdm, *cck; in iwl_sensitivity_calibration()
|
D | debugfs.c | 718 int bufsz = sizeof(struct statistics_rx_phy) * 40 + in iwl_dbgfs_ucode_rx_stats_read() 722 struct statistics_rx_phy *ofdm, *accum_ofdm, *delta_ofdm, *max_ofdm; in iwl_dbgfs_ucode_rx_stats_read() 723 struct statistics_rx_phy *cck, *accum_cck, *delta_cck, *max_cck; in iwl_dbgfs_ucode_rx_stats_read()
|