Searched refs:statistics_rx_phy (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/dvm/ |
D | rx.c | 142 struct statistics_rx_phy *cur_ofdm, in iwlagn_good_plcp_health() 213 struct statistics_rx_phy *cur_ofdm, in iwlagn_recover_from_statistics() 309 struct statistics_rx_phy *rx_ofdm, in iwlagn_accumulative_statistics() 311 struct statistics_rx_phy *rx_cck, in iwlagn_accumulative_statistics() 338 struct statistics_rx_phy *rx_ofdm, in iwlagn_accumulative_statistics() 340 struct statistics_rx_phy *rx_cck, in iwlagn_accumulative_statistics() 358 struct statistics_rx_phy *rx_ofdm; in iwlagn_rx_statistics() 360 struct statistics_rx_phy *rx_cck; in iwlagn_rx_statistics()
|
D | dev.h | 768 struct statistics_rx_phy rx_ofdm; 770 struct statistics_rx_phy rx_cck; 782 struct statistics_rx_phy rx_ofdm; 784 struct statistics_rx_phy rx_cck;
|
D | commands.h | 2516 struct statistics_rx_phy { struct 2595 struct statistics_rx_phy ofdm; 2596 struct statistics_rx_phy cck; 2602 struct statistics_rx_phy ofdm; 2603 struct statistics_rx_phy cck;
|
D | calib.c | 657 struct statistics_rx_phy *ofdm, *cck; in iwl_sensitivity_calibration()
|
D | debugfs.c | 677 int bufsz = sizeof(struct statistics_rx_phy) * 40 + in iwl_dbgfs_ucode_rx_stats_read() 681 struct statistics_rx_phy *ofdm, *accum_ofdm, *delta_ofdm, *max_ofdm; in iwl_dbgfs_ucode_rx_stats_read() 682 struct statistics_rx_phy *cck, *accum_cck, *delta_cck, *max_cck; in iwl_dbgfs_ucode_rx_stats_read()
|