xref: /wlan-driver/fw-api/hw/qca6290/v1/reo_get_queue_stats_status.h (revision 5113495b16420b49004c444715d2daae2066e7dc)
1*5113495bSYour Name /*
2*5113495bSYour Name  * Copyright (c) 2016-2017 The Linux Foundation. All rights reserved.
3*5113495bSYour Name  *
4*5113495bSYour Name  * Permission to use, copy, modify, and/or distribute this software for
5*5113495bSYour Name  * any purpose with or without fee is hereby granted, provided that the
6*5113495bSYour Name  * above copyright notice and this permission notice appear in all
7*5113495bSYour Name  * copies.
8*5113495bSYour Name  *
9*5113495bSYour Name  * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
10*5113495bSYour Name  * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
11*5113495bSYour Name  * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
12*5113495bSYour Name  * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
13*5113495bSYour Name  * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
14*5113495bSYour Name  * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
15*5113495bSYour Name  * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
16*5113495bSYour Name  * PERFORMANCE OF THIS SOFTWARE.
17*5113495bSYour Name  */
18*5113495bSYour Name 
19*5113495bSYour Name // $ATH_LICENSE_HW_HDR_C$
20*5113495bSYour Name //
21*5113495bSYour Name // DO NOT EDIT!  This file is automatically generated
22*5113495bSYour Name //               These definitions are tied to a particular hardware layout
23*5113495bSYour Name 
24*5113495bSYour Name 
25*5113495bSYour Name #ifndef _REO_GET_QUEUE_STATS_STATUS_H_
26*5113495bSYour Name #define _REO_GET_QUEUE_STATS_STATUS_H_
27*5113495bSYour Name #if !defined(__ASSEMBLER__)
28*5113495bSYour Name #endif
29*5113495bSYour Name 
30*5113495bSYour Name #include "uniform_reo_status_header.h"
31*5113495bSYour Name 
32*5113495bSYour Name // ################ START SUMMARY #################
33*5113495bSYour Name //
34*5113495bSYour Name //	Dword	Fields
35*5113495bSYour Name //	0-1	struct uniform_reo_status_header status_header;
36*5113495bSYour Name //	2	ssn[11:0], current_index[19:12], reserved_2[31:20]
37*5113495bSYour Name //	3	pn_31_0[31:0]
38*5113495bSYour Name //	4	pn_63_32[31:0]
39*5113495bSYour Name //	5	pn_95_64[31:0]
40*5113495bSYour Name //	6	pn_127_96[31:0]
41*5113495bSYour Name //	7	last_rx_enqueue_timestamp[31:0]
42*5113495bSYour Name //	8	last_rx_dequeue_timestamp[31:0]
43*5113495bSYour Name //	9	rx_bitmap_31_0[31:0]
44*5113495bSYour Name //	10	rx_bitmap_63_32[31:0]
45*5113495bSYour Name //	11	rx_bitmap_95_64[31:0]
46*5113495bSYour Name //	12	rx_bitmap_127_96[31:0]
47*5113495bSYour Name //	13	rx_bitmap_159_128[31:0]
48*5113495bSYour Name //	14	rx_bitmap_191_160[31:0]
49*5113495bSYour Name //	15	rx_bitmap_223_192[31:0]
50*5113495bSYour Name //	16	rx_bitmap_255_224[31:0]
51*5113495bSYour Name //	17	current_mpdu_count[6:0], current_msdu_count[31:7]
52*5113495bSYour Name //	18	reserved_18[3:0], timeout_count[9:4], forward_due_to_bar_count[15:10], duplicate_count[31:16]
53*5113495bSYour Name //	19	frames_in_order_count[23:0], bar_received_count[31:24]
54*5113495bSYour Name //	20	mpdu_frames_processed_count[31:0]
55*5113495bSYour Name //	21	msdu_frames_processed_count[31:0]
56*5113495bSYour Name //	22	total_processed_byte_count[31:0]
57*5113495bSYour Name //	23	late_receive_mpdu_count[11:0], window_jump_2k[15:12], hole_count[31:16]
58*5113495bSYour Name //	24	reserved_24a[27:0], looping_count[31:28]
59*5113495bSYour Name //
60*5113495bSYour Name // ################ END SUMMARY #################
61*5113495bSYour Name 
62*5113495bSYour Name #define NUM_OF_DWORDS_REO_GET_QUEUE_STATS_STATUS 25
63*5113495bSYour Name 
64*5113495bSYour Name struct reo_get_queue_stats_status {
65*5113495bSYour Name     struct            uniform_reo_status_header                       status_header;
66*5113495bSYour Name              uint32_t ssn                             : 12, //[11:0]
67*5113495bSYour Name                       current_index                   :  8, //[19:12]
68*5113495bSYour Name                       reserved_2                      : 12; //[31:20]
69*5113495bSYour Name              uint32_t pn_31_0                         : 32; //[31:0]
70*5113495bSYour Name              uint32_t pn_63_32                        : 32; //[31:0]
71*5113495bSYour Name              uint32_t pn_95_64                        : 32; //[31:0]
72*5113495bSYour Name              uint32_t pn_127_96                       : 32; //[31:0]
73*5113495bSYour Name              uint32_t last_rx_enqueue_timestamp       : 32; //[31:0]
74*5113495bSYour Name              uint32_t last_rx_dequeue_timestamp       : 32; //[31:0]
75*5113495bSYour Name              uint32_t rx_bitmap_31_0                  : 32; //[31:0]
76*5113495bSYour Name              uint32_t rx_bitmap_63_32                 : 32; //[31:0]
77*5113495bSYour Name              uint32_t rx_bitmap_95_64                 : 32; //[31:0]
78*5113495bSYour Name              uint32_t rx_bitmap_127_96                : 32; //[31:0]
79*5113495bSYour Name              uint32_t rx_bitmap_159_128               : 32; //[31:0]
80*5113495bSYour Name              uint32_t rx_bitmap_191_160               : 32; //[31:0]
81*5113495bSYour Name              uint32_t rx_bitmap_223_192               : 32; //[31:0]
82*5113495bSYour Name              uint32_t rx_bitmap_255_224               : 32; //[31:0]
83*5113495bSYour Name              uint32_t current_mpdu_count              :  7, //[6:0]
84*5113495bSYour Name                       current_msdu_count              : 25; //[31:7]
85*5113495bSYour Name              uint32_t reserved_18                     :  4, //[3:0]
86*5113495bSYour Name                       timeout_count                   :  6, //[9:4]
87*5113495bSYour Name                       forward_due_to_bar_count        :  6, //[15:10]
88*5113495bSYour Name                       duplicate_count                 : 16; //[31:16]
89*5113495bSYour Name              uint32_t frames_in_order_count           : 24, //[23:0]
90*5113495bSYour Name                       bar_received_count              :  8; //[31:24]
91*5113495bSYour Name              uint32_t mpdu_frames_processed_count     : 32; //[31:0]
92*5113495bSYour Name              uint32_t msdu_frames_processed_count     : 32; //[31:0]
93*5113495bSYour Name              uint32_t total_processed_byte_count      : 32; //[31:0]
94*5113495bSYour Name              uint32_t late_receive_mpdu_count         : 12, //[11:0]
95*5113495bSYour Name                       window_jump_2k                  :  4, //[15:12]
96*5113495bSYour Name                       hole_count                      : 16; //[31:16]
97*5113495bSYour Name              uint32_t reserved_24a                    : 28, //[27:0]
98*5113495bSYour Name                       looping_count                   :  4; //[31:28]
99*5113495bSYour Name };
100*5113495bSYour Name 
101*5113495bSYour Name /*
102*5113495bSYour Name 
103*5113495bSYour Name struct uniform_reo_status_header status_header
104*5113495bSYour Name 
105*5113495bSYour Name 			Consumer: SW
106*5113495bSYour Name 
107*5113495bSYour Name 			Producer: REO
108*5113495bSYour Name 
109*5113495bSYour Name 
110*5113495bSYour Name 
111*5113495bSYour Name 			Details that can link this status with the original
112*5113495bSYour Name 			command. It also contains info on how long REO took to
113*5113495bSYour Name 			execute this command.
114*5113495bSYour Name 
115*5113495bSYour Name ssn
116*5113495bSYour Name 
117*5113495bSYour Name 			Starting Sequence number of the session, this changes
118*5113495bSYour Name 			whenever window moves. (can be filled by SW then maintained
119*5113495bSYour Name 			by REO)
120*5113495bSYour Name 
121*5113495bSYour Name 			<legal all>
122*5113495bSYour Name 
123*5113495bSYour Name current_index
124*5113495bSYour Name 
125*5113495bSYour Name 			Points to last forwarded packet
126*5113495bSYour Name 
127*5113495bSYour Name 			<legal all>
128*5113495bSYour Name 
129*5113495bSYour Name reserved_2
130*5113495bSYour Name 
131*5113495bSYour Name 			<legal 0>
132*5113495bSYour Name 
133*5113495bSYour Name pn_31_0
134*5113495bSYour Name 
135*5113495bSYour Name 
136*5113495bSYour Name 			<legal all>
137*5113495bSYour Name 
138*5113495bSYour Name pn_63_32
139*5113495bSYour Name 
140*5113495bSYour Name 			Bits [63:32] of the PN number.
141*5113495bSYour Name 
142*5113495bSYour Name 			<legal all>
143*5113495bSYour Name 
144*5113495bSYour Name pn_95_64
145*5113495bSYour Name 
146*5113495bSYour Name 			Bits [95:64] of the PN number.
147*5113495bSYour Name 
148*5113495bSYour Name 			<legal all>
149*5113495bSYour Name 
150*5113495bSYour Name pn_127_96
151*5113495bSYour Name 
152*5113495bSYour Name 			Bits [127:96] of the PN number.
153*5113495bSYour Name 
154*5113495bSYour Name 			<legal all>
155*5113495bSYour Name 
156*5113495bSYour Name last_rx_enqueue_timestamp
157*5113495bSYour Name 
158*5113495bSYour Name 			Timestamp of arrival of the last MPDU for this queue
159*5113495bSYour Name 
160*5113495bSYour Name 			<legal all>
161*5113495bSYour Name 
162*5113495bSYour Name last_rx_dequeue_timestamp
163*5113495bSYour Name 
164*5113495bSYour Name 			Timestamp of forwarding an MPDU
165*5113495bSYour Name 
166*5113495bSYour Name 
167*5113495bSYour Name 
168*5113495bSYour Name 			If the queue is empty when a frame gets received, this
169*5113495bSYour Name 			time shall be initialized to the 'enqueue' timestamp
170*5113495bSYour Name 
171*5113495bSYour Name 
172*5113495bSYour Name 
173*5113495bSYour Name 			Used for aging
174*5113495bSYour Name 
175*5113495bSYour Name 			<legal all>
176*5113495bSYour Name 
177*5113495bSYour Name rx_bitmap_31_0
178*5113495bSYour Name 
179*5113495bSYour Name 			When a bit is set, the corresponding frame is currently
180*5113495bSYour Name 			held in the re-order queue.
181*5113495bSYour Name 
182*5113495bSYour Name 			The bitmap  is Fully managed by HW.
183*5113495bSYour Name 
184*5113495bSYour Name 			SW shall init this to 0, and then never ever change it
185*5113495bSYour Name 
186*5113495bSYour Name 			<legal all>
187*5113495bSYour Name 
188*5113495bSYour Name rx_bitmap_63_32
189*5113495bSYour Name 
190*5113495bSYour Name 			See Rx_bitmap_31_0 description
191*5113495bSYour Name 
192*5113495bSYour Name 			<legal all>
193*5113495bSYour Name 
194*5113495bSYour Name rx_bitmap_95_64
195*5113495bSYour Name 
196*5113495bSYour Name 			See Rx_bitmap_31_0 description
197*5113495bSYour Name 
198*5113495bSYour Name 			<legal all>
199*5113495bSYour Name 
200*5113495bSYour Name rx_bitmap_127_96
201*5113495bSYour Name 
202*5113495bSYour Name 			See Rx_bitmap_31_0 description
203*5113495bSYour Name 
204*5113495bSYour Name 			<legal all>
205*5113495bSYour Name 
206*5113495bSYour Name rx_bitmap_159_128
207*5113495bSYour Name 
208*5113495bSYour Name 			See Rx_bitmap_31_0 description
209*5113495bSYour Name 
210*5113495bSYour Name 			<legal all>
211*5113495bSYour Name 
212*5113495bSYour Name rx_bitmap_191_160
213*5113495bSYour Name 
214*5113495bSYour Name 			See Rx_bitmap_31_0 description
215*5113495bSYour Name 
216*5113495bSYour Name 			<legal all>
217*5113495bSYour Name 
218*5113495bSYour Name rx_bitmap_223_192
219*5113495bSYour Name 
220*5113495bSYour Name 			See Rx_bitmap_31_0 description
221*5113495bSYour Name 
222*5113495bSYour Name 			<legal all>
223*5113495bSYour Name 
224*5113495bSYour Name rx_bitmap_255_224
225*5113495bSYour Name 
226*5113495bSYour Name 			See Rx_bitmap_31_0 description
227*5113495bSYour Name 
228*5113495bSYour Name 			<legal all>
229*5113495bSYour Name 
230*5113495bSYour Name current_mpdu_count
231*5113495bSYour Name 
232*5113495bSYour Name 			The number of MPDUs in the queue.
233*5113495bSYour Name 
234*5113495bSYour Name 
235*5113495bSYour Name 
236*5113495bSYour Name 			<legal all>
237*5113495bSYour Name 
238*5113495bSYour Name current_msdu_count
239*5113495bSYour Name 
240*5113495bSYour Name 			The number of MSDUs in the queue.
241*5113495bSYour Name 
242*5113495bSYour Name 			<legal all>
243*5113495bSYour Name 
244*5113495bSYour Name reserved_18
245*5113495bSYour Name 
246*5113495bSYour Name 			<legal 0>
247*5113495bSYour Name 
248*5113495bSYour Name timeout_count
249*5113495bSYour Name 
250*5113495bSYour Name 			The number of times that REO started forwarding frames
251*5113495bSYour Name 			even though there is a hole in the bitmap. Forwarding reason
252*5113495bSYour Name 			is Timeout
253*5113495bSYour Name 
254*5113495bSYour Name 
255*5113495bSYour Name 
256*5113495bSYour Name 			The counter saturates and freezes at 0x3F
257*5113495bSYour Name 
258*5113495bSYour Name 
259*5113495bSYour Name 
260*5113495bSYour Name 			<legal all>
261*5113495bSYour Name 
262*5113495bSYour Name forward_due_to_bar_count
263*5113495bSYour Name 
264*5113495bSYour Name 			The number of times that REO started forwarding frames
265*5113495bSYour Name 			even though there is a hole in the bitmap. Forwarding reason
266*5113495bSYour Name 			is reception of BAR frame.
267*5113495bSYour Name 
268*5113495bSYour Name 
269*5113495bSYour Name 
270*5113495bSYour Name 			The counter saturates and freezes at 0x3F
271*5113495bSYour Name 
272*5113495bSYour Name 
273*5113495bSYour Name 
274*5113495bSYour Name 			<legal all>
275*5113495bSYour Name 
276*5113495bSYour Name duplicate_count
277*5113495bSYour Name 
278*5113495bSYour Name 			The number of duplicate frames that have been detected
279*5113495bSYour Name 
280*5113495bSYour Name 			<legal all>
281*5113495bSYour Name 
282*5113495bSYour Name frames_in_order_count
283*5113495bSYour Name 
284*5113495bSYour Name 			The number of frames that have been received in order
285*5113495bSYour Name 			(without a hole that prevented them from being forwarded
286*5113495bSYour Name 			immediately)
287*5113495bSYour Name 
288*5113495bSYour Name 
289*5113495bSYour Name 
290*5113495bSYour Name 			This corresponds to the Reorder opcodes:
291*5113495bSYour Name 
292*5113495bSYour Name 			'FWDCUR' and 'FWD BUF'
293*5113495bSYour Name 
294*5113495bSYour Name 
295*5113495bSYour Name 
296*5113495bSYour Name 			<legal all>
297*5113495bSYour Name 
298*5113495bSYour Name bar_received_count
299*5113495bSYour Name 
300*5113495bSYour Name 			The number of times a BAR frame is received.
301*5113495bSYour Name 
302*5113495bSYour Name 
303*5113495bSYour Name 
304*5113495bSYour Name 			This corresponds to the Reorder opcodes with 'DROP'
305*5113495bSYour Name 
306*5113495bSYour Name 
307*5113495bSYour Name 
308*5113495bSYour Name 			The counter saturates and freezes at 0xFF
309*5113495bSYour Name 
310*5113495bSYour Name 			<legal all>
311*5113495bSYour Name 
312*5113495bSYour Name mpdu_frames_processed_count
313*5113495bSYour Name 
314*5113495bSYour Name 			The total number of MPDU frames that have been processed
315*5113495bSYour Name 			by REO. This includes the duplicates.
316*5113495bSYour Name 
317*5113495bSYour Name 
318*5113495bSYour Name 
319*5113495bSYour Name 			<legal all>
320*5113495bSYour Name 
321*5113495bSYour Name msdu_frames_processed_count
322*5113495bSYour Name 
323*5113495bSYour Name 			The total number of MSDU frames that have been processed
324*5113495bSYour Name 			by REO. This includes the duplicates.
325*5113495bSYour Name 
326*5113495bSYour Name 
327*5113495bSYour Name 
328*5113495bSYour Name 			<legal all>
329*5113495bSYour Name 
330*5113495bSYour Name total_processed_byte_count
331*5113495bSYour Name 
332*5113495bSYour Name 			An approximation of the number of bytes received for
333*5113495bSYour Name 			this queue.
334*5113495bSYour Name 
335*5113495bSYour Name 
336*5113495bSYour Name 
337*5113495bSYour Name 			In 64 byte units
338*5113495bSYour Name 
339*5113495bSYour Name 			<legal all>
340*5113495bSYour Name 
341*5113495bSYour Name late_receive_mpdu_count
342*5113495bSYour Name 
343*5113495bSYour Name 			The number of MPDUs received after the window had
344*5113495bSYour Name 			already moved on. The 'late' sequence window is defined as
345*5113495bSYour Name 			(Window SSN - 256) - (Window SSN - 1)
346*5113495bSYour Name 
347*5113495bSYour Name 
348*5113495bSYour Name 
349*5113495bSYour Name 			This corresponds with Out of order detection in
350*5113495bSYour Name 			duplicate detect FSM
351*5113495bSYour Name 
352*5113495bSYour Name 
353*5113495bSYour Name 
354*5113495bSYour Name 			The counter saturates and freezes at 0xFFF
355*5113495bSYour Name 
356*5113495bSYour Name 
357*5113495bSYour Name 
358*5113495bSYour Name 			<legal all>
359*5113495bSYour Name 
360*5113495bSYour Name window_jump_2k
361*5113495bSYour Name 
362*5113495bSYour Name 			The number of times the window moved more then 2K
363*5113495bSYour Name 
364*5113495bSYour Name 
365*5113495bSYour Name 
366*5113495bSYour Name 			The counter saturates and freezes at 0xF
367*5113495bSYour Name 
368*5113495bSYour Name 
369*5113495bSYour Name 
370*5113495bSYour Name 			(Note: field name can not start with number: previous
371*5113495bSYour Name 			2k_window_jump)
372*5113495bSYour Name 
373*5113495bSYour Name 
374*5113495bSYour Name 
375*5113495bSYour Name 			<legal all>
376*5113495bSYour Name 
377*5113495bSYour Name hole_count
378*5113495bSYour Name 
379*5113495bSYour Name 			The number of times a hole was created in the receive
380*5113495bSYour Name 			bitmap.
381*5113495bSYour Name 
382*5113495bSYour Name 
383*5113495bSYour Name 
384*5113495bSYour Name 			This corresponds to the Reorder opcodes with 'QCUR'
385*5113495bSYour Name 
386*5113495bSYour Name 
387*5113495bSYour Name 
388*5113495bSYour Name 			<legal all>
389*5113495bSYour Name 
390*5113495bSYour Name reserved_24a
391*5113495bSYour Name 
392*5113495bSYour Name 			<legal 0>
393*5113495bSYour Name 
394*5113495bSYour Name looping_count
395*5113495bSYour Name 
396*5113495bSYour Name 			A count value that indicates the number of times the
397*5113495bSYour Name 			producer of entries into this Ring has looped around the
398*5113495bSYour Name 			ring.
399*5113495bSYour Name 
400*5113495bSYour Name 			At initialization time, this value is set to 0. On the
401*5113495bSYour Name 			first loop, this value is set to 1. After the max value is
402*5113495bSYour Name 			reached allowed by the number of bits for this field, the
403*5113495bSYour Name 			count value continues with 0 again.
404*5113495bSYour Name 
405*5113495bSYour Name 
406*5113495bSYour Name 
407*5113495bSYour Name 			In case SW is the consumer of the ring entries, it can
408*5113495bSYour Name 			use this field to figure out up to where the producer of
409*5113495bSYour Name 			entries has created new entries. This eliminates the need to
410*5113495bSYour Name 			check where the head pointer' of the ring is located once
411*5113495bSYour Name 			the SW starts processing an interrupt indicating that new
412*5113495bSYour Name 			entries have been put into this ring...
413*5113495bSYour Name 
414*5113495bSYour Name 
415*5113495bSYour Name 
416*5113495bSYour Name 			Also note that SW if it wants only needs to look at the
417*5113495bSYour Name 			LSB bit of this count value.
418*5113495bSYour Name 
419*5113495bSYour Name 			<legal all>
420*5113495bSYour Name */
421*5113495bSYour Name 
422*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_0_UNIFORM_REO_STATUS_HEADER_STATUS_HEADER_OFFSET 0x00000000
423*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_0_UNIFORM_REO_STATUS_HEADER_STATUS_HEADER_LSB 28
424*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_0_UNIFORM_REO_STATUS_HEADER_STATUS_HEADER_MASK 0xffffffff
425*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_1_UNIFORM_REO_STATUS_HEADER_STATUS_HEADER_OFFSET 0x00000004
426*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_1_UNIFORM_REO_STATUS_HEADER_STATUS_HEADER_LSB 28
427*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_1_UNIFORM_REO_STATUS_HEADER_STATUS_HEADER_MASK 0xffffffff
428*5113495bSYour Name 
429*5113495bSYour Name /* Description		REO_GET_QUEUE_STATS_STATUS_2_SSN
430*5113495bSYour Name 
431*5113495bSYour Name 			Starting Sequence number of the session, this changes
432*5113495bSYour Name 			whenever window moves. (can be filled by SW then maintained
433*5113495bSYour Name 			by REO)
434*5113495bSYour Name 
435*5113495bSYour Name 			<legal all>
436*5113495bSYour Name */
437*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_2_SSN_OFFSET                      0x00000008
438*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_2_SSN_LSB                         0
439*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_2_SSN_MASK                        0x00000fff
440*5113495bSYour Name 
441*5113495bSYour Name /* Description		REO_GET_QUEUE_STATS_STATUS_2_CURRENT_INDEX
442*5113495bSYour Name 
443*5113495bSYour Name 			Points to last forwarded packet
444*5113495bSYour Name 
445*5113495bSYour Name 			<legal all>
446*5113495bSYour Name */
447*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_2_CURRENT_INDEX_OFFSET            0x00000008
448*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_2_CURRENT_INDEX_LSB               12
449*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_2_CURRENT_INDEX_MASK              0x000ff000
450*5113495bSYour Name 
451*5113495bSYour Name /* Description		REO_GET_QUEUE_STATS_STATUS_2_RESERVED_2
452*5113495bSYour Name 
453*5113495bSYour Name 			<legal 0>
454*5113495bSYour Name */
455*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_2_RESERVED_2_OFFSET               0x00000008
456*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_2_RESERVED_2_LSB                  20
457*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_2_RESERVED_2_MASK                 0xfff00000
458*5113495bSYour Name 
459*5113495bSYour Name /* Description		REO_GET_QUEUE_STATS_STATUS_3_PN_31_0
460*5113495bSYour Name 
461*5113495bSYour Name 
462*5113495bSYour Name 			<legal all>
463*5113495bSYour Name */
464*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_3_PN_31_0_OFFSET                  0x0000000c
465*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_3_PN_31_0_LSB                     0
466*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_3_PN_31_0_MASK                    0xffffffff
467*5113495bSYour Name 
468*5113495bSYour Name /* Description		REO_GET_QUEUE_STATS_STATUS_4_PN_63_32
469*5113495bSYour Name 
470*5113495bSYour Name 			Bits [63:32] of the PN number.
471*5113495bSYour Name 
472*5113495bSYour Name 			<legal all>
473*5113495bSYour Name */
474*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_4_PN_63_32_OFFSET                 0x00000010
475*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_4_PN_63_32_LSB                    0
476*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_4_PN_63_32_MASK                   0xffffffff
477*5113495bSYour Name 
478*5113495bSYour Name /* Description		REO_GET_QUEUE_STATS_STATUS_5_PN_95_64
479*5113495bSYour Name 
480*5113495bSYour Name 			Bits [95:64] of the PN number.
481*5113495bSYour Name 
482*5113495bSYour Name 			<legal all>
483*5113495bSYour Name */
484*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_5_PN_95_64_OFFSET                 0x00000014
485*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_5_PN_95_64_LSB                    0
486*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_5_PN_95_64_MASK                   0xffffffff
487*5113495bSYour Name 
488*5113495bSYour Name /* Description		REO_GET_QUEUE_STATS_STATUS_6_PN_127_96
489*5113495bSYour Name 
490*5113495bSYour Name 			Bits [127:96] of the PN number.
491*5113495bSYour Name 
492*5113495bSYour Name 			<legal all>
493*5113495bSYour Name */
494*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_6_PN_127_96_OFFSET                0x00000018
495*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_6_PN_127_96_LSB                   0
496*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_6_PN_127_96_MASK                  0xffffffff
497*5113495bSYour Name 
498*5113495bSYour Name /* Description		REO_GET_QUEUE_STATS_STATUS_7_LAST_RX_ENQUEUE_TIMESTAMP
499*5113495bSYour Name 
500*5113495bSYour Name 			Timestamp of arrival of the last MPDU for this queue
501*5113495bSYour Name 
502*5113495bSYour Name 			<legal all>
503*5113495bSYour Name */
504*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_7_LAST_RX_ENQUEUE_TIMESTAMP_OFFSET 0x0000001c
505*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_7_LAST_RX_ENQUEUE_TIMESTAMP_LSB   0
506*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_7_LAST_RX_ENQUEUE_TIMESTAMP_MASK  0xffffffff
507*5113495bSYour Name 
508*5113495bSYour Name /* Description		REO_GET_QUEUE_STATS_STATUS_8_LAST_RX_DEQUEUE_TIMESTAMP
509*5113495bSYour Name 
510*5113495bSYour Name 			Timestamp of forwarding an MPDU
511*5113495bSYour Name 
512*5113495bSYour Name 
513*5113495bSYour Name 
514*5113495bSYour Name 			If the queue is empty when a frame gets received, this
515*5113495bSYour Name 			time shall be initialized to the 'enqueue' timestamp
516*5113495bSYour Name 
517*5113495bSYour Name 
518*5113495bSYour Name 
519*5113495bSYour Name 			Used for aging
520*5113495bSYour Name 
521*5113495bSYour Name 			<legal all>
522*5113495bSYour Name */
523*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_8_LAST_RX_DEQUEUE_TIMESTAMP_OFFSET 0x00000020
524*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_8_LAST_RX_DEQUEUE_TIMESTAMP_LSB   0
525*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_8_LAST_RX_DEQUEUE_TIMESTAMP_MASK  0xffffffff
526*5113495bSYour Name 
527*5113495bSYour Name /* Description		REO_GET_QUEUE_STATS_STATUS_9_RX_BITMAP_31_0
528*5113495bSYour Name 
529*5113495bSYour Name 			When a bit is set, the corresponding frame is currently
530*5113495bSYour Name 			held in the re-order queue.
531*5113495bSYour Name 
532*5113495bSYour Name 			The bitmap  is Fully managed by HW.
533*5113495bSYour Name 
534*5113495bSYour Name 			SW shall init this to 0, and then never ever change it
535*5113495bSYour Name 
536*5113495bSYour Name 			<legal all>
537*5113495bSYour Name */
538*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_9_RX_BITMAP_31_0_OFFSET           0x00000024
539*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_9_RX_BITMAP_31_0_LSB              0
540*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_9_RX_BITMAP_31_0_MASK             0xffffffff
541*5113495bSYour Name 
542*5113495bSYour Name /* Description		REO_GET_QUEUE_STATS_STATUS_10_RX_BITMAP_63_32
543*5113495bSYour Name 
544*5113495bSYour Name 			See Rx_bitmap_31_0 description
545*5113495bSYour Name 
546*5113495bSYour Name 			<legal all>
547*5113495bSYour Name */
548*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_10_RX_BITMAP_63_32_OFFSET         0x00000028
549*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_10_RX_BITMAP_63_32_LSB            0
550*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_10_RX_BITMAP_63_32_MASK           0xffffffff
551*5113495bSYour Name 
552*5113495bSYour Name /* Description		REO_GET_QUEUE_STATS_STATUS_11_RX_BITMAP_95_64
553*5113495bSYour Name 
554*5113495bSYour Name 			See Rx_bitmap_31_0 description
555*5113495bSYour Name 
556*5113495bSYour Name 			<legal all>
557*5113495bSYour Name */
558*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_11_RX_BITMAP_95_64_OFFSET         0x0000002c
559*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_11_RX_BITMAP_95_64_LSB            0
560*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_11_RX_BITMAP_95_64_MASK           0xffffffff
561*5113495bSYour Name 
562*5113495bSYour Name /* Description		REO_GET_QUEUE_STATS_STATUS_12_RX_BITMAP_127_96
563*5113495bSYour Name 
564*5113495bSYour Name 			See Rx_bitmap_31_0 description
565*5113495bSYour Name 
566*5113495bSYour Name 			<legal all>
567*5113495bSYour Name */
568*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_12_RX_BITMAP_127_96_OFFSET        0x00000030
569*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_12_RX_BITMAP_127_96_LSB           0
570*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_12_RX_BITMAP_127_96_MASK          0xffffffff
571*5113495bSYour Name 
572*5113495bSYour Name /* Description		REO_GET_QUEUE_STATS_STATUS_13_RX_BITMAP_159_128
573*5113495bSYour Name 
574*5113495bSYour Name 			See Rx_bitmap_31_0 description
575*5113495bSYour Name 
576*5113495bSYour Name 			<legal all>
577*5113495bSYour Name */
578*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_13_RX_BITMAP_159_128_OFFSET       0x00000034
579*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_13_RX_BITMAP_159_128_LSB          0
580*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_13_RX_BITMAP_159_128_MASK         0xffffffff
581*5113495bSYour Name 
582*5113495bSYour Name /* Description		REO_GET_QUEUE_STATS_STATUS_14_RX_BITMAP_191_160
583*5113495bSYour Name 
584*5113495bSYour Name 			See Rx_bitmap_31_0 description
585*5113495bSYour Name 
586*5113495bSYour Name 			<legal all>
587*5113495bSYour Name */
588*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_14_RX_BITMAP_191_160_OFFSET       0x00000038
589*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_14_RX_BITMAP_191_160_LSB          0
590*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_14_RX_BITMAP_191_160_MASK         0xffffffff
591*5113495bSYour Name 
592*5113495bSYour Name /* Description		REO_GET_QUEUE_STATS_STATUS_15_RX_BITMAP_223_192
593*5113495bSYour Name 
594*5113495bSYour Name 			See Rx_bitmap_31_0 description
595*5113495bSYour Name 
596*5113495bSYour Name 			<legal all>
597*5113495bSYour Name */
598*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_15_RX_BITMAP_223_192_OFFSET       0x0000003c
599*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_15_RX_BITMAP_223_192_LSB          0
600*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_15_RX_BITMAP_223_192_MASK         0xffffffff
601*5113495bSYour Name 
602*5113495bSYour Name /* Description		REO_GET_QUEUE_STATS_STATUS_16_RX_BITMAP_255_224
603*5113495bSYour Name 
604*5113495bSYour Name 			See Rx_bitmap_31_0 description
605*5113495bSYour Name 
606*5113495bSYour Name 			<legal all>
607*5113495bSYour Name */
608*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_16_RX_BITMAP_255_224_OFFSET       0x00000040
609*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_16_RX_BITMAP_255_224_LSB          0
610*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_16_RX_BITMAP_255_224_MASK         0xffffffff
611*5113495bSYour Name 
612*5113495bSYour Name /* Description		REO_GET_QUEUE_STATS_STATUS_17_CURRENT_MPDU_COUNT
613*5113495bSYour Name 
614*5113495bSYour Name 			The number of MPDUs in the queue.
615*5113495bSYour Name 
616*5113495bSYour Name 
617*5113495bSYour Name 
618*5113495bSYour Name 			<legal all>
619*5113495bSYour Name */
620*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_17_CURRENT_MPDU_COUNT_OFFSET      0x00000044
621*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_17_CURRENT_MPDU_COUNT_LSB         0
622*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_17_CURRENT_MPDU_COUNT_MASK        0x0000007f
623*5113495bSYour Name 
624*5113495bSYour Name /* Description		REO_GET_QUEUE_STATS_STATUS_17_CURRENT_MSDU_COUNT
625*5113495bSYour Name 
626*5113495bSYour Name 			The number of MSDUs in the queue.
627*5113495bSYour Name 
628*5113495bSYour Name 			<legal all>
629*5113495bSYour Name */
630*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_17_CURRENT_MSDU_COUNT_OFFSET      0x00000044
631*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_17_CURRENT_MSDU_COUNT_LSB         7
632*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_17_CURRENT_MSDU_COUNT_MASK        0xffffff80
633*5113495bSYour Name 
634*5113495bSYour Name /* Description		REO_GET_QUEUE_STATS_STATUS_18_RESERVED_18
635*5113495bSYour Name 
636*5113495bSYour Name 			<legal 0>
637*5113495bSYour Name */
638*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_18_RESERVED_18_OFFSET             0x00000048
639*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_18_RESERVED_18_LSB                0
640*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_18_RESERVED_18_MASK               0x0000000f
641*5113495bSYour Name 
642*5113495bSYour Name /* Description		REO_GET_QUEUE_STATS_STATUS_18_TIMEOUT_COUNT
643*5113495bSYour Name 
644*5113495bSYour Name 			The number of times that REO started forwarding frames
645*5113495bSYour Name 			even though there is a hole in the bitmap. Forwarding reason
646*5113495bSYour Name 			is Timeout
647*5113495bSYour Name 
648*5113495bSYour Name 
649*5113495bSYour Name 
650*5113495bSYour Name 			The counter saturates and freezes at 0x3F
651*5113495bSYour Name 
652*5113495bSYour Name 
653*5113495bSYour Name 
654*5113495bSYour Name 			<legal all>
655*5113495bSYour Name */
656*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_18_TIMEOUT_COUNT_OFFSET           0x00000048
657*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_18_TIMEOUT_COUNT_LSB              4
658*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_18_TIMEOUT_COUNT_MASK             0x000003f0
659*5113495bSYour Name 
660*5113495bSYour Name /* Description		REO_GET_QUEUE_STATS_STATUS_18_FORWARD_DUE_TO_BAR_COUNT
661*5113495bSYour Name 
662*5113495bSYour Name 			The number of times that REO started forwarding frames
663*5113495bSYour Name 			even though there is a hole in the bitmap. Forwarding reason
664*5113495bSYour Name 			is reception of BAR frame.
665*5113495bSYour Name 
666*5113495bSYour Name 
667*5113495bSYour Name 
668*5113495bSYour Name 			The counter saturates and freezes at 0x3F
669*5113495bSYour Name 
670*5113495bSYour Name 
671*5113495bSYour Name 
672*5113495bSYour Name 			<legal all>
673*5113495bSYour Name */
674*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_18_FORWARD_DUE_TO_BAR_COUNT_OFFSET 0x00000048
675*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_18_FORWARD_DUE_TO_BAR_COUNT_LSB   10
676*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_18_FORWARD_DUE_TO_BAR_COUNT_MASK  0x0000fc00
677*5113495bSYour Name 
678*5113495bSYour Name /* Description		REO_GET_QUEUE_STATS_STATUS_18_DUPLICATE_COUNT
679*5113495bSYour Name 
680*5113495bSYour Name 			The number of duplicate frames that have been detected
681*5113495bSYour Name 
682*5113495bSYour Name 			<legal all>
683*5113495bSYour Name */
684*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_18_DUPLICATE_COUNT_OFFSET         0x00000048
685*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_18_DUPLICATE_COUNT_LSB            16
686*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_18_DUPLICATE_COUNT_MASK           0xffff0000
687*5113495bSYour Name 
688*5113495bSYour Name /* Description		REO_GET_QUEUE_STATS_STATUS_19_FRAMES_IN_ORDER_COUNT
689*5113495bSYour Name 
690*5113495bSYour Name 			The number of frames that have been received in order
691*5113495bSYour Name 			(without a hole that prevented them from being forwarded
692*5113495bSYour Name 			immediately)
693*5113495bSYour Name 
694*5113495bSYour Name 
695*5113495bSYour Name 
696*5113495bSYour Name 			This corresponds to the Reorder opcodes:
697*5113495bSYour Name 
698*5113495bSYour Name 			'FWDCUR' and 'FWD BUF'
699*5113495bSYour Name 
700*5113495bSYour Name 
701*5113495bSYour Name 
702*5113495bSYour Name 			<legal all>
703*5113495bSYour Name */
704*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_19_FRAMES_IN_ORDER_COUNT_OFFSET   0x0000004c
705*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_19_FRAMES_IN_ORDER_COUNT_LSB      0
706*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_19_FRAMES_IN_ORDER_COUNT_MASK     0x00ffffff
707*5113495bSYour Name 
708*5113495bSYour Name /* Description		REO_GET_QUEUE_STATS_STATUS_19_BAR_RECEIVED_COUNT
709*5113495bSYour Name 
710*5113495bSYour Name 			The number of times a BAR frame is received.
711*5113495bSYour Name 
712*5113495bSYour Name 
713*5113495bSYour Name 
714*5113495bSYour Name 			This corresponds to the Reorder opcodes with 'DROP'
715*5113495bSYour Name 
716*5113495bSYour Name 
717*5113495bSYour Name 
718*5113495bSYour Name 			The counter saturates and freezes at 0xFF
719*5113495bSYour Name 
720*5113495bSYour Name 			<legal all>
721*5113495bSYour Name */
722*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_19_BAR_RECEIVED_COUNT_OFFSET      0x0000004c
723*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_19_BAR_RECEIVED_COUNT_LSB         24
724*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_19_BAR_RECEIVED_COUNT_MASK        0xff000000
725*5113495bSYour Name 
726*5113495bSYour Name /* Description		REO_GET_QUEUE_STATS_STATUS_20_MPDU_FRAMES_PROCESSED_COUNT
727*5113495bSYour Name 
728*5113495bSYour Name 			The total number of MPDU frames that have been processed
729*5113495bSYour Name 			by REO. This includes the duplicates.
730*5113495bSYour Name 
731*5113495bSYour Name 
732*5113495bSYour Name 
733*5113495bSYour Name 			<legal all>
734*5113495bSYour Name */
735*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_20_MPDU_FRAMES_PROCESSED_COUNT_OFFSET 0x00000050
736*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_20_MPDU_FRAMES_PROCESSED_COUNT_LSB 0
737*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_20_MPDU_FRAMES_PROCESSED_COUNT_MASK 0xffffffff
738*5113495bSYour Name 
739*5113495bSYour Name /* Description		REO_GET_QUEUE_STATS_STATUS_21_MSDU_FRAMES_PROCESSED_COUNT
740*5113495bSYour Name 
741*5113495bSYour Name 			The total number of MSDU frames that have been processed
742*5113495bSYour Name 			by REO. This includes the duplicates.
743*5113495bSYour Name 
744*5113495bSYour Name 
745*5113495bSYour Name 
746*5113495bSYour Name 			<legal all>
747*5113495bSYour Name */
748*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_21_MSDU_FRAMES_PROCESSED_COUNT_OFFSET 0x00000054
749*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_21_MSDU_FRAMES_PROCESSED_COUNT_LSB 0
750*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_21_MSDU_FRAMES_PROCESSED_COUNT_MASK 0xffffffff
751*5113495bSYour Name 
752*5113495bSYour Name /* Description		REO_GET_QUEUE_STATS_STATUS_22_TOTAL_PROCESSED_BYTE_COUNT
753*5113495bSYour Name 
754*5113495bSYour Name 			An approximation of the number of bytes received for
755*5113495bSYour Name 			this queue.
756*5113495bSYour Name 
757*5113495bSYour Name 
758*5113495bSYour Name 
759*5113495bSYour Name 			In 64 byte units
760*5113495bSYour Name 
761*5113495bSYour Name 			<legal all>
762*5113495bSYour Name */
763*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_22_TOTAL_PROCESSED_BYTE_COUNT_OFFSET 0x00000058
764*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_22_TOTAL_PROCESSED_BYTE_COUNT_LSB 0
765*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_22_TOTAL_PROCESSED_BYTE_COUNT_MASK 0xffffffff
766*5113495bSYour Name 
767*5113495bSYour Name /* Description		REO_GET_QUEUE_STATS_STATUS_23_LATE_RECEIVE_MPDU_COUNT
768*5113495bSYour Name 
769*5113495bSYour Name 			The number of MPDUs received after the window had
770*5113495bSYour Name 			already moved on. The 'late' sequence window is defined as
771*5113495bSYour Name 			(Window SSN - 256) - (Window SSN - 1)
772*5113495bSYour Name 
773*5113495bSYour Name 
774*5113495bSYour Name 
775*5113495bSYour Name 			This corresponds with Out of order detection in
776*5113495bSYour Name 			duplicate detect FSM
777*5113495bSYour Name 
778*5113495bSYour Name 
779*5113495bSYour Name 
780*5113495bSYour Name 			The counter saturates and freezes at 0xFFF
781*5113495bSYour Name 
782*5113495bSYour Name 
783*5113495bSYour Name 
784*5113495bSYour Name 			<legal all>
785*5113495bSYour Name */
786*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_23_LATE_RECEIVE_MPDU_COUNT_OFFSET 0x0000005c
787*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_23_LATE_RECEIVE_MPDU_COUNT_LSB    0
788*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_23_LATE_RECEIVE_MPDU_COUNT_MASK   0x00000fff
789*5113495bSYour Name 
790*5113495bSYour Name /* Description		REO_GET_QUEUE_STATS_STATUS_23_WINDOW_JUMP_2K
791*5113495bSYour Name 
792*5113495bSYour Name 			The number of times the window moved more then 2K
793*5113495bSYour Name 
794*5113495bSYour Name 
795*5113495bSYour Name 
796*5113495bSYour Name 			The counter saturates and freezes at 0xF
797*5113495bSYour Name 
798*5113495bSYour Name 
799*5113495bSYour Name 
800*5113495bSYour Name 			(Note: field name can not start with number: previous
801*5113495bSYour Name 			2k_window_jump)
802*5113495bSYour Name 
803*5113495bSYour Name 
804*5113495bSYour Name 
805*5113495bSYour Name 			<legal all>
806*5113495bSYour Name */
807*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_23_WINDOW_JUMP_2K_OFFSET          0x0000005c
808*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_23_WINDOW_JUMP_2K_LSB             12
809*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_23_WINDOW_JUMP_2K_MASK            0x0000f000
810*5113495bSYour Name 
811*5113495bSYour Name /* Description		REO_GET_QUEUE_STATS_STATUS_23_HOLE_COUNT
812*5113495bSYour Name 
813*5113495bSYour Name 			The number of times a hole was created in the receive
814*5113495bSYour Name 			bitmap.
815*5113495bSYour Name 
816*5113495bSYour Name 
817*5113495bSYour Name 
818*5113495bSYour Name 			This corresponds to the Reorder opcodes with 'QCUR'
819*5113495bSYour Name 
820*5113495bSYour Name 
821*5113495bSYour Name 
822*5113495bSYour Name 			<legal all>
823*5113495bSYour Name */
824*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_23_HOLE_COUNT_OFFSET              0x0000005c
825*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_23_HOLE_COUNT_LSB                 16
826*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_23_HOLE_COUNT_MASK                0xffff0000
827*5113495bSYour Name 
828*5113495bSYour Name /* Description		REO_GET_QUEUE_STATS_STATUS_24_RESERVED_24A
829*5113495bSYour Name 
830*5113495bSYour Name 			<legal 0>
831*5113495bSYour Name */
832*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_24_RESERVED_24A_OFFSET            0x00000060
833*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_24_RESERVED_24A_LSB               0
834*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_24_RESERVED_24A_MASK              0x0fffffff
835*5113495bSYour Name 
836*5113495bSYour Name /* Description		REO_GET_QUEUE_STATS_STATUS_24_LOOPING_COUNT
837*5113495bSYour Name 
838*5113495bSYour Name 			A count value that indicates the number of times the
839*5113495bSYour Name 			producer of entries into this Ring has looped around the
840*5113495bSYour Name 			ring.
841*5113495bSYour Name 
842*5113495bSYour Name 			At initialization time, this value is set to 0. On the
843*5113495bSYour Name 			first loop, this value is set to 1. After the max value is
844*5113495bSYour Name 			reached allowed by the number of bits for this field, the
845*5113495bSYour Name 			count value continues with 0 again.
846*5113495bSYour Name 
847*5113495bSYour Name 
848*5113495bSYour Name 
849*5113495bSYour Name 			In case SW is the consumer of the ring entries, it can
850*5113495bSYour Name 			use this field to figure out up to where the producer of
851*5113495bSYour Name 			entries has created new entries. This eliminates the need to
852*5113495bSYour Name 			check where the head pointer' of the ring is located once
853*5113495bSYour Name 			the SW starts processing an interrupt indicating that new
854*5113495bSYour Name 			entries have been put into this ring...
855*5113495bSYour Name 
856*5113495bSYour Name 
857*5113495bSYour Name 
858*5113495bSYour Name 			Also note that SW if it wants only needs to look at the
859*5113495bSYour Name 			LSB bit of this count value.
860*5113495bSYour Name 
861*5113495bSYour Name 			<legal all>
862*5113495bSYour Name */
863*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_24_LOOPING_COUNT_OFFSET           0x00000060
864*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_24_LOOPING_COUNT_LSB              28
865*5113495bSYour Name #define REO_GET_QUEUE_STATS_STATUS_24_LOOPING_COUNT_MASK             0xf0000000
866*5113495bSYour Name 
867*5113495bSYour Name 
868*5113495bSYour Name #endif // _REO_GET_QUEUE_STATS_STATUS_H_
869