Searched refs:statistics_rx_phy (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A 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()
|
H A D | dev.h | 763 struct statistics_rx_phy rx_ofdm; 765 struct statistics_rx_phy rx_cck; 777 struct statistics_rx_phy rx_ofdm; 779 struct statistics_rx_phy rx_cck;
|
H A 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; 2850 * From "cck" and "ofdm" statistics (struct statistics_rx_phy), separately:
|
H A D | calib.c | 657 struct statistics_rx_phy *ofdm, *cck; in iwl_sensitivity_calibration()
|
H A 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()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A 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()
|
H A D | dev.h | 759 struct statistics_rx_phy rx_ofdm; 761 struct statistics_rx_phy rx_cck; 773 struct statistics_rx_phy rx_ofdm; 775 struct statistics_rx_phy rx_cck;
|
H A D | commands.h | 2465 struct statistics_rx_phy { struct 2544 struct statistics_rx_phy ofdm; 2545 struct statistics_rx_phy cck; 2551 struct statistics_rx_phy ofdm; 2552 struct statistics_rx_phy cck; 2799 * From "cck" and "ofdm" statistics (struct statistics_rx_phy), separately:
|
H A D | calib.c | 606 struct statistics_rx_phy *ofdm, *cck; in iwl_sensitivity_calibration()
|
H A 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()
|
Completed in 37 milliseconds