Home
last modified time | relevance | path

Searched refs:accum_tx (Results 1 – 4 of 4) sorted by relevance

/drivers/net/wireless/intel/iwlegacy/
D4965-debug.c461 struct stats_tx *tx, *accum_tx, *delta_tx, *max_tx; in il4965_ucode_tx_stats_read() local
477 accum_tx = &il->_4965.accum_stats.tx; in il4965_ucode_tx_stats_read()
485 le32_to_cpu(tx->preamble_cnt), accum_tx->preamble_cnt, in il4965_ucode_tx_stats_read()
490 accum_tx->rx_detected_cnt, delta_tx->rx_detected_cnt, in il4965_ucode_tx_stats_read()
495 accum_tx->bt_prio_defer_cnt, delta_tx->bt_prio_defer_cnt, in il4965_ucode_tx_stats_read()
500 accum_tx->bt_prio_kill_cnt, delta_tx->bt_prio_kill_cnt, in il4965_ucode_tx_stats_read()
504 le32_to_cpu(tx->few_bytes_cnt), accum_tx->few_bytes_cnt, in il4965_ucode_tx_stats_read()
508 le32_to_cpu(tx->cts_timeout), accum_tx->cts_timeout, in il4965_ucode_tx_stats_read()
512 le32_to_cpu(tx->ack_timeout), accum_tx->ack_timeout, in il4965_ucode_tx_stats_read()
517 accum_tx->expected_ack_cnt, delta_tx->expected_ack_cnt, in il4965_ucode_tx_stats_read()
[all …]
D3945-debug.c307 struct iwl39_stats_tx *tx, *accum_tx, *delta_tx, *max_tx; in il3945_ucode_tx_stats_read() local
324 accum_tx = &il->_3945.accum_stats.tx; in il3945_ucode_tx_stats_read()
336 le32_to_cpu(tx->preamble_cnt), accum_tx->preamble_cnt, in il3945_ucode_tx_stats_read()
342 accum_tx->rx_detected_cnt, delta_tx->rx_detected_cnt, in il3945_ucode_tx_stats_read()
348 accum_tx->bt_prio_defer_cnt, delta_tx->bt_prio_defer_cnt, in il3945_ucode_tx_stats_read()
354 accum_tx->bt_prio_kill_cnt, delta_tx->bt_prio_kill_cnt, in il3945_ucode_tx_stats_read()
359 le32_to_cpu(tx->few_bytes_cnt), accum_tx->few_bytes_cnt, in il3945_ucode_tx_stats_read()
364 le32_to_cpu(tx->cts_timeout), accum_tx->cts_timeout, in il3945_ucode_tx_stats_read()
369 le32_to_cpu(tx->ack_timeout), accum_tx->ack_timeout, in il3945_ucode_tx_stats_read()
375 accum_tx->expected_ack_cnt, delta_tx->expected_ack_cnt, in il3945_ucode_tx_stats_read()
[all …]
/drivers/net/wireless/intel/iwlwifi/dvm/
Ddebugfs.c1112 struct statistics_tx *tx, *accum_tx, *delta_tx, *max_tx; in iwl_dbgfs_ucode_tx_stats_read() local
1128 accum_tx = &priv->accum_stats.tx; in iwl_dbgfs_ucode_tx_stats_read()
1138 accum_tx->preamble_cnt, in iwl_dbgfs_ucode_tx_stats_read()
1143 accum_tx->rx_detected_cnt, in iwl_dbgfs_ucode_tx_stats_read()
1148 accum_tx->bt_prio_defer_cnt, in iwl_dbgfs_ucode_tx_stats_read()
1154 accum_tx->bt_prio_kill_cnt, in iwl_dbgfs_ucode_tx_stats_read()
1160 accum_tx->few_bytes_cnt, in iwl_dbgfs_ucode_tx_stats_read()
1164 le32_to_cpu(tx->cts_timeout), accum_tx->cts_timeout, in iwl_dbgfs_ucode_tx_stats_read()
1169 accum_tx->ack_timeout, in iwl_dbgfs_ucode_tx_stats_read()
1174 accum_tx->expected_ack_cnt, in iwl_dbgfs_ucode_tx_stats_read()
[all …]
/drivers/net/wireless/ath/ath9k/
Dar9003_paprd.c449 s32 accum_cnt, accum_tx, accum_rx, accum_ang; in create_pa_curve() local
460 accum_tx = ((data_L[i] >> 16) & 0xffff) | in create_pa_curve()
471 accum_tx <<= scale_factor; in create_pa_curve()
474 (((accum_tx + accum_cnt) / accum_cnt) + 32) >> in create_pa_curve()