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.c311 struct statistics_rx_phy *rx_cck, in iwlagn_accumulative_statistics() argument
327 ACCUM(rx_cck); in iwlagn_accumulative_statistics()
340 struct statistics_rx_phy *rx_cck, in iwlagn_accumulative_statistics() argument
360 struct statistics_rx_phy *rx_cck; in iwlagn_rx_statistics() local
377 rx_cck = &stats->rx.cck; in iwlagn_rx_statistics()
395 rx_cck = &stats->rx.cck; in iwlagn_rx_statistics()
411 rx_ofdm_ht, rx_cck, tx, bt_activity); in iwlagn_rx_statistics()
420 memcpy(&priv->statistics.rx_cck, rx_cck, sizeof(*rx_cck)); in iwlagn_rx_statistics()
Ddev.h765 struct statistics_rx_phy rx_cck; member
779 struct statistics_rx_phy rx_cck; member
Ddebugfs.c701 cck = &priv->statistics.rx_cck; in iwl_dbgfs_ucode_rx_stats_read()
705 accum_cck = &priv->accum_stats.rx_cck; in iwl_dbgfs_ucode_rx_stats_read()
709 delta_cck = &priv->delta_stats.rx_cck; in iwl_dbgfs_ucode_rx_stats_read()
713 max_cck = &priv->max_delta_stats.rx_cck; in iwl_dbgfs_ucode_rx_stats_read()
Dcalib.c620 cck = &priv->statistics.rx_cck; in iwl_sensitivity_calibration()