Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dtx.c1012 priv->reply_tx_stats.pp_delay++; in iwlagn_count_tx_err_status()
1018 priv->reply_tx_stats.pp_bt_prio++; in iwlagn_count_tx_err_status()
1030 priv->reply_tx_stats.short_limit++; in iwlagn_count_tx_err_status()
1033 priv->reply_tx_stats.long_limit++; in iwlagn_count_tx_err_status()
1039 priv->reply_tx_stats.drain_flow++; in iwlagn_count_tx_err_status()
1048 priv->reply_tx_stats.dest_ps++; in iwlagn_count_tx_err_status()
1051 priv->reply_tx_stats.host_abort++; in iwlagn_count_tx_err_status()
1054 priv->reply_tx_stats.bt_retry++; in iwlagn_count_tx_err_status()
1060 priv->reply_tx_stats.frag_drop++; in iwlagn_count_tx_err_status()
1066 priv->reply_tx_stats.fifo_flush++; in iwlagn_count_tx_err_status()
[all …]
H A Ddebugfs.c1525 priv->reply_tx_stats.pp_delay); in iwl_dbgfs_reply_tx_error_read()
1531 priv->reply_tx_stats.pp_bt_prio); 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()
1553 priv->reply_tx_stats.drain_flow); in iwl_dbgfs_reply_tx_error_read()
1562 priv->reply_tx_stats.dest_ps); in iwl_dbgfs_reply_tx_error_read()
1565 priv->reply_tx_stats.host_abort); in iwl_dbgfs_reply_tx_error_read()
1568 priv->reply_tx_stats.pp_delay); in iwl_dbgfs_reply_tx_error_read()
1574 priv->reply_tx_stats.frag_drop); in iwl_dbgfs_reply_tx_error_read()
1580 priv->reply_tx_stats.fifo_flush); in iwl_dbgfs_reply_tx_error_read()
[all …]
H A Ddev.h800 struct reply_tx_error_statistics reply_tx_stats; member