Searched refs:statistics_rx_phy (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/dvm/ |
D | rx.c | 137 struct statistics_rx_phy *cur_ofdm, in iwlagn_good_plcp_health() 208 struct statistics_rx_phy *cur_ofdm, in iwlagn_recover_from_statistics() 304 struct statistics_rx_phy *rx_ofdm, in iwlagn_accumulative_statistics() 306 struct statistics_rx_phy *rx_cck, in iwlagn_accumulative_statistics() 333 struct statistics_rx_phy *rx_ofdm, in iwlagn_accumulative_statistics() 335 struct statistics_rx_phy *rx_cck, in iwlagn_accumulative_statistics() 353 struct statistics_rx_phy *rx_ofdm; in iwlagn_rx_statistics() 355 struct statistics_rx_phy *rx_cck; in iwlagn_rx_statistics()
|
D | dev.h | 761 struct statistics_rx_phy rx_ofdm; 763 struct statistics_rx_phy rx_cck; 775 struct statistics_rx_phy rx_ofdm; 777 struct statistics_rx_phy rx_cck;
|
D | commands.h | 2468 struct statistics_rx_phy { struct 2547 struct statistics_rx_phy ofdm; 2548 struct statistics_rx_phy cck; 2554 struct statistics_rx_phy ofdm; 2555 struct statistics_rx_phy cck;
|
D | calib.c | 606 struct statistics_rx_phy *ofdm, *cck; in iwl_sensitivity_calibration()
|
D | debugfs.c | 673 int bufsz = sizeof(struct statistics_rx_phy) * 40 + in iwl_dbgfs_ucode_rx_stats_read() 677 struct statistics_rx_phy *ofdm, *accum_ofdm, *delta_ofdm, *max_ofdm; in iwl_dbgfs_ucode_rx_stats_read() 678 struct statistics_rx_phy *cck, *accum_cck, *delta_cck, *max_cck; in iwl_dbgfs_ucode_rx_stats_read()
|