Home
last modified time | relevance | path

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

/drivers/net/wireless/iwlegacy/
D4965-debug.c479 struct stats_tx *tx, *accum_tx, *delta_tx, *max_tx; in il4965_ucode_tx_stats_read() local
495 accum_tx = &il->_4965.accum_stats.tx; in il4965_ucode_tx_stats_read()
503 le32_to_cpu(tx->preamble_cnt), accum_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()
522 le32_to_cpu(tx->few_bytes_cnt), accum_tx->few_bytes_cnt, in il4965_ucode_tx_stats_read()
526 le32_to_cpu(tx->cts_timeout), accum_tx->cts_timeout, in il4965_ucode_tx_stats_read()
530 le32_to_cpu(tx->ack_timeout), accum_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
342 accum_tx = &il->_3945.accum_stats.tx; in il3945_ucode_tx_stats_read()
354 le32_to_cpu(tx->preamble_cnt), accum_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()
377 le32_to_cpu(tx->few_bytes_cnt), accum_tx->few_bytes_cnt, in il3945_ucode_tx_stats_read()
382 le32_to_cpu(tx->cts_timeout), accum_tx->cts_timeout, in il3945_ucode_tx_stats_read()
387 le32_to_cpu(tx->ack_timeout), accum_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 …]
D4965-mac.c1339 struct stats_tx *tx, *accum_tx; in il4965_accumulative_stats() local
1347 accum_tx = &il->_4965.accum_stats.tx; in il4965_accumulative_stats()
/drivers/net/wireless/iwlwifi/dvm/
Ddebugfs.c1153 struct statistics_tx *tx, *accum_tx, *delta_tx, *max_tx; in iwl_dbgfs_ucode_tx_stats_read() local
1169 accum_tx = &priv->accum_stats.tx; in iwl_dbgfs_ucode_tx_stats_read()
1179 accum_tx->preamble_cnt, in iwl_dbgfs_ucode_tx_stats_read()
1184 accum_tx->rx_detected_cnt, in iwl_dbgfs_ucode_tx_stats_read()
1189 accum_tx->bt_prio_defer_cnt, in iwl_dbgfs_ucode_tx_stats_read()
1195 accum_tx->bt_prio_kill_cnt, in iwl_dbgfs_ucode_tx_stats_read()
1201 accum_tx->few_bytes_cnt, in iwl_dbgfs_ucode_tx_stats_read()
1205 le32_to_cpu(tx->cts_timeout), accum_tx->cts_timeout, in iwl_dbgfs_ucode_tx_stats_read()
1210 accum_tx->ack_timeout, in iwl_dbgfs_ucode_tx_stats_read()
1215 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()