Home
last modified time | relevance | path

Searched refs:reply_agg_tx_stats (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/
Dtx.c893 priv->reply_agg_tx_stats.underrun++; in iwlagn_count_agg_tx_err_status()
896 priv->reply_agg_tx_stats.bt_prio++; in iwlagn_count_agg_tx_err_status()
899 priv->reply_agg_tx_stats.few_bytes++; in iwlagn_count_agg_tx_err_status()
902 priv->reply_agg_tx_stats.abort++; in iwlagn_count_agg_tx_err_status()
905 priv->reply_agg_tx_stats.last_sent_ttl++; in iwlagn_count_agg_tx_err_status()
908 priv->reply_agg_tx_stats.last_sent_try++; in iwlagn_count_agg_tx_err_status()
911 priv->reply_agg_tx_stats.last_sent_bt_kill++; in iwlagn_count_agg_tx_err_status()
914 priv->reply_agg_tx_stats.scd_query++; in iwlagn_count_agg_tx_err_status()
917 priv->reply_agg_tx_stats.bad_crc32++; in iwlagn_count_agg_tx_err_status()
920 priv->reply_agg_tx_stats.response++; in iwlagn_count_agg_tx_err_status()
[all …]
Ddebugfs.c1649 priv->reply_agg_tx_stats.underrun); in iwl_dbgfs_reply_tx_error_read()
1652 priv->reply_agg_tx_stats.bt_prio); in iwl_dbgfs_reply_tx_error_read()
1655 priv->reply_agg_tx_stats.few_bytes); in iwl_dbgfs_reply_tx_error_read()
1658 priv->reply_agg_tx_stats.abort); in iwl_dbgfs_reply_tx_error_read()
1662 priv->reply_agg_tx_stats.last_sent_ttl); in iwl_dbgfs_reply_tx_error_read()
1666 priv->reply_agg_tx_stats.last_sent_try); in iwl_dbgfs_reply_tx_error_read()
1670 priv->reply_agg_tx_stats.last_sent_bt_kill); in iwl_dbgfs_reply_tx_error_read()
1673 priv->reply_agg_tx_stats.scd_query); in iwl_dbgfs_reply_tx_error_read()
1677 priv->reply_agg_tx_stats.bad_crc32); in iwl_dbgfs_reply_tx_error_read()
1680 priv->reply_agg_tx_stats.response); in iwl_dbgfs_reply_tx_error_read()
[all …]
Ddev.h824 struct reply_agg_tx_error_statistics reply_agg_tx_stats; member