Lines Matching refs:delta_tx

461 	struct stats_tx *tx, *accum_tx, *delta_tx, *max_tx;  in il4965_ucode_tx_stats_read()  local
478 delta_tx = &il->_4965.delta_stats.tx; in il4965_ucode_tx_stats_read()
486 delta_tx->preamble_cnt, max_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()
505 delta_tx->few_bytes_cnt, max_tx->few_bytes_cnt); in il4965_ucode_tx_stats_read()
509 delta_tx->cts_timeout, max_tx->cts_timeout); in il4965_ucode_tx_stats_read()
513 delta_tx->ack_timeout, max_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()
522 delta_tx->actual_ack_cnt, max_tx->actual_ack_cnt); in il4965_ucode_tx_stats_read()
526 delta_tx->dump_msdu_cnt, max_tx->dump_msdu_cnt); in il4965_ucode_tx_stats_read()
532 delta_tx->burst_abort_next_frame_mismatch_cnt, in il4965_ucode_tx_stats_read()
539 delta_tx->burst_abort_missing_next_frame_cnt, in il4965_ucode_tx_stats_read()
546 delta_tx->cts_timeout_collision, in il4965_ucode_tx_stats_read()
553 delta_tx->ack_or_ba_timeout_collision, in il4965_ucode_tx_stats_read()
558 delta_tx->agg.ba_timeout, max_tx->agg.ba_timeout); in il4965_ucode_tx_stats_read()
564 delta_tx->agg.ba_reschedule_frames, in il4965_ucode_tx_stats_read()
571 delta_tx->agg.scd_query_agg_frame_cnt, in il4965_ucode_tx_stats_read()
578 delta_tx->agg.scd_query_no_agg, in il4965_ucode_tx_stats_read()
583 accum_tx->agg.scd_query_agg, delta_tx->agg.scd_query_agg, in il4965_ucode_tx_stats_read()
590 delta_tx->agg.scd_query_mismatch, in il4965_ucode_tx_stats_read()
596 delta_tx->agg.frame_not_ready, in il4965_ucode_tx_stats_read()
601 delta_tx->agg.underrun, max_tx->agg.underrun); in il4965_ucode_tx_stats_read()
605 accum_tx->agg.bt_prio_kill, delta_tx->agg.bt_prio_kill, in il4965_ucode_tx_stats_read()
610 accum_tx->agg.rx_ba_rsp_cnt, delta_tx->agg.rx_ba_rsp_cnt, in il4965_ucode_tx_stats_read()