Home
last modified time | relevance | path

Searched refs:reply_tx_stats (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dtx.c1016 priv->reply_tx_stats.pp_delay++; in iwlagn_count_tx_err_status()
1019 priv->reply_tx_stats.pp_few_bytes++; in iwlagn_count_tx_err_status()
1022 priv->reply_tx_stats.pp_bt_prio++; in iwlagn_count_tx_err_status()
1025 priv->reply_tx_stats.pp_quiet_period++; in iwlagn_count_tx_err_status()
1028 priv->reply_tx_stats.pp_calc_ttak++; in iwlagn_count_tx_err_status()
1031 priv->reply_tx_stats.int_crossed_retry++; in iwlagn_count_tx_err_status()
1034 priv->reply_tx_stats.short_limit++; in iwlagn_count_tx_err_status()
1037 priv->reply_tx_stats.long_limit++; in iwlagn_count_tx_err_status()
1040 priv->reply_tx_stats.fifo_underrun++; in iwlagn_count_tx_err_status()
1043 priv->reply_tx_stats.drain_flow++; in iwlagn_count_tx_err_status()
[all …]
H A Ddev.h803 struct reply_tx_error_statistics reply_tx_stats; member