Lines Matching refs:delta_tx

479 	struct stats_tx *tx, *accum_tx, *delta_tx, *max_tx;  in il4965_ucode_tx_stats_read()  local
496 delta_tx = &il->_4965.delta_stats.tx; in il4965_ucode_tx_stats_read()
504 delta_tx->preamble_cnt, max_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()
523 delta_tx->few_bytes_cnt, max_tx->few_bytes_cnt); in il4965_ucode_tx_stats_read()
527 delta_tx->cts_timeout, max_tx->cts_timeout); in il4965_ucode_tx_stats_read()
531 delta_tx->ack_timeout, max_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()
540 delta_tx->actual_ack_cnt, max_tx->actual_ack_cnt); in il4965_ucode_tx_stats_read()
544 delta_tx->dump_msdu_cnt, max_tx->dump_msdu_cnt); in il4965_ucode_tx_stats_read()
550 delta_tx->burst_abort_next_frame_mismatch_cnt, in il4965_ucode_tx_stats_read()
557 delta_tx->burst_abort_missing_next_frame_cnt, in il4965_ucode_tx_stats_read()
564 delta_tx->cts_timeout_collision, in il4965_ucode_tx_stats_read()
571 delta_tx->ack_or_ba_timeout_collision, in il4965_ucode_tx_stats_read()
576 delta_tx->agg.ba_timeout, max_tx->agg.ba_timeout); in il4965_ucode_tx_stats_read()
582 delta_tx->agg.ba_reschedule_frames, in il4965_ucode_tx_stats_read()
589 delta_tx->agg.scd_query_agg_frame_cnt, in il4965_ucode_tx_stats_read()
596 delta_tx->agg.scd_query_no_agg, in il4965_ucode_tx_stats_read()
601 accum_tx->agg.scd_query_agg, delta_tx->agg.scd_query_agg, in il4965_ucode_tx_stats_read()
608 delta_tx->agg.scd_query_mismatch, in il4965_ucode_tx_stats_read()
614 delta_tx->agg.frame_not_ready, in il4965_ucode_tx_stats_read()
619 delta_tx->agg.underrun, max_tx->agg.underrun); in il4965_ucode_tx_stats_read()
623 accum_tx->agg.bt_prio_kill, delta_tx->agg.bt_prio_kill, in il4965_ucode_tx_stats_read()
628 accum_tx->agg.rx_ba_rsp_cnt, delta_tx->agg.rx_ba_rsp_cnt, in il4965_ucode_tx_stats_read()