Searched refs:statistics_rx_phy (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/ |
D | rx.c | 246 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()
|
D | dev.h | 782 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;
|
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 | 722 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()
|