Home
last modified time | relevance | path

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

/drivers/net/wireless/intel/iwlwifi/dvm/
Dtx.c1012 priv->reply_tx_stats.pp_delay++; in iwlagn_count_tx_err_status()
1015 priv->reply_tx_stats.pp_few_bytes++; in iwlagn_count_tx_err_status()
1018 priv->reply_tx_stats.pp_bt_prio++; in iwlagn_count_tx_err_status()
1021 priv->reply_tx_stats.pp_quiet_period++; in iwlagn_count_tx_err_status()
1024 priv->reply_tx_stats.pp_calc_ttak++; in iwlagn_count_tx_err_status()
1027 priv->reply_tx_stats.int_crossed_retry++; 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()
1036 priv->reply_tx_stats.fifo_underrun++; in iwlagn_count_tx_err_status()
1039 priv->reply_tx_stats.drain_flow++; in iwlagn_count_tx_err_status()
[all …]
Ddebugfs.c1525 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 …]
Ddev.h800 struct reply_tx_error_statistics reply_tx_stats; member