Searched refs:accum_tx (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/net/wireless/intel/iwlegacy/ |
D | 4965-debug.c | 461 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 …]
|
D | 3945-debug.c | 307 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 …]
|
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/dvm/ |
D | debugfs.c | 1108 struct statistics_tx *tx, *accum_tx, *delta_tx, *max_tx; in iwl_dbgfs_ucode_tx_stats_read() local 1124 accum_tx = &priv->accum_stats.tx; in iwl_dbgfs_ucode_tx_stats_read() 1134 accum_tx->preamble_cnt, in iwl_dbgfs_ucode_tx_stats_read() 1139 accum_tx->rx_detected_cnt, in iwl_dbgfs_ucode_tx_stats_read() 1144 accum_tx->bt_prio_defer_cnt, in iwl_dbgfs_ucode_tx_stats_read() 1150 accum_tx->bt_prio_kill_cnt, in iwl_dbgfs_ucode_tx_stats_read() 1156 accum_tx->few_bytes_cnt, in iwl_dbgfs_ucode_tx_stats_read() 1160 le32_to_cpu(tx->cts_timeout), accum_tx->cts_timeout, in iwl_dbgfs_ucode_tx_stats_read() 1165 accum_tx->ack_timeout, in iwl_dbgfs_ucode_tx_stats_read() 1170 accum_tx->expected_ack_cnt, in iwl_dbgfs_ucode_tx_stats_read() [all …]
|
/linux-6.1.9/drivers/net/wireless/ath/ath9k/ |
D | ar9003_paprd.c | 449 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()
|