Lines Matching defs:baid

609 	u8 baid = data->baid;
612 if (WARN_ONCE(baid >= IWL_MAX_BAID, "invalid BAID: %x\n", baid))
617 ba_data = rcu_dereference(mvm->baid_map[baid]);
642 u8 baid, u16 nssn, int queue)
650 baid, nssn);
652 if (WARN_ON_ONCE(baid == IWL_RX_REORDER_DATA_INVALID_BAID ||
653 baid >= ARRAY_SIZE(mvm->baid_map)))
658 ba_data = rcu_dereference(mvm->baid_map[baid]);
659 if (WARN(!ba_data, "BAID %d not found in map\n", baid))
755 u8 baid;
757 baid = (reorder & IWL_RX_MPDU_REORDER_BAID_MASK) >>
770 if (baid == IWL_RX_REORDER_DATA_INVALID_BAID)
787 baid_data = rcu_dereference(mvm->baid_map[baid]);
790 "Got valid BAID but no baid allocated, bypass the re-ordering buffer. Baid %d reorder 0x%x\n",
791 baid, reorder);
805 "baid 0x%x is mapped to sta_mask:0x%x tid:%d, but was received for sta_mask:0x%x tid:%d\n",
806 baid, baid_data->sta_mask, baid_data->tid,
896 u32 reorder_data, u8 baid)
904 data = rcu_dereference(mvm->baid_map[baid]);
907 "Got valid BAID but no baid allocated, bypass the re-ordering buffer. Baid %d reorder 0x%x\n",
908 baid, reorder_data);
2250 u8 baid = (u8)((le32_to_cpu(desc->reorder_data) &
2342 if (baid != IWL_RX_REORDER_DATA_INVALID_BAID) {
2345 iwl_mvm_agg_rx_received(mvm, reorder_data, baid);
2533 iwl_mvm_release_frames_from_notif(mvm, napi, release->baid,
2543 unsigned int baid = le32_get_bits(release->ba_info,
2556 if (WARN_ON_ONCE(baid == IWL_RX_REORDER_DATA_INVALID_BAID ||
2557 baid >= ARRAY_SIZE(mvm->baid_map)))
2561 baid_data = rcu_dereference(mvm->baid_map[baid]);
2565 baid);
2571 "baid 0x%x is mapped to sta_mask:0x%x tid:%d, but BAR release received for sta:%d tid:%d\n",
2572 baid, baid_data->sta_mask, baid_data->tid, sta_id,
2579 iwl_mvm_release_frames_from_notif(mvm, napi, baid, nssn, queue);