Searched refs:reply_tx_stats (Results 1 – 3 of 3) sorted by relevance
1011 priv->reply_tx_stats.pp_delay++; in iwlagn_count_tx_err_status()1014 priv->reply_tx_stats.pp_few_bytes++; in iwlagn_count_tx_err_status()1017 priv->reply_tx_stats.pp_bt_prio++; in iwlagn_count_tx_err_status()1020 priv->reply_tx_stats.pp_quiet_period++; in iwlagn_count_tx_err_status()1023 priv->reply_tx_stats.pp_calc_ttak++; in iwlagn_count_tx_err_status()1026 priv->reply_tx_stats.int_crossed_retry++; in iwlagn_count_tx_err_status()1029 priv->reply_tx_stats.short_limit++; in iwlagn_count_tx_err_status()1032 priv->reply_tx_stats.long_limit++; in iwlagn_count_tx_err_status()1035 priv->reply_tx_stats.fifo_underrun++; in iwlagn_count_tx_err_status()1038 priv->reply_tx_stats.drain_flow++; in iwlagn_count_tx_err_status()[all …]
1525 priv->reply_tx_stats.pp_delay); in iwl_dbgfs_reply_tx_error_read()1528 priv->reply_tx_stats.pp_few_bytes); in iwl_dbgfs_reply_tx_error_read()1531 priv->reply_tx_stats.pp_bt_prio); in iwl_dbgfs_reply_tx_error_read()1534 priv->reply_tx_stats.pp_quiet_period); in iwl_dbgfs_reply_tx_error_read()1537 priv->reply_tx_stats.pp_calc_ttak); in iwl_dbgfs_reply_tx_error_read()1541 priv->reply_tx_stats.int_crossed_retry); in iwl_dbgfs_reply_tx_error_read()1544 priv->reply_tx_stats.short_limit); in iwl_dbgfs_reply_tx_error_read()1547 priv->reply_tx_stats.long_limit); in iwl_dbgfs_reply_tx_error_read()1550 priv->reply_tx_stats.fifo_underrun); in iwl_dbgfs_reply_tx_error_read()1553 priv->reply_tx_stats.drain_flow); in iwl_dbgfs_reply_tx_error_read()[all …]
800 struct reply_tx_error_statistics reply_tx_stats; member