Lines Matching full:scd_flow
2502 u16 scd_flow = le16_to_cpu(ba_resp->scd_flow); in il4965_tx_status_reply_compressed_ba() local
2548 info = IEEE80211_SKB_CB(il->txq[scd_flow].skbs[agg->start_idx]); in il4965_tx_status_reply_compressed_ba()
2918 u16 scd_flow = le16_to_cpu(ba_resp->scd_flow); in il4965_hdl_compressed_ba() local
2924 if (scd_flow >= il->hw_params.max_txq_num) { in il4965_hdl_compressed_ba()
2925 IL_ERR("BUG_ON scd_flow is bigger than number of queues\n"); in il4965_hdl_compressed_ba()
2929 txq = &il->txq[scd_flow]; in il4965_hdl_compressed_ba()
2933 if (unlikely(agg->txq_id != scd_flow)) { in il4965_hdl_compressed_ba()
2940 D_TX_REPLY("BA scd_flow %d does not match txq_id %d\n", in il4965_hdl_compressed_ba()
2941 scd_flow, agg->txq_id); in il4965_hdl_compressed_ba()
2953 D_TX_REPLY("TID = %d, SeqCtl = %d, bitmap = 0x%llx," "scd_flow = " in il4965_hdl_compressed_ba()
2956 ba_resp->scd_flow, ba_resp->scd_ssn); in il4965_hdl_compressed_ba()
2968 int freed = il4965_tx_queue_reclaim(il, scd_flow, idx); in il4965_hdl_compressed_ba()
2976 il4965_txq_check_empty(il, sta_id, tid, scd_flow); in il4965_hdl_compressed_ba()