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.c1017 priv->reply_tx_stats.pp_delay++; in iwlagn_count_tx_err_status()
1020 priv->reply_tx_stats.pp_few_bytes++; in iwlagn_count_tx_err_status()
1023 priv->reply_tx_stats.pp_bt_prio++; in iwlagn_count_tx_err_status()
1026 priv->reply_tx_stats.pp_quiet_period++; in iwlagn_count_tx_err_status()
1029 priv->reply_tx_stats.pp_calc_ttak++; in iwlagn_count_tx_err_status()
1032 priv->reply_tx_stats.int_crossed_retry++; in iwlagn_count_tx_err_status()
1035 priv->reply_tx_stats.short_limit++; in iwlagn_count_tx_err_status()
1038 priv->reply_tx_stats.long_limit++; in iwlagn_count_tx_err_status()
1041 priv->reply_tx_stats.fifo_underrun++; in iwlagn_count_tx_err_status()
1044 priv->reply_tx_stats.drain_flow++; in iwlagn_count_tx_err_status()
[all …]
Ddebugfs.c1529 priv->reply_tx_stats.pp_delay); in iwl_dbgfs_reply_tx_error_read()
1532 priv->reply_tx_stats.pp_few_bytes); in iwl_dbgfs_reply_tx_error_read()
1535 priv->reply_tx_stats.pp_bt_prio); in iwl_dbgfs_reply_tx_error_read()
1538 priv->reply_tx_stats.pp_quiet_period); in iwl_dbgfs_reply_tx_error_read()
1541 priv->reply_tx_stats.pp_calc_ttak); in iwl_dbgfs_reply_tx_error_read()
1545 priv->reply_tx_stats.int_crossed_retry); in iwl_dbgfs_reply_tx_error_read()
1548 priv->reply_tx_stats.short_limit); in iwl_dbgfs_reply_tx_error_read()
1551 priv->reply_tx_stats.long_limit); in iwl_dbgfs_reply_tx_error_read()
1554 priv->reply_tx_stats.fifo_underrun); in iwl_dbgfs_reply_tx_error_read()
1557 priv->reply_tx_stats.drain_flow); in iwl_dbgfs_reply_tx_error_read()
[all …]
Ddev.h804 struct reply_tx_error_statistics reply_tx_stats; member