Lines Matching defs:agg
4064 struct iwx_statistics_tx_non_phy_agg agg;
6395 * rate table entry used for all frames in the new agg.
6442 * agg block failed in previous agg block(s).
6479 * @bt_kill_count: num of times blocked by bluetooth (unused for agg)
6481 * @failure_frame: num failures due to no ACK (unused for agg)
6482 * @initial_rate: for non-agg: rate of the successful Tx. For agg: rate of the
6484 * @wireless_media_time: for non-agg: RTS + CTS + frame tx attempts time + ACK.
6485 * for agg: RTS + CTS + aggregation tx time + block-ack time.
6498 * @status: for non-agg: frame status IWX_TX_STATUS_*
6499 * for agg: status of 1st frame, IWX_AGG_TX_STATE_*; other frame status fields
6534 * @bt_kill_count: num of times blocked by bluetooth (unused for agg)
6536 * @failure_frame: num failures due to no ACK (unused for agg)
6537 * @initial_rate: for non-agg: rate of the successful Tx. For agg: rate of the
6539 * @wireless_media_time: for non-agg: RTS + CTS + frame tx attempts time + ACK.
6540 * for agg: RTS + CTS + aggregation tx time + block-ack time.
6557 * @status: for non-agg: frame status TX_STATUS_*
6747 * @tx_resp: the Tx response from the fw (agg or non-agg)
6752 * batch. This is why it writes the agg Tx response while it fetches the MPDUs.