Searched refs:statistics_rx_phy (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/dvm/ |
D | rx.c | 156 struct statistics_rx_phy *cur_ofdm, in iwlagn_good_plcp_health() 227 struct statistics_rx_phy *cur_ofdm, in iwlagn_recover_from_statistics() 323 struct statistics_rx_phy *rx_ofdm, in iwlagn_accumulative_statistics() 325 struct statistics_rx_phy *rx_cck, in iwlagn_accumulative_statistics() 352 struct statistics_rx_phy *rx_ofdm, in iwlagn_accumulative_statistics() 354 struct statistics_rx_phy *rx_cck, in iwlagn_accumulative_statistics() 372 struct statistics_rx_phy *rx_ofdm; in iwlagn_rx_statistics() 374 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 | 2521 struct statistics_rx_phy { struct 2600 struct statistics_rx_phy ofdm; 2601 struct statistics_rx_phy cck; 2607 struct statistics_rx_phy ofdm; 2608 struct statistics_rx_phy cck;
|
D | calib.c | 662 struct statistics_rx_phy *ofdm, *cck; in iwl_sensitivity_calibration()
|
D | debugfs.c | 717 int bufsz = sizeof(struct statistics_rx_phy) * 40 + in iwl_dbgfs_ucode_rx_stats_read() 721 struct statistics_rx_phy *ofdm, *accum_ofdm, *delta_ofdm, *max_ofdm; in iwl_dbgfs_ucode_rx_stats_read() 722 struct statistics_rx_phy *cck, *accum_cck, *delta_cck, *max_cck; in iwl_dbgfs_ucode_rx_stats_read()
|