Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/
Dtx.c1034 priv->reply_tx_stats.pp_delay++; in iwlagn_count_tx_err_status()
1037 priv->reply_tx_stats.pp_few_bytes++; in iwlagn_count_tx_err_status()
1040 priv->reply_tx_stats.pp_bt_prio++; in iwlagn_count_tx_err_status()
1043 priv->reply_tx_stats.pp_quiet_period++; in iwlagn_count_tx_err_status()
1046 priv->reply_tx_stats.pp_calc_ttak++; in iwlagn_count_tx_err_status()
1049 priv->reply_tx_stats.int_crossed_retry++; in iwlagn_count_tx_err_status()
1052 priv->reply_tx_stats.short_limit++; in iwlagn_count_tx_err_status()
1055 priv->reply_tx_stats.long_limit++; in iwlagn_count_tx_err_status()
1058 priv->reply_tx_stats.fifo_underrun++; in iwlagn_count_tx_err_status()
1061 priv->reply_tx_stats.drain_flow++; in iwlagn_count_tx_err_status()
[all …]
Ddebugfs.c1570 priv->reply_tx_stats.pp_delay); in iwl_dbgfs_reply_tx_error_read()
1573 priv->reply_tx_stats.pp_few_bytes); in iwl_dbgfs_reply_tx_error_read()
1576 priv->reply_tx_stats.pp_bt_prio); in iwl_dbgfs_reply_tx_error_read()
1579 priv->reply_tx_stats.pp_quiet_period); in iwl_dbgfs_reply_tx_error_read()
1582 priv->reply_tx_stats.pp_calc_ttak); in iwl_dbgfs_reply_tx_error_read()
1586 priv->reply_tx_stats.int_crossed_retry); in iwl_dbgfs_reply_tx_error_read()
1589 priv->reply_tx_stats.short_limit); in iwl_dbgfs_reply_tx_error_read()
1592 priv->reply_tx_stats.long_limit); in iwl_dbgfs_reply_tx_error_read()
1595 priv->reply_tx_stats.fifo_underrun); in iwl_dbgfs_reply_tx_error_read()
1598 priv->reply_tx_stats.drain_flow); in iwl_dbgfs_reply_tx_error_read()
[all …]
Ddev.h824 struct reply_tx_error_statistics reply_tx_stats; member