Home
last modified time | relevance | path

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

/drivers/net/wireless/intel/iwlwifi/dvm/
Drx.c306 struct statistics_rx_phy *rx_cck, in iwlagn_accumulative_statistics() argument
322 ACCUM(rx_cck); in iwlagn_accumulative_statistics()
335 struct statistics_rx_phy *rx_cck, in iwlagn_accumulative_statistics() argument
355 struct statistics_rx_phy *rx_cck; in iwlagn_rx_statistics() local
372 rx_cck = &stats->rx.cck; in iwlagn_rx_statistics()
390 rx_cck = &stats->rx.cck; in iwlagn_rx_statistics()
406 rx_ofdm_ht, rx_cck, tx, bt_activity); in iwlagn_rx_statistics()
415 memcpy(&priv->statistics.rx_cck, rx_cck, sizeof(*rx_cck)); in iwlagn_rx_statistics()
Ddev.h761 struct statistics_rx_phy rx_cck; member
775 struct statistics_rx_phy rx_cck; member
Ddebugfs.c697 cck = &priv->statistics.rx_cck; in iwl_dbgfs_ucode_rx_stats_read()
701 accum_cck = &priv->accum_stats.rx_cck; in iwl_dbgfs_ucode_rx_stats_read()
705 delta_cck = &priv->delta_stats.rx_cck; in iwl_dbgfs_ucode_rx_stats_read()
709 max_cck = &priv->max_delta_stats.rx_cck; in iwl_dbgfs_ucode_rx_stats_read()
Dcalib.c622 cck = &priv->statistics.rx_cck; in iwl_sensitivity_calibration()