Home
last modified time | relevance | path

Searched refs:rx_cck (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/dvm/
Drx.c325 struct statistics_rx_phy *rx_cck, in iwlagn_accumulative_statistics() argument
341 ACCUM(rx_cck); in iwlagn_accumulative_statistics()
354 struct statistics_rx_phy *rx_cck, in iwlagn_accumulative_statistics() argument
374 struct statistics_rx_phy *rx_cck; in iwlagn_rx_statistics() local
391 rx_cck = &stats->rx.cck; in iwlagn_rx_statistics()
409 rx_cck = &stats->rx.cck; in iwlagn_rx_statistics()
425 rx_ofdm_ht, rx_cck, tx, bt_activity); in iwlagn_rx_statistics()
434 memcpy(&priv->statistics.rx_cck, rx_cck, sizeof(*rx_cck)); in iwlagn_rx_statistics()
Ddev.h785 struct statistics_rx_phy rx_cck; member
799 struct statistics_rx_phy rx_cck; member
Ddebugfs.c741 cck = &priv->statistics.rx_cck; in iwl_dbgfs_ucode_rx_stats_read()
745 accum_cck = &priv->accum_stats.rx_cck; in iwl_dbgfs_ucode_rx_stats_read()
749 delta_cck = &priv->delta_stats.rx_cck; in iwl_dbgfs_ucode_rx_stats_read()
753 max_cck = &priv->max_delta_stats.rx_cck; in iwl_dbgfs_ucode_rx_stats_read()
Dcalib.c678 cck = &priv->statistics.rx_cck; in iwl_sensitivity_calibration()