• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/

Lines Matching defs:tx

572 	struct statistics_tx *tx, *accum_tx, *delta_tx, *max_tx;
588 tx = &priv->_agn.statistics_bt.tx;
589 accum_tx = &priv->_agn.accum_statistics_bt.tx;
590 delta_tx = &priv->_agn.delta_statistics_bt.tx;
591 max_tx = &priv->_agn.max_delta_bt.tx;
593 tx = &priv->_agn.statistics.tx;
594 accum_tx = &priv->_agn.accum_statistics.tx;
595 delta_tx = &priv->_agn.delta_statistics.tx;
596 max_tx = &priv->_agn.max_delta.tx;
606 le32_to_cpu(tx->preamble_cnt),
612 le32_to_cpu(tx->rx_detected_cnt),
618 le32_to_cpu(tx->bt_prio_defer_cnt),
625 le32_to_cpu(tx->bt_prio_kill_cnt),
632 le32_to_cpu(tx->few_bytes_cnt),
638 le32_to_cpu(tx->cts_timeout), accum_tx->cts_timeout,
643 le32_to_cpu(tx->ack_timeout),
649 le32_to_cpu(tx->expected_ack_cnt),
656 le32_to_cpu(tx->actual_ack_cnt),
663 le32_to_cpu(tx->dump_msdu_cnt),
670 le32_to_cpu(tx->burst_abort_next_frame_mismatch_cnt),
677 le32_to_cpu(tx->burst_abort_missing_next_frame_cnt),
684 le32_to_cpu(tx->cts_timeout_collision),
691 le32_to_cpu(tx->ack_or_ba_timeout_collision),
698 le32_to_cpu(tx->agg.ba_timeout),
705 le32_to_cpu(tx->agg.ba_reschedule_frames),
712 le32_to_cpu(tx->agg.scd_query_agg_frame_cnt),
719 le32_to_cpu(tx->agg.scd_query_no_agg),
726 le32_to_cpu(tx->agg.scd_query_agg),
733 le32_to_cpu(tx->agg.scd_query_mismatch),
740 le32_to_cpu(tx->agg.frame_not_ready),
747 le32_to_cpu(tx->agg.underrun),
753 le32_to_cpu(tx->agg.bt_prio_kill),
760 le32_to_cpu(tx->agg.rx_ba_rsp_cnt),
765 if (tx->tx_power.ant_a || tx->tx_power.ant_b || tx->tx_power.ant_c) {
767 "tx power: (1/2 dB step)\n");
768 if ((priv->cfg->valid_tx_ant & ANT_A) && tx->tx_power.ant_a)
771 tx->tx_power.ant_a);
772 if ((priv->cfg->valid_tx_ant & ANT_B) && tx->tx_power.ant_b)
775 tx->tx_power.ant_b);
776 if ((priv->cfg->valid_tx_ant & ANT_C) && tx->tx_power.ant_c)
779 tx->tx_power.ant_c);