Lines Matching full:sn
754 u16 nssn, sn;
811 sn = (reorder & IWL_RX_MPDU_REORDER_SN_MASK) >>
836 if (!buffer->num_stored && ieee80211_sn_less(sn, nssn)) {
839 /* No need to update AMSDU last SN - we are moving the head */
845 * release immediately if there are no stored frames, and the sn is
852 if (!buffer->num_stored && sn == buffer->head_sn) {
856 /* No need to update AMSDU last SN - we are moving the head */
862 index = sn % baid_data->buf_size;
867 buffer->last_amsdu = sn;
875 * Example: reorder buffer contains SN 0 & 2, and we receive AMSDU with
876 * SN 1. NSSN for first sub frame will be 3 with the result of driver
877 * releasing SN 0,1, 2. When sub-frame 1 arrives - reorder buffer is