Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/dvm/
Dtx.c871 priv->reply_agg_tx_stats.underrun++; in iwlagn_count_agg_tx_err_status()
874 priv->reply_agg_tx_stats.bt_prio++; in iwlagn_count_agg_tx_err_status()
877 priv->reply_agg_tx_stats.few_bytes++; in iwlagn_count_agg_tx_err_status()
880 priv->reply_agg_tx_stats.abort++; in iwlagn_count_agg_tx_err_status()
883 priv->reply_agg_tx_stats.last_sent_ttl++; in iwlagn_count_agg_tx_err_status()
886 priv->reply_agg_tx_stats.last_sent_try++; in iwlagn_count_agg_tx_err_status()
889 priv->reply_agg_tx_stats.last_sent_bt_kill++; in iwlagn_count_agg_tx_err_status()
892 priv->reply_agg_tx_stats.scd_query++; in iwlagn_count_agg_tx_err_status()
895 priv->reply_agg_tx_stats.bad_crc32++; in iwlagn_count_agg_tx_err_status()
898 priv->reply_agg_tx_stats.response++; in iwlagn_count_agg_tx_err_status()
[all …]
Ddebugfs.c1600 priv->reply_agg_tx_stats.underrun); in iwl_dbgfs_reply_tx_error_read()
1603 priv->reply_agg_tx_stats.bt_prio); in iwl_dbgfs_reply_tx_error_read()
1606 priv->reply_agg_tx_stats.few_bytes); in iwl_dbgfs_reply_tx_error_read()
1609 priv->reply_agg_tx_stats.abort); in iwl_dbgfs_reply_tx_error_read()
1613 priv->reply_agg_tx_stats.last_sent_ttl); in iwl_dbgfs_reply_tx_error_read()
1617 priv->reply_agg_tx_stats.last_sent_try); in iwl_dbgfs_reply_tx_error_read()
1621 priv->reply_agg_tx_stats.last_sent_bt_kill); in iwl_dbgfs_reply_tx_error_read()
1624 priv->reply_agg_tx_stats.scd_query); in iwl_dbgfs_reply_tx_error_read()
1628 priv->reply_agg_tx_stats.bad_crc32); in iwl_dbgfs_reply_tx_error_read()
1631 priv->reply_agg_tx_stats.response); in iwl_dbgfs_reply_tx_error_read()
[all …]
Ddev.h803 struct reply_agg_tx_error_statistics reply_agg_tx_stats; member