Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/
Drx.c415 struct statistics_rx_phy *rx_cck, in iwlagn_accumulative_statistics() argument
431 ACCUM(rx_cck); in iwlagn_accumulative_statistics()
444 struct statistics_rx_phy *rx_cck, in iwlagn_accumulative_statistics() argument
465 struct statistics_rx_phy *rx_cck; in iwlagn_rx_statistics() local
482 rx_cck = &stats->rx.cck; in iwlagn_rx_statistics()
500 rx_cck = &stats->rx.cck; in iwlagn_rx_statistics()
516 rx_ofdm_ht, rx_cck, tx, bt_activity); in iwlagn_rx_statistics()
525 memcpy(&priv->statistics.rx_cck, rx_cck, sizeof(*rx_cck)); in iwlagn_rx_statistics()
Ddev.h784 struct statistics_rx_phy rx_cck; member
798 struct statistics_rx_phy rx_cck; member
Ddebugfs.c746 cck = &priv->statistics.rx_cck; in iwl_dbgfs_ucode_rx_stats_read()
750 accum_cck = &priv->accum_stats.rx_cck; in iwl_dbgfs_ucode_rx_stats_read()
754 delta_cck = &priv->delta_stats.rx_cck; in iwl_dbgfs_ucode_rx_stats_read()
758 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()