Lines Matching full:reorder
629 /* release all frames that are in the reorder buffer to the stack */
740 u32 reorder = le32_to_cpu(desc->reorder_data);
757 baid = (reorder & IWL_RX_MPDU_REORDER_BAID_MASK) >>
790 "Got valid BAID but no baid allocated, bypass the re-ordering buffer. Baid %d reorder 0x%x\n",
791 baid, reorder);
810 nssn = reorder & IWL_RX_MPDU_REORDER_NSSN_MASK;
811 sn = (reorder & IWL_RX_MPDU_REORDER_SN_MASK) >>
820 if (reorder & IWL_RX_MPDU_REORDER_BA_OLD_SN) {
832 if (reorder & IWL_RX_MPDU_REORDER_BA_OLD_SN)
847 * This can happen due to reorder timer, where NSSN is behind head_sn.
861 /* put in reorder buffer */
874 * cause the reorder buffer to advance before all the sub-frames arrive.
875 * Example: reorder buffer contains SN 0 & 2, and we receive AMSDU with
877 * releasing SN 0,1, 2. When sub-frame 1 arrives - reorder buffer is
907 "Got valid BAID but no baid allocated, bypass the re-ordering buffer. Baid %d reorder 0x%x\n",