Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/
Drx.c402 struct statistics_rx_phy *rx_cck, in iwlagn_accumulative_statistics() argument
418 ACCUM(rx_cck); in iwlagn_accumulative_statistics()
431 struct statistics_rx_phy *rx_cck, in iwlagn_accumulative_statistics() argument
451 struct statistics_rx_phy *rx_cck; in iwlagn_rx_statistics() local
468 rx_cck = &stats->rx.cck; in iwlagn_rx_statistics()
486 rx_cck = &stats->rx.cck; in iwlagn_rx_statistics()
502 rx_ofdm_ht, rx_cck, tx, bt_activity); in iwlagn_rx_statistics()
511 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.c742 cck = &priv->statistics.rx_cck; in iwl_dbgfs_ucode_rx_stats_read()
746 accum_cck = &priv->accum_stats.rx_cck; in iwl_dbgfs_ucode_rx_stats_read()
750 delta_cck = &priv->delta_stats.rx_cck; in iwl_dbgfs_ucode_rx_stats_read()
754 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()