Lines Matching full:sn
31 u16 sn; member
47 u16 sn; member
50 * appropriate reorder buffer entry (based on the @sn)
114 .desc = "RX old SN packet, reorder buffer is not yet valid",
124 * SN. The packet is passed to the network stack
131 .desc = "RX old SN packet, reorder buffer valid",
141 /* The buffer is valid and the RX packet has an old SN.
167 .desc = "RX In-order packet, sn < nssn",
170 .sn = 100,
179 * 2. RX packet SN is in order and less than NSSN.
189 .desc = "RX In-order packet, sn == head_sn",
192 .sn = 101,
201 * 2. RX packet SN is equal to buffer->head_sn.
214 .sn = IEEE80211_MAX_SN,
223 * 2. RX SN == buffer->head_sn == IEEE80211_MAX_SN
237 .sn = 100,
244 .entries[0].sn = 101,
247 /* 1. Reorder buffer contains one packet with SN=101.
248 * 2. RX packet SN = buffer->head_sn.
263 .sn = 0,
270 .entries[0].sn = IEEE80211_MAX_SN,
274 * SN=IEEE80211_MAX_SN.
275 * 2. RX Packet SN = 0 (after wrap around)
290 .sn = 100,
297 .entries[0].sn = 102,
300 /* 1. Reorder buffer contains one packet with SN=102.
301 * 2. There are 2 holes at SN={100, 101}.
302 * Only the RX packet (SN=100) is released, there is
316 .sn = 102,
323 .entries[0].sn = 101,
324 .entries[1].sn = 104,
325 .entries[2].sn = 105,
329 * 2. RX packet fills one of two holes (at SN=102).
331 * SN=103).
344 .sn = 102,
351 .entries[0].sn = 101,
352 .entries[1].sn = 103,
353 .entries[2].sn = 104,
357 * SN={101, 103, 104}.
358 * 2. RX packet fills a hole (SN=102), but NSSN is
372 .sn = 100,
382 .sn = 100,
388 * at SN=100.
389 * 2. RX packet is the last SN=100 A-MSDU subframe
390 * All packets are released in order (3 x SN=100).
403 .sn = 100,
413 .sn = 100,
419 * at SN=100.
420 * 2. RX packet additional SN=100 A-MSDU subframe,
480 le32_encode_bits(param->rx_pkt.sn, in setup_mpdu_desc()
548 u16 sn = param->reorder_buf_state.entries[i].sn; in setup_reorder_buffer() local
549 int index = sn % baid_data->buf_size; in setup_reorder_buffer()
558 fake_skb = alloc_and_setup_skb(FC_QOS_DATA, sn, 0, in setup_reorder_buffer()
627 skb = alloc_and_setup_skb(param->rx_pkt.fc, param->rx_pkt.sn, in test_reorder_buffer()