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