xref: /wlan-dirver/qca-wifi-host-cmn/dp/inc/cdp_txrx_stats_struct.h (revision dae10a5fbc53d54c53c4ba24fa018ad8b1e7c008)
1 /*
2  * Copyright (c) 2016-2018 The Linux Foundation. All rights reserved.
3  *
4  * Permission to use, copy, modify, and/or distribute this software for
5  * any purpose with or without fee is hereby granted, provided that the
6  * above copyright notice and this permission notice appear in all
7  * copies.
8  *
9  * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
10  * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
11  * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
12  * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
13  * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
14  * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
15  * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
16  * PERFORMANCE OF THIS SOFTWARE.
17  */
18 
19 /**
20  * @file cdp_txrx_stats_struct.h
21  * @brief Define the host data path stats API functions
22  * called by the host control SW and the OS interface module
23  */
24 #ifndef _CDP_TXRX_STATS_STRUCT_H_
25 #define _CDP_TXRX_STATS_STRUCT_H_
26 #ifndef CONFIG_WIN
27 #include <wlan_defs.h>
28 #endif
29 
30 #define TXRX_STATS_LEVEL_OFF   0
31 #define TXRX_STATS_LEVEL_BASIC 1
32 #define TXRX_STATS_LEVEL_FULL  2
33 
34 #define BSS_CHAN_INFO_READ                        1
35 #define BSS_CHAN_INFO_READ_AND_CLEAR              2
36 
37 #define TX_FRAME_TYPE_DATA 0
38 #define TX_FRAME_TYPE_MGMT 1
39 #define TX_FRAME_TYPE_BEACON 2
40 
41 #ifndef TXRX_STATS_LEVEL
42 #define TXRX_STATS_LEVEL TXRX_STATS_LEVEL_BASIC
43 #endif
44 
45 /* 1 additional MCS is for invalid values */
46 #define MAX_MCS (12 + 1)
47 #define MAX_MCS_11A 8
48 #define MAX_MCS_11B 7
49 #define MAX_MCS_11AC 12
50 /* 1 additional GI is for invalid values */
51 #define MAX_GI (4 + 1)
52 #define SS_COUNT 8
53 #define MAX_BW 7
54 #define MAX_RECEPTION_TYPES 4
55 
56 /* WME stream classes */
57 #define WME_AC_BE    0    /* best effort */
58 #define WME_AC_BK    1    /* background */
59 #define WME_AC_VI    2    /* video */
60 #define WME_AC_VO    3    /* voice */
61 #define WME_AC_MAX   4    /* MAX AC Value */
62 
63 #define CDP_MAX_RX_RINGS 4
64 
65 /* TID level VoW stats macros
66  * to add and get stats
67  */
68 #define PFLOW_TXRX_TIDQ_STATS_ADD(_peer, _tid, _var, _val) \
69 	(((_peer)->tidq_stats[_tid]).stats[_var]) += _val
70 #define PFLOW_TXRX_TIDQ_STATS_GET(_peer, _tid, _var, _val) \
71 	((_peer)->tidq_stats[_tid].stats[_var])
72 /*
73  * Video only stats
74  */
75 #define PFLOW_CTRL_PDEV_VIDEO_STATS_SET(_pdev, _var, _val) \
76 	(((_pdev)->vow.vistats[_var]).value) = _val
77 #define PFLOW_CTRL_PDEV_VIDEO_STATS_GET(_pdev, _var) \
78 	((_pdev)->vow.vistats[_var].value)
79 #define PFLOW_CTRL_PDEV_VIDEO_STATS_ADD(_pdev, _var, _val) \
80 	(((_pdev)->vow.vistats[_var]).value) += _val
81 /*
82  * video delay stats
83  */
84 #define PFLOW_CTRL_PDEV_DELAY_VIDEO_STATS_SET(_pdev, _var, _val) \
85 	(((_pdev)->vow.delaystats[_var]).value) = _val
86 #define PFLOW_CTRL_PDEV_DELAY_VIDEO_STATS_GET(_pdev, _var) \
87 	((_pdev)->vow.delaystats[_var].value)
88 #define PFLOW_CTRL_PDEV_DELAY_VIDEO_STATS_ADD(_pdev, _var, _val) \
89 	(((_pdev)->vow.delaystats[_var]).value) += _val
90 /*
91  * Number of TLVs sent by FW. Needs to reflect
92  * HTT_PPDU_STATS_MAX_TAG declared in FW
93  */
94 #define CDP_PPDU_STATS_MAX_TAG 14
95 
96 /* Different Packet Types */
97 enum cdp_packet_type {
98 	DOT11_A = 0,
99 	DOT11_B = 1,
100 	DOT11_N = 2,
101 	DOT11_AC = 3,
102 	DOT11_AX = 4,
103 	DOT11_MAX = 5,
104 };
105 
106 /* TID level Tx/Rx stats
107  *
108  */
109 enum cdp_txrx_tidq_stats {
110 	/* Tx Counters */
111 	TX_MSDU_TOTAL_LINUX_SUBSYSTEM,
112 	TX_MSDU_TOTAL_FROM_OSIF,
113 	TX_MSDU_TX_COMP_PKT_CNT,
114 	/* Rx Counters */
115 	RX_MSDU_TOTAL_FROM_FW,
116 	RX_MSDU_MCAST_FROM_FW,
117 	RX_TID_MISMATCH_FROM_FW,
118 	RX_MSDU_MISC_PKTS,
119 	RX_MSDU_IS_ARP,
120 	RX_MSDU_IS_EAP,
121 	RX_MSDU_IS_DHCP,
122 	RX_AGGREGATE_10,
123 	RX_AGGREGATE_20,
124 	RX_AGGREGATE_30,
125 	RX_AGGREGATE_40,
126 	RX_AGGREGATE_50,
127 	RX_AGGREGATE_60,
128 	RX_AGGREGATE_MORE,
129 	RX_AMSDU_1,
130 	RX_AMSDU_2,
131 	RX_AMSDU_3,
132 	RX_AMSDU_4,
133 	RX_AMSDU_MORE,
134 	RX_MSDU_CHAINED_FROM_FW,
135 	RX_MSDU_REORDER_FAILED_FROM_FW,
136 	RX_MSDU_REORDER_FLUSHED_FROM_FW,
137 	RX_MSDU_DISCARD_FROM_FW,
138 	RX_MSDU_DUPLICATE_FROM_FW,
139 	RX_MSDU_DELIVERED_TO_STACK,
140 	TIDQ_STATS_MAX,
141 };
142 
143 struct cdp_tidq_stats {
144 	uint32_t stats[TIDQ_STATS_MAX];
145 };
146 
147 /* struct cdp_pkt_info - packet info
148  * @num: no of packets
149  * @bytes: total no of bytes
150  */
151 struct cdp_pkt_info {
152 	uint32_t num;
153 	uint64_t bytes;
154 };
155 
156 /* struct cdp_pkt_type - packet type
157  * @mcs_count: Counter array for each MCS index
158  */
159 struct cdp_pkt_type {
160 	uint32_t mcs_count[MAX_MCS];
161 };
162 
163 /* struct cdp_tx_stats - tx stats
164  * @cdp_pkt_info comp_pkt: Pkt Info for which completions were received
165  * @cdp_pkt_info ucast: Unicast Packet Count
166  * @cdp_pkt_info mcast: Multicast Packet Count
167  * @cdp_pkt_info bcast: Broadcast Packet Count
168  * @cdp_pkt_info nawds_mcast: NAWDS  Multicast Packet Count
169  * @nawds_mcast_drop: NAWDS  Multicast Drop Count
170  * @cdp_pkt_info tx_success: Successful Tx Packets
171  * @tx_failed: Total Tx failure
172  * @ofdma: Total Packets as ofdma
173  * @stbc: Packets in STBC
174  * @ldpc: Packets in LDPC
175  * @retries: Packet retries
176  * @non_amsdu_cnt: Number of MSDUs with no MSDU level aggregation
177  * @amsdu_cnt: Number of MSDUs part of AMSDU
178  * @tx_rate: Tx Rate
179  * @last_tx_rate: Last tx rate for unicast packets
180  * @last_tx_rate_mcs: Tx rate mcs for unicast packets
181  * @mcast_last_tx_rate: Last tx rate for multicast packets
182  * @mcast_last_tx_rate_mcs: Last tx rate mcs for multicast
183  * @last_per: Tx Per
184  * @rnd_avg_tx_rate: Rounded average tx rate
185  * @avg_tx_rate: Average TX rate
186  * @last_ack_rssi: RSSI of last acked packet
187  * @tx_bytes_success_last: last Tx success bytes
188  * @tx_data_success_last: last Tx success data
189  * @tx_byte_rate: Bytes Trasmitted in last one sec
190  * @tx_data_rate: Data Transmitted in last one sec
191  * @sgi_count[MAX_GI]: SGI count
192  * @nss[SS_COUNT]: Packet count for different num_spatial_stream values
193  * @bw[MAX_BW]: Packet Count for different bandwidths
194  * @wme_ac_type[WME_AC_MAX]: Wireless Multimedia type Count
195  * @excess_retries_per_ac[WME_AC_MAX]: Wireless Multimedia type Count
196  * @fw_rem: Discarded by firmware
197  * @fw_rem_notx: firmware_discard_untransmitted
198  * @fw_rem_tx: firmware_discard_transmitted
199  * @age_out: aged out in mpdu/msdu queues
200  * @fw_reason1: discarded by firmware reason 1
201  * @fw_reason2: discarded by firmware reason 2
202  * @fw_reason3: discarded by firmware reason 3
203  * @mcs_count: MCS Count
204  * @dot11_tx_pkts: dot11 tx packets
205  * @an_tx_cnt: ald tx count
206  * @an_tx_rates_used: ald rx rate used
207  * @an_tx_bytes: ald tx bytes
208  * @ald_txcount: ald tx count
209  * @ald_lastper: ald last PER
210  * @ald_max4msframelen: ald max frame len
211  * @an_tx_ratecount: ald tx ratecount
212  * @ald_retries: ald retries
213  * @ald_ac_nobufs: #buffer overflows per node per AC
214  * @ald_ac_excretries: #pkts dropped after excessive retries per node per AC
215  * @rssi_chain: rssi chain
216  * @inactive_time: inactive time in secs
217  * @tx_ratecode: Tx rate code of last frame
218  * @tx_flags: tx flags
219  * @tx_power: Tx power latest
220  * @is_tx_no_ack: no ack received
221  * @is_tx_nodefkey: tx failed 'cuz no defkey
222  * @is_tx_noheadroom: tx failed 'cuz no space
223  * @is_crypto_enmicfail:
224  * @is_tx_nonode: tx failed for no node
225  * @is_tx_unknownmgt: tx of unknown mgt frame
226  * @is_tx_badcipher: tx failed 'cuz key type
227  * @ampdu_cnt: completion of aggregation
228  * @non_ampdu_cnt: tx completion not aggregated
229  */
230 struct cdp_tx_stats {
231 	struct cdp_pkt_info comp_pkt;
232 	struct cdp_pkt_info ucast;
233 	struct cdp_pkt_info mcast;
234 	struct cdp_pkt_info bcast;
235 	struct cdp_pkt_info nawds_mcast;
236 	uint32_t nawds_mcast_drop;
237 	struct cdp_pkt_info tx_success;
238 	uint32_t tx_failed;
239 	uint32_t ofdma;
240 	uint32_t stbc;
241 	uint32_t ldpc;
242 	uint32_t retries;
243 	uint32_t non_amsdu_cnt;
244 	uint32_t amsdu_cnt;
245 	uint32_t tx_rate;
246 	uint32_t last_tx_rate;
247 	uint32_t last_tx_rate_mcs;
248 	uint32_t mcast_last_tx_rate;
249 	uint32_t mcast_last_tx_rate_mcs;
250 	uint32_t last_per;
251 	uint32_t rnd_avg_tx_rate;
252 	uint32_t avg_tx_rate;
253 	uint32_t last_ack_rssi;
254 	uint32_t tx_bytes_success_last;
255 	uint32_t tx_data_success_last;
256 	uint32_t tx_byte_rate;
257 	uint32_t tx_data_rate;
258 	struct cdp_pkt_type pkt_type[DOT11_MAX];
259 	uint32_t sgi_count[MAX_GI];
260 
261 	uint32_t nss[SS_COUNT];
262 
263 	uint32_t bw[MAX_BW];
264 
265 	uint32_t wme_ac_type[WME_AC_MAX];
266 
267 	uint32_t excess_retries_per_ac[WME_AC_MAX];
268 
269 	struct {
270 		uint32_t fw_rem;
271 		uint32_t fw_rem_notx;
272 		uint32_t fw_rem_tx;
273 		uint32_t age_out;
274 		uint32_t fw_reason1;
275 		uint32_t fw_reason2;
276 		uint32_t fw_reason3;
277 	} dropped;
278 
279 	struct cdp_pkt_info dot11_tx_pkts;
280 
281 	uint32_t fw_tx_cnt;
282 	uint32_t fw_tx_rates_used;
283 	uint32_t fw_tx_bytes;
284 	uint32_t fw_txcount;
285 	uint32_t fw_max4msframelen;
286 	uint32_t fw_ratecount;
287 
288 	uint32_t ac_nobufs[WME_AC_MAX];
289 	uint32_t rssi_chain[WME_AC_MAX];
290 	uint32_t inactive_time;
291 
292 	uint32_t tx_ratecode;
293 	uint32_t tx_flags;
294 	uint32_t tx_power;
295 
296 	/* MSDUs which the target sent but couldn't get an ack for */
297 	struct cdp_pkt_info is_tx_no_ack;
298 
299 	/*add for peer and upadted from ppdu*/
300 	uint32_t ampdu_cnt;
301 	uint32_t non_ampdu_cnt;
302 };
303 
304 /* struct cdp_rx_stats - rx Level Stats
305  * @to_stack: Total packets sent up the stack
306  * @rcvd_reo[CDP_MAX_RX_RINGS]:  Packets received on the reo ring
307  * @unicast: Total unicast packets
308  * @multicast: Total multicast packets
309  * @bcast:  Broadcast Packet Count
310  * @raw: Raw Pakets received
311  * @nawds_mcast_drop: Total multicast packets
312  * @pkts: Intra BSS packets received
313  * @fail: Intra BSS packets failed
314  * @mic_err: Rx MIC errors CCMP
315  * @decrypt_err: Rx Decryption Errors CRC
316  * @fcserr: rx MIC check failed (CCMP)
317  * @wme_ac_type[WME_AC_MAX]: Wireless Multimedia type Count
318  * @reception_type[MAX_RECEPTION_TYPES]: Reception type os packets
319  * @mcs_count[MAX_MCS]: mcs count
320  * @sgi_count[MAX_GI]: sgi count
321  * @nss[SS_COUNT]: Packet count in spatiel Streams
322  * @bw[MAX_BW]:  Packet Count in different bandwidths
323  * @non_ampdu_cnt: Number of MSDUs with no MPDU level aggregation
324  * @ampdu_cnt: Number of MSDUs part of AMSPU
325  * @non_amsdu_cnt: Number of MSDUs with no MSDU level aggregation
326  * @amsdu_cnt: Number of MSDUs part of AMSDU
327  * @bar_recv_cnt: Number of bar received
328  * @rssi: RSSI of received signal
329  * @last_rssi: Previous rssi
330  * @rx_rate: Rx rate
331  * @last_rx_rate: Previous rx rate
332  * @rnd_avg_rx_rate: Rounded average rx rate
333  * @avg_rx_rate:  Average Rx rate
334  * @dot11_rx_pkts: dot11 rx packets
335  * @rx_bytes_last: last Rx success bytes
336  * @rx_data_last: last rx success data
337  * @rx_byte_rate: bytes received in last one sec
338  * @rx_data_rate: data received in last one sec
339  * @rx_retries: retries of packet in rx
340  * @rx_mpdus: mpdu in rx
341  * @rx_ppdus: ppdu in rx
342  * @is_rx_tooshort: tooshort
343  * @is_rx_decap: rx decap
344  * @rx_ccmpmic: rx MIC check failed (CCMP)
345  * @rx_tkipmic: rx MIC check failed (TKIP)
346  * @rx_tkipicv: rx ICV check failed (TKIP)
347  * @rx_wpimic: rx MIC check failed (WPI)
348  * @rx_wepfail: rx wep processing failed
349  * @rx_aggr: aggregation on rx
350  * @rx_discard: packets discard in rx
351  */
352 struct cdp_rx_stats {
353 	struct cdp_pkt_info to_stack;
354 	struct cdp_pkt_info rcvd_reo[CDP_MAX_RX_RINGS];
355 	struct cdp_pkt_info unicast;
356 	struct cdp_pkt_info multicast;
357 	struct cdp_pkt_info bcast;
358 	struct cdp_pkt_info raw;
359 	uint32_t nawds_mcast_drop;
360 	struct {
361 		struct cdp_pkt_info pkts;
362 		struct cdp_pkt_info fail;
363 	} intra_bss;
364 
365 	struct {
366 		uint32_t mic_err;
367 		uint32_t decrypt_err;
368 		uint32_t fcserr;
369 	} err;
370 
371 	uint32_t wme_ac_type[WME_AC_MAX];
372 	uint32_t reception_type[MAX_RECEPTION_TYPES];
373 	struct cdp_pkt_type pkt_type[DOT11_MAX];
374 	uint32_t sgi_count[MAX_GI];
375 	uint32_t nss[SS_COUNT];
376 	uint32_t bw[MAX_BW];
377 	uint32_t non_ampdu_cnt;
378 	uint32_t ampdu_cnt;
379 	uint32_t non_amsdu_cnt;
380 	uint32_t amsdu_cnt;
381 	uint32_t bar_recv_cnt;
382 	uint32_t rssi;
383 	uint32_t last_rssi;
384 	uint32_t rx_rate;
385 	uint32_t last_rx_rate;
386 	uint32_t rnd_avg_rx_rate;
387 	uint32_t avg_rx_rate;
388 	struct cdp_pkt_info  dot11_rx_pkts;
389 
390 	uint32_t rx_bytes_success_last;
391 	uint32_t rx_data_success_last;
392 	uint32_t rx_byte_rate;
393 	uint32_t rx_data_rate;
394 
395 	uint32_t rx_retries;
396 	uint32_t rx_mpdus;
397 	uint32_t rx_ppdus;
398 
399 	/*add for peer updated for ppdu*/
400 	uint32_t rx_aggr;
401 	uint32_t rx_discard;
402 };
403 
404 /* struct cdp_tx_ingress_stats - Tx ingress Stats
405  * @rcvd: Total packets received for transmission
406  * @processed: Tx packets processed
407  * @inspect_pkts: Total packets passed to inspect handler
408  * @nawds_mcast: NAWDS  Multicast Packet Count
409  * @bcast: Number of broadcast packets
410  * @raw_pkt: Total Raw packets
411  * @dma_map_error: DMA map error
412  * @num_seg: No of segments in TSO packets
413  * @tso_pkt:total no of TSO packets
414  * @non_tso_pkts: non - TSO packets
415  * @tso_desc_cnt: TSO descriptors
416  * @dropped_host: TSO packets dropped by host
417  * @dropped_target:TSO packets dropped by target
418  * @sg_pkt: Total scatter gather packets
419  * @non_sg_pkts: non SG packets
420  * @sg_desc_cnt: SG Descriptors
421  * @dropped_host: SG packets dropped by host
422  * @dropped_target: SG packets dropped by target
423  * @dma_map_error: Dma map error
424  * @mcast_pkt: total no of multicast conversion packets
425  * @dropped_map_error: packets dropped due to map error
426  * @dropped_self_mac: packets dropped due to self Mac address
427  * @dropped_send_fail: Packets dropped due to send fail
428  * @ucast: total unicast packets transmitted
429  * @fail_seg_alloc: Segment allocation failure
430  * @clone_fail: NBUF clone failure
431  * @dropped_pkt: Total scatter gather packets
432  * @desc_na: Desc Not Available
433  * @ring_full: ring full
434  * @enqueue_fail: hw enqueue fail
435  * @dma_error: dma fail
436  * @res_full: Resource Full: Congestion Control
437  * @exception_fw: packets sent to fw
438  * @completion_fw: packets completions received from fw
439  * @cce_classified:Number of packets classified by CCE
440  * @cce_classified_raw:Number of raw packets classified by CCE
441  */
442 struct cdp_tx_ingress_stats {
443 	struct cdp_pkt_info rcvd;
444 	struct cdp_pkt_info processed;
445 	struct cdp_pkt_info reinject_pkts;
446 	struct cdp_pkt_info inspect_pkts;
447 	struct cdp_pkt_info nawds_mcast;
448 	struct cdp_pkt_info bcast;
449 
450 	struct {
451 		struct cdp_pkt_info raw_pkt;
452 		uint32_t dma_map_error;
453 	} raw;
454 
455 	/* TSO packets info */
456 	struct {
457 		uint32_t num_seg;
458 		struct cdp_pkt_info tso_pkt;
459 		struct cdp_pkt_info non_tso_pkts;
460 		uint32_t tso_desc_cnt;
461 		struct cdp_pkt_info  dropped_host;
462 		uint32_t dropped_target;
463 	} tso;
464 
465 	/* Scatter Gather packet info */
466 	struct {
467 		struct cdp_pkt_info sg_pkt;
468 		struct cdp_pkt_info non_sg_pkts;
469 		uint32_t sg_desc_cnt;
470 		struct cdp_pkt_info  dropped_host;
471 		uint32_t dropped_target;
472 		uint32_t dma_map_error;
473 	} sg;
474 
475 	/* Multicast Enhancement packets info */
476 	struct {
477 		struct cdp_pkt_info mcast_pkt;
478 		uint32_t dropped_map_error;
479 		uint32_t dropped_self_mac;
480 		uint32_t dropped_send_fail;
481 		uint32_t ucast;
482 		uint32_t fail_seg_alloc;
483 		uint32_t clone_fail;
484 	} mcast_en;
485 
486 	/* Packets dropped on the Tx side */
487 	struct {
488 		struct cdp_pkt_info dropped_pkt;
489 		struct cdp_pkt_info  desc_na;
490 		uint32_t ring_full;
491 		uint32_t enqueue_fail;
492 		uint32_t dma_error;
493 		uint32_t res_full;
494 		/* headroom insufficient */
495 		uint32_t headroom_insufficient;
496 	} dropped;
497 
498 	/* Mesh packets info */
499 	struct {
500 		uint32_t exception_fw;
501 		uint32_t completion_fw;
502 	} mesh;
503 
504 	uint32_t cce_classified;
505 	uint32_t cce_classified_raw;
506 };
507 
508 /* struct cdp_vdev_stats - vdev stats structure
509  * @tx_i: ingress tx stats
510  * @tx: cdp tx stats
511  * @rx: cdp rx stats
512  */
513 struct cdp_vdev_stats {
514 	struct cdp_tx_ingress_stats tx_i;
515 	struct cdp_tx_stats tx;
516 	struct cdp_rx_stats rx;
517 };
518 
519 /* struct cdp_peer_stats - peer stats structure
520  * @tx: cdp tx stats
521  * @rx: cdp rx stats
522  */
523 struct cdp_peer_stats {
524 	/* CDP Tx Stats */
525 	struct cdp_tx_stats tx;
526 	/* CDP Rx Stats */
527 	struct cdp_rx_stats rx;
528 };
529 
530 /* struct cdp_interface_peer_stats - interface structure for txrx peer stats
531  * @peer_hdl: control path peer handle
532  * @last_peer_tx_rate: peer tx rate for last transmission
533  * @peer_tx_rate: tx rate for current transmission
534  * @peer_rssi: current rssi value of peer
535  * @rssi_changed: denotes rssi is changed
536  * @tx_packet_count: tx packet count
537  * @rx_packet_count: rx packet count
538  * @tx_byte_count: tx byte count
539  * @rx_byte_count: rx byte count
540  * @per: per error rate
541  */
542 struct cdp_interface_peer_stats {
543 	void  *peer_hdl;
544 	uint32_t last_peer_tx_rate;
545 	uint32_t peer_tx_rate;
546 	uint32_t  peer_rssi;
547 	uint32_t tx_packet_count;
548 	uint32_t rx_packet_count;
549 	uint32_t tx_byte_count;
550 	uint32_t rx_byte_count;
551 	uint32_t per;
552 	uint8_t  rssi_changed;
553 };
554 
555 /* Tx completions per interrupt */
556 struct cdp_hist_tx_comp {
557 	uint32_t pkts_1;
558 	uint32_t pkts_2_20;
559 	uint32_t pkts_21_40;
560 	uint32_t pkts_41_60;
561 	uint32_t pkts_61_80;
562 	uint32_t pkts_81_100;
563 	uint32_t pkts_101_200;
564 	uint32_t pkts_201_plus;
565 };
566 
567 /* Rx ring descriptors reaped per interrupt */
568 struct cdp_hist_rx_ind {
569 	uint32_t pkts_1;
570 	uint32_t pkts_2_20;
571 	uint32_t pkts_21_40;
572 	uint32_t pkts_41_60;
573 	uint32_t pkts_61_80;
574 	uint32_t pkts_81_100;
575 	uint32_t pkts_101_200;
576 	uint32_t pkts_201_plus;
577 };
578 
579 struct cdp_htt_tlv_hdr {
580 	/* BIT [11 :  0]   :- tag
581 	 * BIT [23 : 12]   :- length
582 	 * BIT [31 : 24]   :- reserved
583 	 */
584 	uint32_t tag__length;
585 };
586 
587 #define HTT_STATS_SUBTYPE_MAX     16
588 
589 struct cdp_htt_rx_pdev_fw_stats_tlv {
590     struct cdp_htt_tlv_hdr tlv_hdr;
591 
592     /* BIT [ 7 :  0]   :- mac_id
593      * BIT [31 :  8]   :- reserved
594      */
595     uint32_t mac_id__word;
596     /* Num PPDU status processed from HW */
597     uint32_t ppdu_recvd;
598     /* Num MPDU across PPDUs with FCS ok */
599     uint32_t mpdu_cnt_fcs_ok;
600     /* Num MPDU across PPDUs with FCS err */
601     uint32_t mpdu_cnt_fcs_err;
602     /* Num MSDU across PPDUs */
603     uint32_t tcp_msdu_cnt;
604     /* Num MSDU across PPDUs */
605     uint32_t tcp_ack_msdu_cnt;
606     /* Num MSDU across PPDUs */
607     uint32_t udp_msdu_cnt;
608     /* Num MSDU across PPDUs */
609     uint32_t other_msdu_cnt;
610     /* Num MPDU on FW ring indicated */
611     uint32_t fw_ring_mpdu_ind;
612     /* Num MGMT MPDU given to protocol */
613     uint32_t fw_ring_mgmt_subtype[HTT_STATS_SUBTYPE_MAX];
614     /* Num ctrl MPDU given to protocol */
615     uint32_t fw_ring_ctrl_subtype[HTT_STATS_SUBTYPE_MAX];
616     /* Num mcast data packet received */
617     uint32_t fw_ring_mcast_data_msdu;
618     /* Num broadcast data packet received */
619     uint32_t fw_ring_bcast_data_msdu;
620     /* Num unicat data packet received */
621     uint32_t fw_ring_ucast_data_msdu;
622     /* Num null data packet received  */
623     uint32_t fw_ring_null_data_msdu;
624     /* Num MPDU on FW ring dropped */
625     uint32_t fw_ring_mpdu_drop;
626 
627     /* Num buf indication to offload */
628     uint32_t ofld_local_data_ind_cnt;
629     /* Num buf recycle from offload */
630     uint32_t ofld_local_data_buf_recycle_cnt;
631     /* Num buf indication to data_rx */
632     uint32_t drx_local_data_ind_cnt;
633     /* Num buf recycle from data_rx */
634     uint32_t drx_local_data_buf_recycle_cnt;
635     /* Num buf indication to protocol */
636     uint32_t local_nondata_ind_cnt;
637     /* Num buf recycle from protocol */
638     uint32_t local_nondata_buf_recycle_cnt;
639 
640     /* Num buf fed */
641     uint32_t fw_status_buf_ring_refill_cnt;
642     /* Num ring empty encountered */
643     uint32_t fw_status_buf_ring_empty_cnt;
644     /* Num buf fed  */
645     uint32_t fw_pkt_buf_ring_refill_cnt;
646     /* Num ring empty encountered */
647     uint32_t fw_pkt_buf_ring_empty_cnt;
648     /* Num buf fed  */
649     uint32_t fw_link_buf_ring_refill_cnt;
650     /* Num ring empty encountered  */
651     uint32_t fw_link_buf_ring_empty_cnt;
652 
653     /* Num buf fed */
654     uint32_t host_pkt_buf_ring_refill_cnt;
655     /* Num ring empty encountered */
656     uint32_t host_pkt_buf_ring_empty_cnt;
657     /* Num buf fed */
658     uint32_t mon_pkt_buf_ring_refill_cnt;
659     /* Num ring empty encountered */
660     uint32_t mon_pkt_buf_ring_empty_cnt;
661     /* Num buf fed */
662     uint32_t mon_status_buf_ring_refill_cnt;
663     /* Num ring empty encountered */
664     uint32_t mon_status_buf_ring_empty_cnt;
665     /* Num buf fed */
666     uint32_t mon_desc_buf_ring_refill_cnt;
667     /* Num ring empty encountered */
668     uint32_t mon_desc_buf_ring_empty_cnt;
669     /* Num buf fed */
670     uint32_t mon_dest_ring_update_cnt;
671     /* Num ring full encountered */
672     uint32_t mon_dest_ring_full_cnt;
673 
674     /* Num rx suspend is attempted */
675     uint32_t rx_suspend_cnt;
676     /* Num rx suspend failed */
677     uint32_t rx_suspend_fail_cnt;
678     /* Num rx resume attempted */
679     uint32_t rx_resume_cnt;
680     /* Num rx resume failed */
681     uint32_t rx_resume_fail_cnt;
682     /* Num rx ring switch */
683     uint32_t rx_ring_switch_cnt;
684     /* Num rx ring restore */
685     uint32_t rx_ring_restore_cnt;
686     /* Num rx flush issued */
687     uint32_t rx_flush_cnt;
688 };
689 
690 /* == TX PDEV STATS == */
691 struct cdp_htt_tx_pdev_stats_cmn_tlv {
692     struct cdp_htt_tlv_hdr tlv_hdr;
693 
694     /* BIT [ 7 :  0]   :- mac_id
695      * BIT [31 :  8]   :- reserved
696      */
697     uint32_t mac_id__word;
698     /* Num queued to HW */
699     uint32_t hw_queued;
700     /* Num PPDU reaped from HW */
701     uint32_t hw_reaped;
702     /* Num underruns */
703     uint32_t underrun;
704     /* Num HW Paused counter. */
705     uint32_t hw_paused;
706     /* Num HW flush counter. */
707     uint32_t hw_flush;
708     /* Num HW filtered counter. */
709     uint32_t hw_filt;
710     /* Num PPDUs cleaned up in TX abort */
711     uint32_t tx_abort;
712     /* Num MPDUs requed by SW */
713     uint32_t mpdu_requed;
714     /* excessive retries */
715     uint32_t tx_xretry;
716     /* Last used data hw rate code */
717     uint32_t data_rc;
718     /* frames dropped due to excessive sw retries */
719     uint32_t mpdu_dropped_xretry;
720     /* illegal rate phy errors  */
721     uint32_t illgl_rate_phy_err;
722     /* wal pdev continuous xretry */
723     uint32_t cont_xretry;
724     /* wal pdev continuous xretry */
725     uint32_t tx_timeout;
726     /* wal pdev resets  */
727     uint32_t pdev_resets;
728     /* PhY/BB underrun */
729     uint32_t phy_underrun;
730     /* MPDU is more than txop limit */
731     uint32_t txop_ovf;
732     /* Number of Sequences posted */
733     uint32_t seq_posted;
734     /* Number of Sequences failed queueing */
735     uint32_t seq_failed_queueing;
736     /* Number of Sequences completed */
737     uint32_t seq_completed;
738     /* Number of Sequences restarted */
739     uint32_t seq_restarted;
740     /* Number of MU Sequences posted */
741     uint32_t mu_seq_posted;
742     /* Number of time HW ring is paused between seq switch within ISR */
743     uint32_t seq_switch_hw_paused;
744     /* Number of times seq continuation in DSR */
745     uint32_t next_seq_posted_dsr;
746     /* Number of times seq continuation in ISR */
747     uint32_t seq_posted_isr;
748     /* Number of seq_ctrl cached. */
749     uint32_t seq_ctrl_cached;
750     /* Number of MPDUs successfully transmitted */
751     uint32_t mpdu_count_tqm;
752     /* Number of MSDUs successfully transmitted */
753     uint32_t msdu_count_tqm;
754     /* Number of MPDUs dropped */
755     uint32_t mpdu_removed_tqm;
756     /* Number of MSDUs dropped */
757     uint32_t msdu_removed_tqm;
758     /* Num MPDUs flushed by SW, HWPAUSED, SW TXABORT (Reset,channel change) */
759     uint32_t mpdus_sw_flush;
760     /* Num MPDUs filtered by HW, all filter condition (TTL expired) */
761     uint32_t mpdus_hw_filter;
762     /* Num MPDUs truncated by PDG (TXOP, TBTT, PPDU_duration based on rate, dyn_bw) */
763     uint32_t mpdus_truncated;
764     /* Num MPDUs that was tried but didn't receive ACK or BA */
765     uint32_t mpdus_ack_failed;
766     /* Num MPDUs that was dropped due to expiry (MSDU TTL). */
767     uint32_t mpdus_expired;
768     /* Num MPDUs that was retried within seq_ctrl (MGMT/LEGACY) */
769     uint32_t mpdus_seq_hw_retry;
770     /* Num of TQM acked cmds processed */
771     uint32_t ack_tlv_proc;
772     /* coex_abort_mpdu_cnt valid. */
773     uint32_t coex_abort_mpdu_cnt_valid;
774     /* coex_abort_mpdu_cnt from TX FES stats. */
775     uint32_t coex_abort_mpdu_cnt;
776     /* Number of total PPDUs(DATA, MGMT, excludes selfgen) tried over the air (OTA) */
777     uint32_t num_total_ppdus_tried_ota;
778     /* Number of data PPDUs tried over the air (OTA) */
779     uint32_t num_data_ppdus_tried_ota;
780     /* Num Local control/mgmt frames (MSDUs) queued */
781     uint32_t local_ctrl_mgmt_enqued;
782     /* local_ctrl_mgmt_freed:
783      * Num Local control/mgmt frames (MSDUs) done
784      * It includes all local ctrl/mgmt completions
785      * (acked, no ack, flush, TTL, etc)
786      */
787     uint32_t local_ctrl_mgmt_freed;
788     /* Num Local data frames (MSDUs) queued */
789     uint32_t local_data_enqued;
790     /* local_data_freed:
791      * Num Local data frames (MSDUs) done
792      * It includes all local data completions
793      * (acked, no ack, flush, TTL, etc)
794      */
795     uint32_t local_data_freed;
796 };
797 
798 struct cdp_htt_tx_pdev_stats_urrn_tlv_v {
799     struct cdp_htt_tlv_hdr tlv_hdr;
800     uint32_t urrn_stats[1]; /* HTT_TX_PDEV_MAX_URRN_STATS */
801 };
802 
803 /* NOTE: Variable length TLV, use length spec to infer array size */
804 struct cdp_htt_tx_pdev_stats_flush_tlv_v {
805     struct cdp_htt_tlv_hdr tlv_hdr;
806     uint32_t flush_errs[1]; /* HTT_TX_PDEV_MAX_FLUSH_REASON_STATS */
807 };
808 
809 /* NOTE: Variable length TLV, use length spec to infer array size */
810 struct cdp_htt_tx_pdev_stats_sifs_tlv_v {
811     struct cdp_htt_tlv_hdr tlv_hdr;
812     uint32_t sifs_status[1]; /* HTT_TX_PDEV_MAX_SIFS_BURST_STATS */
813 };
814 
815 /* NOTE: Variable length TLV, use length spec to infer array size */
816 struct cdp_htt_tx_pdev_stats_phy_err_tlv_v {
817     struct cdp_htt_tlv_hdr tlv_hdr;
818     uint32_t  phy_errs[1]; /* HTT_TX_PDEV_MAX_PHY_ERR_STATS */
819 };
820 
821 /* == RX PDEV/SOC STATS == */
822 /* HTT_STATS_RX_SOC_FW_STATS_TAG */
823 struct cdp_htt_rx_soc_fw_stats_tlv {
824     struct cdp_htt_tlv_hdr tlv_hdr;
825     /* Num Packets received on REO FW ring */
826     uint32_t fw_reo_ring_data_msdu;
827     /* Num bc/mc packets indicated from fw to host */
828     uint32_t fw_to_host_data_msdu_bcmc;
829     /* Num unicast packets indicated from fw to host */
830     uint32_t fw_to_host_data_msdu_uc;
831     /* Num remote buf recycle from offload  */
832     uint32_t ofld_remote_data_buf_recycle_cnt;
833     /* Num remote free buf given to offload */
834     uint32_t ofld_remote_free_buf_indication_cnt;
835 };
836 
837 struct cdp_htt_rx_soc_fw_refill_ring_num_refill_tlv_v {
838     struct cdp_htt_tlv_hdr tlv_hdr;
839     /* Num total buf refilled from refill ring */
840     uint32_t refill_ring_num_refill[1]; /* HTT_RX_STATS_REFILL_MAX_RING */
841 };
842 
843 struct cdp_htt_rx_pdev_fw_ring_mpdu_err_tlv_v {
844     struct cdp_htt_tlv_hdr tlv_hdr;
845     /* Num error MPDU for each RxDMA error type  */
846     uint32_t fw_ring_mpdu_err[1]; /* HTT_RX_STATS_RXDMA_MAX_ERR */
847 };
848 
849 struct cdp_htt_rx_pdev_fw_mpdu_drop_tlv_v {
850     struct cdp_htt_tlv_hdr tlv_hdr;
851     /* Num MPDU dropped  */
852     uint32_t fw_mpdu_drop[1]; /* HTT_RX_STATS_FW_DROP_REASON_MAX */
853 };
854 
855 #define HTT_STATS_PHY_ERR_MAX 43
856 
857 struct cdp_htt_rx_pdev_fw_stats_phy_err_tlv {
858     struct cdp_htt_tlv_hdr tlv_hdr;
859 
860     /* BIT [ 7 :  0]   :- mac_id
861      * BIT [31 :  8]   :- reserved
862      */
863     uint32_t mac_id__word;
864     /* Num of phy err */
865     uint32_t total_phy_err_cnt;
866     /* Counts of different types of phy errs
867      * The mapping of PHY error types to phy_err array elements is HW dependent.
868      * The only currently-supported mapping is shown below:
869      *
870      * 0 phyrx_err_phy_off Reception aborted due to receiving a PHY_OFF TLV
871      * 1 phyrx_err_synth_off
872      * 2 phyrx_err_ofdma_timing
873      * 3 phyrx_err_ofdma_signal_parity
874      * 4 phyrx_err_ofdma_rate_illegal
875      * 5 phyrx_err_ofdma_length_illegal
876      * 6 phyrx_err_ofdma_restart
877      * 7 phyrx_err_ofdma_service
878      * 8 phyrx_err_ppdu_ofdma_power_drop
879      * 9 phyrx_err_cck_blokker
880      * 10 phyrx_err_cck_timing
881      * 11 phyrx_err_cck_header_crc
882      * 12 phyrx_err_cck_rate_illegal
883      * 13 phyrx_err_cck_length_illegal
884      * 14 phyrx_err_cck_restart
885      * 15 phyrx_err_cck_service
886      * 16 phyrx_err_cck_power_drop
887      * 17 phyrx_err_ht_crc_err
888      * 18 phyrx_err_ht_length_illegal
889      * 19 phyrx_err_ht_rate_illegal
890      * 20 phyrx_err_ht_zlf
891      * 21 phyrx_err_false_radar_ext
892      * 22 phyrx_err_green_field
893      * 23 phyrx_err_bw_gt_dyn_bw
894      * 24 phyrx_err_leg_ht_mismatch
895      * 25 phyrx_err_vht_crc_error
896      * 26 phyrx_err_vht_siga_unsupported
897      * 27 phyrx_err_vht_lsig_len_invalid
898      * 28 phyrx_err_vht_ndp_or_zlf
899      * 29 phyrx_err_vht_nsym_lt_zero
900      * 30 phyrx_err_vht_rx_extra_symbol_mismatch
901      * 31 phyrx_err_vht_rx_skip_group_id0
902      * 32 phyrx_err_vht_rx_skip_group_id1to62
903      * 33 phyrx_err_vht_rx_skip_group_id63
904      * 34 phyrx_err_ofdm_ldpc_decoder_disabled
905      * 35 phyrx_err_defer_nap
906      * 36 phyrx_err_fdomain_timeout
907      * 37 phyrx_err_lsig_rel_check
908      * 38 phyrx_err_bt_collision
909      * 39 phyrx_err_unsupported_mu_feedback
910      * 40 phyrx_err_ppdu_tx_interrupt_rx
911      * 41 phyrx_err_unsupported_cbf
912      * 42 phyrx_err_other
913      */
914     uint32_t phy_err[HTT_STATS_PHY_ERR_MAX];
915 };
916 
917 struct cdp_htt_rx_soc_fw_refill_ring_empty_tlv_v {
918     struct cdp_htt_tlv_hdr tlv_hdr;
919     /* Num ring empty encountered */
920     uint32_t refill_ring_empty_cnt[1]; /* HTT_RX_STATS_REFILL_MAX_RING */
921 };
922 
923 struct cdp_htt_tx_pdev_stats {
924     struct cdp_htt_tx_pdev_stats_cmn_tlv cmn_tlv;
925     struct cdp_htt_tx_pdev_stats_urrn_tlv_v underrun_tlv;
926     struct cdp_htt_tx_pdev_stats_sifs_tlv_v sifs_tlv;
927     struct cdp_htt_tx_pdev_stats_flush_tlv_v flush_tlv;
928     struct cdp_htt_tx_pdev_stats_phy_err_tlv_v phy_err_tlv;
929 };
930 
931 struct cdp_htt_rx_soc_stats_t {
932     struct cdp_htt_rx_soc_fw_stats_tlv fw_tlv;
933     struct cdp_htt_rx_soc_fw_refill_ring_empty_tlv_v fw_refill_ring_empty_tlv;
934     struct cdp_htt_rx_soc_fw_refill_ring_num_refill_tlv_v fw_refill_ring_num_refill_tlv;
935 };
936 
937 struct cdp_htt_rx_pdev_stats {
938     struct cdp_htt_rx_soc_stats_t soc_stats;
939     struct cdp_htt_rx_pdev_fw_stats_tlv fw_stats_tlv;
940     struct cdp_htt_rx_pdev_fw_ring_mpdu_err_tlv_v fw_ring_mpdu_err_tlv;
941     struct cdp_htt_rx_pdev_fw_mpdu_drop_tlv_v fw_ring_mpdu_drop;
942     struct cdp_htt_rx_pdev_fw_stats_phy_err_tlv fw_stats_phy_err_tlv;
943 };
944 
945 /* struct cdp_pdev_stats - pdev stats
946  * @msdu_not_done: packets dropped because msdu done bit not set
947  * @mec:Multicast Echo check
948  * @mesh_filter: Mesh Filtered packets
949  * @mon_rx_drop: packets dropped on monitor vap
950  * @pkts: total packets replenished
951  * @rxdma_err: rxdma errors for replenished
952  * @nbuf_alloc_fail: nbuf alloc failed
953  * @map_err: Mapping failure
954  * @x86_fail: x86 failures
955  * @low_thresh_intrs: low threshold interrupts
956  * @rx_raw_pkts: Rx Raw Packets
957  * @mesh_mem_alloc: Mesh Rx Stats Alloc fail
958  * @desc_alloc_fail: desc alloc failed errors
959  * @ip_csum_err: ip checksum errors
960  * @tcp_udp_csum_err: tcp/udp checksum errors
961  * @buf_freelist: buffers added back in freelist
962  * @tx_i: Tx Ingress stats
963  * @tx:CDP Tx Stats
964  * @rx: CDP Rx Stats
965  * @tx_comp_histogram: Number of Tx completions per interrupt
966  * @rx_ind_histogram:  Number of Rx ring descriptors reaped per interrupt
967  * @ppdu_stats_counter: ppdu stats counter
968  * @htt_tx_pdev_stats: htt pdev stats for tx
969  * @htt_rx_pdev_stats: htt pdev stats for rx
970  */
971 struct cdp_pdev_stats {
972 	struct {
973 		uint32_t msdu_not_done;
974 		uint32_t mec;
975 		uint32_t mesh_filter;
976 		uint32_t mon_rx_drop;
977 	} dropped;
978 
979 	struct {
980 		struct cdp_pkt_info pkts;
981 		uint32_t rxdma_err;
982 		uint32_t nbuf_alloc_fail;
983 		uint32_t map_err;
984 		uint32_t x86_fail;
985 		uint32_t low_thresh_intrs;
986 	} replenish;
987 
988 	uint32_t rx_raw_pkts;
989 	uint32_t mesh_mem_alloc;
990 
991 	/* Rx errors */
992 	struct {
993 		uint32_t desc_alloc_fail;
994 		uint32_t ip_csum_err;
995 		uint32_t tcp_udp_csum_err;
996 	} err;
997 
998 	uint32_t buf_freelist;
999 	struct cdp_tx_ingress_stats tx_i;
1000 	struct cdp_tx_stats tx;
1001 	struct cdp_rx_stats rx;
1002 	struct cdp_hist_tx_comp tx_comp_histogram;
1003 	struct cdp_hist_rx_ind rx_ind_histogram;
1004 	uint64_t ppdu_stats_counter[CDP_PPDU_STATS_MAX_TAG];
1005 
1006 	struct cdp_htt_tx_pdev_stats  htt_tx_pdev_stats;
1007 	struct cdp_htt_rx_pdev_stats  htt_rx_pdev_stats;
1008 };
1009 
1010 #ifndef BIG_ENDIAN_HOST
1011 typedef struct {
1012 	uint64_t pkts;
1013 	uint64_t bytes;
1014 } ol_txrx_stats_elem;
1015 #else
1016 struct ol_txrx_elem_t {
1017 	uint64_t pkts;
1018 	uint64_t bytes;
1019 };
1020 typedef struct ol_txrx_elem_t ol_txrx_stats_elem;
1021 #endif
1022 
1023 #ifndef CONFIG_MCL
1024 /**
1025  * @brief data stats published by the host txrx layer
1026  */
1027 struct ol_txrx_stats {
1028 	struct {
1029 		/* MSDUs received from the stack */
1030 		ol_txrx_stats_elem from_stack;
1031 		/* MSDUs successfully sent across the WLAN */
1032 		ol_txrx_stats_elem delivered;
1033 		struct {
1034 			/* MSDUs that the host did not accept */
1035 			ol_txrx_stats_elem host_reject;
1036 			/* MSDUs which could not be downloaded to the target */
1037 			ol_txrx_stats_elem download_fail;
1038 			/*
1039 			 * MSDUs which the target discarded
1040 			 * (lack of mem or old age)
1041 			 */
1042 			ol_txrx_stats_elem target_discard;
1043 			/*
1044 			 * MSDUs which the target sent but couldn't get
1045 			 * an ack for
1046 			 */
1047 			ol_txrx_stats_elem no_ack;
1048 			/* MSDUs dropped in NSS-FW */
1049 			ol_txrx_stats_elem nss_ol_dropped;
1050 		} dropped;
1051 		u_int32_t desc_in_use;
1052 		u_int32_t desc_alloc_fails;
1053 		u_int32_t ce_ring_full;
1054 		u_int32_t dma_map_error;
1055 		/* MSDUs given to the txrx layer by the management stack */
1056 		ol_txrx_stats_elem mgmt;
1057 		struct {
1058 			/* TSO applied jumbo packets received from NW Stack */
1059 			ol_txrx_stats_elem tso_pkts;
1060 			/* Non - TSO packets */
1061 			ol_txrx_stats_elem non_tso_pkts;
1062 			/* TSO packets : Dropped during TCP segmentation*/
1063 			ol_txrx_stats_elem tso_dropped;
1064 			/* TSO Descriptors */
1065 			u_int32_t tso_desc_cnt;
1066 		} tso;
1067 
1068 		struct {
1069 			/* TSO applied jumbo packets received from NW Stack */
1070 			ol_txrx_stats_elem sg_pkts;
1071 			/* Non - TSO packets */
1072 			ol_txrx_stats_elem non_sg_pkts;
1073 			/* TSO packets : Dropped during TCP segmentation*/
1074 			ol_txrx_stats_elem sg_dropped;
1075 			/* TSO Descriptors */
1076 			u_int32_t sg_desc_cnt;
1077 		} sg;
1078 		struct {
1079 			/* packets enqueued for flow control */
1080 			u_int32_t fl_ctrl_enqueue;
1081 			/* packets discarded for flow control is full */
1082 			u_int32_t fl_ctrl_discard;
1083 			/* packets sent to CE without flow control */
1084 			u_int32_t fl_ctrl_avoid;
1085 		} fl_ctrl;
1086 	} tx;
1087 	struct {
1088 		/* MSDUs given to the OS shim */
1089 		ol_txrx_stats_elem delivered;
1090 		/* MSDUs forwarded from the rx path to the tx path */
1091 		ol_txrx_stats_elem forwarded;
1092 		/* MSDUs in which ipv4 chksum error detected by HW */
1093 		ol_txrx_stats_elem ipv4_cksum_err;
1094 		/* MSDUs in which tcp chksum error detected by HW */
1095 		ol_txrx_stats_elem tcp_ipv4_cksum_err;
1096 		/* MSDUs in which udp chksum error detected by HW */
1097 		ol_txrx_stats_elem udp_ipv4_cksum_err;
1098 		/* MSDUs in which tcp V6 chksum error detected by HW */
1099 		ol_txrx_stats_elem tcp_ipv6_cksum_err;
1100 		/* MSDUs in which UDP V6 chksum error detected by HW */
1101 		ol_txrx_stats_elem udp_ipv6_cksum_err;
1102 	} rx;
1103 	struct {
1104 		/* Number of mcast received for conversion */
1105 		u_int32_t num_me_rcvd;
1106 		/* Number of unicast sent as part of mcast conversion */
1107 		u_int32_t num_me_ucast;
1108 		/* Number of multicast frames dropped due to dma_map failure */
1109 		u_int32_t num_me_dropped_m;
1110 		/*
1111 		 * Number of multicast frames dropped due to allocation
1112 		 * failure
1113 		 */
1114 		u_int32_t num_me_dropped_a;
1115 		/* Number of multicast frames dropped due to internal failure */
1116 		u_int32_t num_me_dropped_i;
1117 		/* Number of me buf currently in use */
1118 		u_int32_t num_me_buf;
1119 		/* Number of me buf frames to self mac address  */
1120 		u_int32_t num_me_dropped_s;
1121 		/* Number of me buf in use in non pool based allocation*/
1122 		u_int32_t num_me_nonpool;
1123 		/* Number of me buf allocated using non pool based allocation*/
1124 		u_int32_t num_me_nonpool_count;
1125 	} mcast_enhance;
1126 };
1127 
1128 struct ol_ath_dbg_rx_rssi {
1129 	uint8_t     rx_rssi_pri20;
1130 	uint8_t     rx_rssi_sec20;
1131 	uint8_t     rx_rssi_sec40;
1132 	uint8_t     rx_rssi_sec80;
1133 };
1134 
1135 struct ol_ath_radiostats {
1136 	uint64_t    tx_beacon;
1137 	uint32_t    tx_buf_count;
1138 	int32_t     tx_mgmt;
1139 	int32_t     rx_mgmt;
1140 	uint32_t    rx_num_mgmt;
1141 	uint32_t    rx_num_ctl;
1142 	uint32_t    tx_rssi;
1143 	uint32_t    rx_rssi_comb;
1144 	struct      ol_ath_dbg_rx_rssi rx_rssi_chain0;
1145 	struct      ol_ath_dbg_rx_rssi rx_rssi_chain1;
1146 	struct      ol_ath_dbg_rx_rssi rx_rssi_chain2;
1147 	struct      ol_ath_dbg_rx_rssi rx_rssi_chain3;
1148 	uint32_t    rx_overrun;
1149 	uint32_t    rx_phyerr;
1150 	uint32_t    ackRcvBad;
1151 	uint32_t    rtsBad;
1152 	uint32_t    rtsGood;
1153 	uint32_t    fcsBad;
1154 	uint32_t    noBeacons;
1155 	uint32_t    mib_int_count;
1156 	uint32_t    rx_looplimit_start;
1157 	uint32_t    rx_looplimit_end;
1158 	uint8_t     ap_stats_tx_cal_enable;
1159 	uint8_t     self_bss_util;
1160 	uint8_t     obss_util;
1161 	uint8_t     ap_rx_util;
1162 	uint8_t     free_medium;
1163 	uint8_t     ap_tx_util;
1164 	uint8_t     obss_rx_util;
1165 	uint8_t     non_wifi_util;
1166 	uint32_t    tgt_asserts;
1167 	int16_t     chan_nf;
1168 	int16_t     chan_nf_sec80;
1169 	uint64_t    wmi_tx_mgmt;
1170 	uint64_t    wmi_tx_mgmt_completions;
1171 	uint32_t    wmi_tx_mgmt_completion_err;
1172 	uint32_t    peer_delete_req;
1173 	uint32_t    peer_delete_resp;
1174 	uint32_t    rx_mgmt_rssi_drop;
1175 	uint32_t    tx_frame_count;
1176 	uint32_t    rx_frame_count;
1177 	uint32_t    rx_clear_count;
1178 	uint32_t    cycle_count;
1179 	uint32_t    phy_err_count;
1180 	uint32_t    chan_tx_pwr;
1181 	uint32_t    be_nobuf;
1182 	uint32_t    tx_packets;
1183 	uint32_t    rx_packets;
1184 	uint32_t    tx_num_data;
1185 	uint32_t    rx_num_data;
1186 	uint32_t    tx_mcs[10];
1187 	uint32_t    rx_mcs[10];
1188 	uint64_t    rx_bytes;
1189 	uint64_t    tx_bytes;
1190 	uint32_t    tx_compaggr;
1191 	uint32_t    rx_aggr;
1192 	uint32_t    tx_bawadv;
1193 	uint32_t    tx_compunaggr;
1194 	uint32_t    rx_badcrypt;
1195 	uint32_t    rx_badmic;
1196 	uint32_t    rx_crcerr;
1197 	uint32_t    rx_last_msdu_unset_cnt;
1198 	uint32_t    rx_data_bytes;
1199 	uint32_t    tx_retries;
1200 };
1201 
1202 /*
1203  * Enumeration of PDEV Configuration parameter
1204  */
1205 enum _ol_ath_param_t {
1206 	OL_ATH_PARAM_TXCHAINMASK               = 1,
1207 	OL_ATH_PARAM_RXCHAINMASK               = 2,
1208 	OL_ATH_PARAM_AMPDU                     = 6,
1209 	OL_ATH_PARAM_AMPDU_LIMIT               = 7,
1210 	OL_ATH_PARAM_AMPDU_SUBFRAMES           = 8,
1211 	OL_ATH_PARAM_TXPOWER_LIMIT2G           = 12,
1212 	OL_ATH_PARAM_TXPOWER_LIMIT5G           = 13,
1213 	OL_ATH_PARAM_LDPC                      = 32,
1214 	OL_ATH_PARAM_VOW_EXT_STATS             = 45,
1215 	OL_ATH_PARAM_DYN_TX_CHAINMASK          = 73,
1216 	OL_ATH_PARAM_BURST_ENABLE              = 77,
1217 	OL_ATH_PARAM_BURST_DUR                 = 78,
1218 	OL_ATH_PARAM_BCN_BURST                 = 80,
1219 	OL_ATH_PARAM_DCS                       = 82,
1220 #if UMAC_SUPPORT_PERIODIC_PERFSTATS
1221 	OL_ATH_PARAM_PRDPERFSTAT_THRPUT_ENAB   = 83,
1222 	OL_ATH_PARAM_PRDPERFSTAT_THRPUT_WIN    = 84,
1223 	OL_ATH_PARAM_PRDPERFSTAT_THRPUT        = 85,
1224 	OL_ATH_PARAM_PRDPERFSTAT_PER_ENAB      = 86,
1225 	OL_ATH_PARAM_PRDPERFSTAT_PER_WIN       = 87,
1226 	OL_ATH_PARAM_PRDPERFSTAT_PER           = 88,
1227 #endif
1228 	/* UMAC_SUPPORT_PERIODIC_PERFSTATS */
1229 	OL_ATH_PARAM_TOTAL_PER                 = 89,
1230 	/* set manual rate for rts frame */
1231 	OL_ATH_PARAM_RTS_CTS_RATE              = 92,
1232 	/* co channel interference threshold level */
1233 	OL_ATH_PARAM_DCS_COCH_THR              = 93,
1234 	/* transmit error threshold */
1235 	OL_ATH_PARAM_DCS_TXERR_THR             = 94,
1236 	/* phy error threshold */
1237 	OL_ATH_PARAM_DCS_PHYERR_THR            = 95,
1238 	/*
1239 	 * The IOCTL number is 114, it is made 114, inorder to make the IOCTL
1240 	 * number same as Direct-attach IOCTL.
1241 	 * Please, don't change number. This IOCTL gets the Interface code path
1242 	 * it should be either DIRECT-ATTACH or OFF-LOAD.
1243 	 */
1244 	OL_ATH_PARAM_GET_IF_ID                 = 114,
1245 	/* Enable Acs back Ground Channel selection Scan timer in AP mode*/
1246 	OL_ATH_PARAM_ACS_ENABLE_BK_SCANTIMEREN = 118,
1247 	 /* ACS scan timer value in Seconds */
1248 	OL_ATH_PARAM_ACS_SCANTIME              = 119,
1249 	 /* Negligence Delta RSSI between two channel */
1250 	OL_ATH_PARAM_ACS_RSSIVAR               = 120,
1251 	 /* Negligence Delta Channel load between two channel*/
1252 	OL_ATH_PARAM_ACS_CHLOADVAR             = 121,
1253 	  /* Enable Limited OBSS check */
1254 	OL_ATH_PARAM_ACS_LIMITEDOBSS           = 122,
1255 	/* Acs control flag for Scan timer */
1256 	OL_ATH_PARAM_ACS_CTRLFLAG              = 123,
1257 	 /* Acs Run time Debug level*/
1258 	OL_ATH_PARAM_ACS_DEBUGTRACE            = 124,
1259 	OL_ATH_PARAM_SET_FW_HANG_ID            = 137,
1260 	 /* Radio type 1:11ac 0:11abgn */
1261 	OL_ATH_PARAM_RADIO_TYPE                = 138,
1262 	OL_ATH_PARAM_IGMPMLD_OVERRIDE, /* IGMP/MLD packet override */
1263 	OL_ATH_PARAM_IGMPMLD_TID, /* IGMP/MLD packet TID no */
1264 	OL_ATH_PARAM_ARPDHCP_AC_OVERRIDE,
1265 	OL_ATH_PARAM_NON_AGG_SW_RETRY_TH,
1266 	OL_ATH_PARAM_AGG_SW_RETRY_TH,
1267 	/* Dont change this number it as per sync with DA
1268 	     Blocking certian channel from ic channel list */
1269 	OL_ATH_PARAM_DISABLE_DFS   = 144,
1270 	OL_ATH_PARAM_ENABLE_AMSDU  = 145,
1271 	OL_ATH_PARAM_ENABLE_AMPDU  = 146,
1272 	OL_ATH_PARAM_STA_KICKOUT_TH,
1273 	OL_ATH_PARAM_WLAN_PROF_ENABLE,
1274 	OL_ATH_PARAM_LTR_ENABLE,
1275 	OL_ATH_PARAM_LTR_AC_LATENCY_BE = 150,
1276 	OL_ATH_PARAM_LTR_AC_LATENCY_BK,
1277 	OL_ATH_PARAM_LTR_AC_LATENCY_VI,
1278 	OL_ATH_PARAM_LTR_AC_LATENCY_VO,
1279 	OL_ATH_PARAM_LTR_AC_LATENCY_TIMEOUT,
1280 	OL_ATH_PARAM_LTR_TX_ACTIVITY_TIMEOUT = 155,
1281 	OL_ATH_PARAM_LTR_SLEEP_OVERRIDE,
1282 	OL_ATH_PARAM_LTR_RX_OVERRIDE,
1283 	OL_ATH_PARAM_L1SS_ENABLE,
1284 	OL_ATH_PARAM_DSLEEP_ENABLE,
1285 	/* radar error threshold */
1286 	OL_ATH_PARAM_DCS_RADAR_ERR_THR = 160,
1287 	/* Tx channel utilization due to AP's tx and rx */
1288 	OL_ATH_PARAM_DCS_USERMAX_CU_THR,
1289 	/* interference detection threshold */
1290 	OL_ATH_PARAM_DCS_INTR_DETECT_THR,
1291 	/* sampling window, default 10secs */
1292 	OL_ATH_PARAM_DCS_SAMPLE_WINDOW,
1293 	/* debug logs enable/disable */
1294 	OL_ATH_PARAM_DCS_DEBUG,
1295 	OL_ATH_PARAM_ANI_ENABLE = 165,
1296 	OL_ATH_PARAM_ANI_POLL_PERIOD,
1297 	OL_ATH_PARAM_ANI_LISTEN_PERIOD,
1298 	OL_ATH_PARAM_ANI_OFDM_LEVEL,
1299 	OL_ATH_PARAM_ANI_CCK_LEVEL,
1300 	OL_ATH_PARAM_DSCP_TID_MAP = 170,
1301 	OL_ATH_PARAM_TXPOWER_SCALE,
1302 	/* Phy error penalty */
1303 	OL_ATH_PARAM_DCS_PHYERR_PENALTY,
1304 #if ATH_SUPPORT_DSCP_OVERRIDE
1305 	/* set/get TID for sending HMMC packets */
1306 	OL_ATH_PARAM_HMMC_DSCP_TID_MAP,
1307 	/* set/get DSCP mapping override */
1308 	OL_ATH_PARAM_DSCP_OVERRIDE,
1309 	/* set/get HMMC-DSCP mapping override */
1310 	OL_ATH_PARAM_HMMC_DSCP_OVERRIDE = 175,
1311 #endif
1312 #if ATH_RX_LOOPLIMIT_TIMER
1313 	OL_ATH_PARAM_LOOPLIMIT_NUM,
1314 #endif
1315 	OL_ATH_PARAM_ANTENNA_GAIN_2G,
1316 	OL_ATH_PARAM_ANTENNA_GAIN_5G,
1317 	OL_ATH_PARAM_RX_FILTER,
1318 #if ATH_SUPPORT_HYFI_ENHANCEMENTS
1319 	OL_ATH_PARAM_BUFF_THRESH = 180,
1320 	OL_ATH_PARAM_BLK_REPORT_FLOOD,
1321 	OL_ATH_PARAM_DROP_STA_QUERY,
1322 #endif
1323 	OL_ATH_PARAM_QBOOST,
1324 	OL_ATH_PARAM_SIFS_FRMTYPE,
1325 	OL_ATH_PARAM_SIFS_UAPSD = 185,
1326 	OL_ATH_PARAM_FW_RECOVERY_ID,
1327 	OL_ATH_PARAM_RESET_OL_STATS,
1328 	OL_ATH_PARAM_AGGR_BURST,
1329 	/* Number of deauth sent in consecutive rx_peer_invalid */
1330 	OL_ATH_PARAM_DEAUTH_COUNT,
1331 	OL_ATH_PARAM_BLOCK_INTERBSS = 190,
1332 	/* Firmware reset control for Bmiss / timeout / reset */
1333 	OL_ATH_PARAM_FW_DISABLE_RESET,
1334 	OL_ATH_PARAM_MSDU_TTL,
1335 	OL_ATH_PARAM_PPDU_DURATION,
1336 	OL_ATH_PARAM_SET_TXBF_SND_PERIOD,
1337 	OL_ATH_PARAM_ALLOW_PROMISC = 195,
1338 	OL_ATH_PARAM_BURST_MODE,
1339 	OL_ATH_PARAM_DYN_GROUPING,
1340 	OL_ATH_PARAM_DPD_ENABLE,
1341 	OL_ATH_PARAM_DBGLOG_RATELIM,
1342 	/* firmware should intimate us about ps state change for node  */
1343 	OL_ATH_PARAM_PS_STATE_CHANGE = 200,
1344 	OL_ATH_PARAM_MCAST_BCAST_ECHO,
1345 	/* OBSS RSSI threshold for 20/40 coexistence */
1346 	OL_ATH_PARAM_OBSS_RSSI_THRESHOLD,
1347 	/* Link/node RX RSSI threshold  for 20/40 coexistence */
1348 	OL_ATH_PARAM_OBSS_RX_RSSI_THRESHOLD,
1349 #if ATH_CHANNEL_BLOCKING
1350 	OL_ATH_PARAM_ACS_BLOCK_MODE = 205,
1351 #endif
1352 	OL_ATH_PARAM_ACS_TX_POWER_OPTION,
1353 	/*
1354 	 * Default Antenna Polarization MSB 8 bits (24:31) specifying
1355 	 * enable/disable ; LSB 24 bits (0:23) antenna mask value
1356 	 */
1357 	OL_ATH_PARAM_ANT_POLARIZATION,
1358 	/* rate limit mute type error prints */
1359 	OL_ATH_PARAM_PRINT_RATE_LIMIT,
1360 	OL_ATH_PARAM_PDEV_RESET,   /* Reset FW PDEV*/
1361 	/* Do not crash host when target assert happened*/
1362 	OL_ATH_PARAM_FW_DUMP_NO_HOST_CRASH = 210,
1363 	/* Consider OBSS non-erp to change to long slot*/
1364 	OL_ATH_PARAM_CONSIDER_OBSS_NON_ERP_LONG_SLOT = 211,
1365 	OL_ATH_PARAM_STATS_FC,
1366 	OL_ATH_PARAM_QFLUSHINTERVAL,
1367 	OL_ATH_PARAM_TOTAL_Q_SIZE,
1368 	OL_ATH_PARAM_TOTAL_Q_SIZE_RANGE0,
1369 	OL_ATH_PARAM_TOTAL_Q_SIZE_RANGE1,
1370 	OL_ATH_PARAM_TOTAL_Q_SIZE_RANGE2,
1371 	OL_ATH_PARAM_TOTAL_Q_SIZE_RANGE3,
1372 	OL_ATH_PARAM_MIN_THRESHOLD,
1373 	OL_ATH_PARAM_MAX_Q_LIMIT,
1374 	OL_ATH_PARAM_MIN_Q_LIMIT,
1375 	OL_ATH_PARAM_CONG_CTRL_TIMER_INTV,
1376 	OL_ATH_PARAM_STATS_TIMER_INTV,
1377 	OL_ATH_PARAM_ROTTING_TIMER_INTV,
1378 	OL_ATH_PARAM_LATENCY_PROFILE,
1379 	OL_ATH_PARAM_HOSTQ_DUMP,
1380 	OL_ATH_PARAM_TIDQ_MAP,
1381 	OL_ATH_PARAM_DBG_ARP_SRC_ADDR, /* ARP DEBUG source address*/
1382 	OL_ATH_PARAM_DBG_ARP_DST_ADDR, /* ARP DEBUG destination address*/
1383 	OL_ATH_PARAM_ARP_DBG_CONF,   /* ARP debug configuration */
1384 	OL_ATH_PARAM_DISABLE_STA_VAP_AMSDU, /* Disable AMSDU for station vap */
1385 #if ATH_SUPPORT_DFS && ATH_SUPPORT_STA_DFS
1386 	OL_ATH_PARAM_STADFS_ENABLE = 300,    /* STA DFS is enabled or not  */
1387 #endif
1388 #if QCA_AIRTIME_FAIRNESS
1389 	OL_ATH_PARAM_ATF_STRICT_SCHED = 301,
1390 	OL_ATH_PARAM_ATF_GROUP_POLICY = 302,
1391 #endif
1392 #if DBDC_REPEATER_SUPPORT
1393 	OL_ATH_PARAM_PRIMARY_RADIO,
1394 	OL_ATH_PARAM_DBDC_ENABLE,
1395 #endif
1396 	OL_ATH_PARAM_TXPOWER_DBSCALE,
1397 	OL_ATH_PARAM_CTL_POWER_SCALE,
1398 #if QCA_AIRTIME_FAIRNESS
1399 	OL_ATH_PARAM_ATF_OBSS_SCHED = 307,
1400 	OL_ATH_PARAM_ATF_OBSS_SCALE = 308,
1401 #endif
1402 	OL_ATH_PARAM_PHY_OFDM_ERR = 309,
1403 	OL_ATH_PARAM_PHY_CCK_ERR = 310,
1404 	OL_ATH_PARAM_FCS_ERR = 311,
1405 	OL_ATH_PARAM_CHAN_UTIL = 312,
1406 #if DBDC_REPEATER_SUPPORT
1407 	OL_ATH_PARAM_CLIENT_MCAST,
1408 #endif
1409 	OL_ATH_PARAM_EMIWAR_80P80 = 314,
1410 	OL_ATH_PARAM_BATCHMODE = 315,
1411 	OL_ATH_PARAM_PACK_AGGR_DELAY = 316,
1412 #if UMAC_SUPPORT_ACFG
1413 	OL_ATH_PARAM_DIAG_ENABLE = 317,
1414 #endif
1415 #if ATH_SUPPORT_VAP_QOS
1416 	OL_ATH_PARAM_VAP_QOS = 318,
1417 #endif
1418 	OL_ATH_PARAM_CHAN_STATS_TH = 319,
1419 	/* Passive scan is enabled or disabled  */
1420 	OL_ATH_PARAM_PASSIVE_SCAN_ENABLE = 320,
1421 	OL_ATH_MIN_RSSI_ENABLE = 321,
1422 	OL_ATH_MIN_RSSI = 322,
1423 	OL_ATH_PARAM_ACS_2G_ALLCHAN = 323,
1424 #if DBDC_REPEATER_SUPPORT
1425 	OL_ATH_PARAM_DELAY_STAVAP_UP = 324,
1426 #endif
1427 	/* It is used to set the channel switch options */
1428 	OL_ATH_PARAM_CHANSWITCH_OPTIONS = 327,
1429 	OL_ATH_BTCOEX_ENABLE        = 328,
1430 	OL_ATH_BTCOEX_WL_PRIORITY   = 329,
1431 	OL_ATH_PARAM_TID_OVERRIDE_QUEUE_MAPPING = 330,
1432 	OL_ATH_PARAM_CAL_VER_CHECK = 331,
1433 	OL_ATH_PARAM_NO_VLAN       = 332,
1434 	OL_ATH_PARAM_CCA_THRESHOLD = 333,
1435 	OL_ATH_PARAM_ATF_LOGGING = 334,
1436 	OL_ATH_PARAM_STRICT_DOTH = 335,
1437 	OL_ATH_PARAM_DISCONNECTION_TIMEOUT   = 336,
1438 	OL_ATH_PARAM_RECONFIGURATION_TIMEOUT = 337,
1439 	OL_ATH_PARAM_CHANNEL_SWITCH_COUNT = 338,
1440 	OL_ATH_PARAM_ALWAYS_PRIMARY = 339,
1441 	OL_ATH_PARAM_FAST_LANE = 340,
1442 	OL_ATH_GET_BTCOEX_DUTY_CYCLE = 341,
1443 	OL_ATH_PARAM_SECONDARY_OFFSET_IE = 342,
1444 	OL_ATH_PARAM_WIDE_BAND_SUB_ELEMENT = 343,
1445 	OL_ATH_PARAM_PREFERRED_UPLINK = 344,
1446 	OL_ATH_PARAM_PRECAC_ENABLE = 345,
1447 	OL_ATH_PARAM_PRECAC_TIMEOUT = 346,
1448 	OL_ATH_COEX_VER_CFG = 347,
1449 	OL_ATH_PARAM_DUMP_TARGET = 348,
1450 	OL_ATH_PARAM_PDEV_TO_REO_DEST = 349,
1451 	OL_ATH_PARAM_DUMP_CHAINMASK_TABLES = 350,
1452 	OL_ATH_PARAM_DUMP_OBJECTS = 351,
1453 	OL_ATH_PARAM_ACS_SRLOADVAR = 352,
1454 	OL_ATH_PARAM_MGMT_RSSI_THRESHOLD = 353,
1455 	OL_ATH_PARAM_EXT_NSS_CAPABLE = 354,
1456 	OL_ATH_PARAM_MGMT_PDEV_STATS_TIMER = 355,
1457 	OL_ATH_PARAM_TXACKTIMEOUT = 356,
1458 	OL_ATH_PARAM_ICM_ACTIVE = 357,
1459 	OL_ATH_PARAM_NOMINAL_NOISEFLOOR = 358,
1460 	OL_ATH_PARAM_CHAN_INFO = 359,
1461 	OL_ATH_PARAM_ACS_RANK = 360,
1462 	OL_ATH_PARAM_TXCHAINSOFT = 361,
1463 	OL_ATH_PARAM_WIDE_BAND_SCAN = 362,
1464 	OL_ATH_PARAM_CCK_TX_ENABLE = 363,
1465 	OL_ATH_PARAM_PAPI_ENABLE = 364,
1466 	OL_ATH_PARAM_ISOLATION = 365,
1467 	OL_ATH_PARAM_MAX_CLIENTS_PER_RADIO = 366,
1468 #if defined(WLAN_DFS_PARTIAL_OFFLOAD) && defined(HOST_DFS_SPOOF_TEST)
1469 	OL_ATH_PARAM_DFS_HOST_WAIT_TIMEOUT = 367,
1470 #endif
1471 	OL_ATH_PARAM_NF_THRESH = 368,
1472 #ifdef OL_ATH_SMART_LOGGING
1473 	OL_ATH_PARAM_SMARTLOG_ENABLE = 369,
1474 	OL_ATH_PARAM_SMARTLOG_FATAL_EVENT = 370,
1475 	OL_ATH_PARAM_SMARTLOG_SKB_SZ = 371,
1476 	OL_ATH_PARAM_SMARTLOG_P1PINGFAIL = 372,
1477 #endif /* OL_ATH_SMART_LOGGING */
1478 #ifdef WLAN_DFS_PRECAC_AUTO_CHAN_SUPPORT
1479 	OL_ATH_PARAM_PRECAC_INTER_CHANNEL = 373,
1480 	OL_ATH_PARAM_PRECAC_CHAN_STATE = 374,
1481 #endif
1482 	OL_ATH_PARAM_DBR_RING_STATUS = 375,
1483 #ifdef QCN_ESP_IE
1484 	OL_ATH_PARAM_ESP_PERIODICITY = 376,
1485 	OL_ATH_PARAM_ESP_AIRTIME = 377,
1486 	OL_ATH_PARAM_ESP_PPDU_DURATION = 378,
1487 	OL_ATH_PARAM_ESP_BA_WINDOW = 379,
1488 #endif /* QCN_ESP_IE */
1489 
1490 	OL_ATH_PARAM_CBS = 380,
1491 	OL_ATH_PARAM_DCS_SIM = 381,
1492 	OL_ATH_PARAM_CBS_DWELL_SPLIT_TIME = 382,
1493 	OL_ATH_PARAM_CBS_DWELL_REST_TIME = 383,
1494 	OL_ATH_PARAM_CBS_WAIT_TIME = 384,
1495 	OL_ATH_PARAM_CBS_REST_TIME = 385,
1496 	OL_ATH_PARAM_CBS_CSA = 386,
1497 	OL_ATH_PARAM_TWICE_ANTENNA_GAIN = 387,
1498 	OL_ATH_PARAM_ACTIVITY_FACTOR = 388,
1499 	OL_ATH_PARAM_CHAN_AP_RX_UTIL = 389,
1500 	OL_ATH_PARAM_CHAN_FREE  = 390,
1501 	OL_ATH_PARAM_CHAN_AP_TX_UTIL = 391,
1502 	OL_ATH_PARAM_CHAN_OBSS_RX_UTIL = 392,
1503 	OL_ATH_PARAM_CHAN_NON_WIFI = 393,
1504 #if PEER_FLOW_CONTROL
1505 	OL_ATH_PARAM_VIDEO_STATS_FC = 394,
1506 	OL_ATH_PARAM_VIDEO_DELAY_STATS_FC = 395,
1507 #endif
1508 };
1509 
1510 /* Enumeration of PDEV Configuration parameter */
1511 enum _ol_hal_param_t {
1512 	OL_HAL_CONFIG_DMA_BEACON_RESPONSE_TIME         = 0
1513 };
1514 #endif
1515 
1516 /* Bitmasks for stats that can block */
1517 #define EXT_TXRX_FW_STATS		0x0001
1518 #endif
1519