Lines Matching refs:delta_tx
325 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()
399 delta_tx->actual_ack_cnt, max_tx->actual_ack_cnt); in il3945_ucode_tx_stats_read()