Lines Matching refs:agg

1745 		    il->stations[sta_id].tid[tid].agg.state == IL_AGG_ON) {
1746 txq_id = il->stations[sta_id].tid[tid].agg.txq_id;
2238 if (il->stations[sta_id].tid[tid].agg.state != IL_AGG_OFF) {
2252 tid_data->agg.txq_id = txq_id;
2264 tid_data->agg.state = IL_AGG_ON;
2269 tid_data->agg.state = IL_EMPTYING_HW_QUEUE_ADDBA;
2333 txq_id = tid_data->agg.txq_id;
2335 switch (il->stations[sta_id].tid[tid].agg.state) {
2357 il->stations[sta_id].tid[tid].agg.state =
2365 il->stations[sta_id].tid[tid].agg.state = IL_AGG_OFF;
2395 switch (il->stations[sta_id].tid[tid].agg.state) {
2399 if (txq_id == tid_data->agg.txq_id &&
2405 tid_data->agg.state = IL_AGG_OFF;
2413 tid_data->agg.state = IL_AGG_ON;
2494 il4965_tx_status_reply_compressed_ba(struct il_priv *il, struct il_ht_agg *agg,
2504 if (unlikely(!agg->wait_for_ba)) {
2511 agg->wait_for_ba = 0;
2512 D_TX_REPLY("BA %d %d\n", agg->start_idx, ba_resp->seq_ctl);
2515 sh = agg->start_idx - SEQ_TO_IDX(seq_ctl >> 4);
2519 if (agg->frame_count > (64 - sh)) {
2529 sent_bitmap = bitmap & agg->bitmap;
2538 i, (agg->start_idx + i) & 0xff, agg->start_idx + i);
2545 info = IEEE80211_SKB_CB(il->txq[scd_flow].skbs[agg->start_idx]);
2550 info->status.ampdu_len = agg->frame_count;
2551 il4965_hwrate_to_tx_control(il, agg->rate_n_flags, info);
2643 il4965_tx_status_reply_tx(struct il_priv *il, struct il_ht_agg *agg,
2654 if (agg->wait_for_ba)
2657 agg->frame_count = tx_resp->frame_count;
2658 agg->start_idx = start_idx;
2659 agg->rate_n_flags = rate_n_flags;
2660 agg->bitmap = 0;
2663 if (agg->frame_count == 1) {
2669 agg->frame_count, agg->start_idx, idx);
2681 agg->wait_for_ba = 0;
2685 int start = agg->start_idx;
2689 for (i = 0; i < agg->frame_count; i++) {
2702 agg->frame_count, txq_id, idx);
2739 agg->bitmap = bitmap;
2740 agg->start_idx = start;
2742 agg->frame_count, agg->start_idx,
2743 (unsigned long long)agg->bitmap);
2746 agg->wait_for_ba = 1;
2814 struct il_ht_agg *agg;
2819 agg = &il->stations[sta_id].tid[tid].agg;
2821 il4965_tx_status_reply_tx(il, agg, tx_resp, txq_id, idx);
2837 agg->state != IL_EMPTYING_HW_QUEUE_DELBA)
2908 struct il_ht_agg *agg;
2929 agg = &il->stations[sta_id].tid[tid].agg;
2930 if (unlikely(agg->txq_id != scd_flow)) {
2938 scd_flow, agg->txq_id);
2948 agg->wait_for_ba, (u8 *) &ba_resp->sta_addr_lo32,
2954 D_TX_REPLY("DAT start_idx = %d, bitmap = 0x%llx\n", agg->start_idx,
2955 (unsigned long long)agg->bitmap);
2958 il4965_tx_status_reply_compressed_ba(il, agg, ba_resp);
2970 agg->state != IL_EMPTYING_HW_QUEUE_DELBA)