Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/intel/iwlegacy/
D4965-debug.c479 struct stats_tx *tx, *accum_tx, *delta_tx, *max_tx; in il4965_ucode_tx_stats_read() local
496 delta_tx = &il->_4965.delta_stats.tx; in il4965_ucode_tx_stats_read()
504 delta_tx->preamble_cnt, max_tx->preamble_cnt); in il4965_ucode_tx_stats_read()
508 accum_tx->rx_detected_cnt, delta_tx->rx_detected_cnt, in il4965_ucode_tx_stats_read()
513 accum_tx->bt_prio_defer_cnt, delta_tx->bt_prio_defer_cnt, in il4965_ucode_tx_stats_read()
518 accum_tx->bt_prio_kill_cnt, delta_tx->bt_prio_kill_cnt, in il4965_ucode_tx_stats_read()
523 delta_tx->few_bytes_cnt, max_tx->few_bytes_cnt); in il4965_ucode_tx_stats_read()
527 delta_tx->cts_timeout, max_tx->cts_timeout); in il4965_ucode_tx_stats_read()
531 delta_tx->ack_timeout, max_tx->ack_timeout); in il4965_ucode_tx_stats_read()
535 accum_tx->expected_ack_cnt, delta_tx->expected_ack_cnt, in il4965_ucode_tx_stats_read()
[all …]
D3945-debug.c325 struct iwl39_stats_tx *tx, *accum_tx, *delta_tx, *max_tx; in il3945_ucode_tx_stats_read() local
343 delta_tx = &il->_3945.delta_stats.tx; in il3945_ucode_tx_stats_read()
355 delta_tx->preamble_cnt, max_tx->preamble_cnt); in il3945_ucode_tx_stats_read()
360 accum_tx->rx_detected_cnt, delta_tx->rx_detected_cnt, in il3945_ucode_tx_stats_read()
366 accum_tx->bt_prio_defer_cnt, delta_tx->bt_prio_defer_cnt, in il3945_ucode_tx_stats_read()
372 accum_tx->bt_prio_kill_cnt, delta_tx->bt_prio_kill_cnt, in il3945_ucode_tx_stats_read()
378 delta_tx->few_bytes_cnt, max_tx->few_bytes_cnt); in il3945_ucode_tx_stats_read()
383 delta_tx->cts_timeout, max_tx->cts_timeout); in il3945_ucode_tx_stats_read()
388 delta_tx->ack_timeout, max_tx->ack_timeout); in il3945_ucode_tx_stats_read()
393 accum_tx->expected_ack_cnt, delta_tx->expected_ack_cnt, in il3945_ucode_tx_stats_read()
[all …]
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/dvm/
Ddebugfs.c1152 struct statistics_tx *tx, *accum_tx, *delta_tx, *max_tx; in iwl_dbgfs_ucode_tx_stats_read() local
1169 delta_tx = &priv->delta_stats.tx; in iwl_dbgfs_ucode_tx_stats_read()
1179 delta_tx->preamble_cnt, max_tx->preamble_cnt); in iwl_dbgfs_ucode_tx_stats_read()
1184 delta_tx->rx_detected_cnt, max_tx->rx_detected_cnt); in iwl_dbgfs_ucode_tx_stats_read()
1189 delta_tx->bt_prio_defer_cnt, in iwl_dbgfs_ucode_tx_stats_read()
1195 delta_tx->bt_prio_kill_cnt, in iwl_dbgfs_ucode_tx_stats_read()
1201 delta_tx->few_bytes_cnt, max_tx->few_bytes_cnt); in iwl_dbgfs_ucode_tx_stats_read()
1205 delta_tx->cts_timeout, max_tx->cts_timeout); in iwl_dbgfs_ucode_tx_stats_read()
1210 delta_tx->ack_timeout, max_tx->ack_timeout); in iwl_dbgfs_ucode_tx_stats_read()
1215 delta_tx->expected_ack_cnt, in iwl_dbgfs_ucode_tx_stats_read()
[all …]