Lines Matching refs:delta_tx
307 struct iwl39_stats_tx *tx, *accum_tx, *delta_tx, *max_tx; in il3945_ucode_tx_stats_read() local
325 delta_tx = &il->_3945.delta_stats.tx; in il3945_ucode_tx_stats_read()
337 delta_tx->preamble_cnt, max_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()
360 delta_tx->few_bytes_cnt, max_tx->few_bytes_cnt); in il3945_ucode_tx_stats_read()
365 delta_tx->cts_timeout, max_tx->cts_timeout); in il3945_ucode_tx_stats_read()
370 delta_tx->ack_timeout, max_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()
381 delta_tx->actual_ack_cnt, max_tx->actual_ack_cnt); in il3945_ucode_tx_stats_read()