00dd2feb958062ebb26d6828a3e551f4ee19c92b
[deb_dpdk.git] / drivers / net / thunderx / base / nicvf_hw_defs.h
1 /*
2  *   BSD LICENSE
3  *
4  *   Copyright (C) Cavium networks Ltd. 2016.
5  *
6  *   Redistribution and use in source and binary forms, with or without
7  *   modification, are permitted provided that the following conditions
8  *   are met:
9  *
10  *     * Redistributions of source code must retain the above copyright
11  *       notice, this list of conditions and the following disclaimer.
12  *     * Redistributions in binary form must reproduce the above copyright
13  *       notice, this list of conditions and the following disclaimer in
14  *       the documentation and/or other materials provided with the
15  *       distribution.
16  *     * Neither the name of Cavium networks nor the names of its
17  *       contributors may be used to endorse or promote products derived
18  *       from this software without specific prior written permission.
19  *
20  *   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
21  *   "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
22  *   LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
23  *   A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
24  *   OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
25  *   SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
26  *   LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
27  *   DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
28  *   THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29  *   (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
30  *   OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31  */
32
33 #ifndef _THUNDERX_NICVF_HW_DEFS_H
34 #define _THUNDERX_NICVF_HW_DEFS_H
35
36 #include <stdint.h>
37 #include <stdbool.h>
38
39 /* Virtual function register offsets */
40
41 #define NIC_VF_CFG                      (0x000020)
42 #define NIC_VF_PF_MAILBOX_0_1           (0x000130)
43 #define NIC_VF_INT                      (0x000200)
44 #define NIC_VF_INT_W1S                  (0x000220)
45 #define NIC_VF_ENA_W1C                  (0x000240)
46 #define NIC_VF_ENA_W1S                  (0x000260)
47
48 #define NIC_VNIC_RSS_CFG                (0x0020E0)
49 #define NIC_VNIC_RSS_KEY_0_4            (0x002200)
50 #define NIC_VNIC_TX_STAT_0_4            (0x004000)
51 #define NIC_VNIC_RX_STAT_0_13           (0x004100)
52 #define NIC_VNIC_RQ_GEN_CFG             (0x010010)
53
54 #define NIC_QSET_CQ_0_7_CFG             (0x010400)
55 #define NIC_QSET_CQ_0_7_CFG2            (0x010408)
56 #define NIC_QSET_CQ_0_7_THRESH          (0x010410)
57 #define NIC_QSET_CQ_0_7_BASE            (0x010420)
58 #define NIC_QSET_CQ_0_7_HEAD            (0x010428)
59 #define NIC_QSET_CQ_0_7_TAIL            (0x010430)
60 #define NIC_QSET_CQ_0_7_DOOR            (0x010438)
61 #define NIC_QSET_CQ_0_7_STATUS          (0x010440)
62 #define NIC_QSET_CQ_0_7_STATUS2         (0x010448)
63 #define NIC_QSET_CQ_0_7_DEBUG           (0x010450)
64
65 #define NIC_QSET_RQ_0_7_CFG             (0x010600)
66 #define NIC_QSET_RQ_0_7_STATUS0         (0x010700)
67 #define NIC_QSET_RQ_0_7_STATUS1         (0x010708)
68
69 #define NIC_QSET_SQ_0_7_CFG             (0x010800)
70 #define NIC_QSET_SQ_0_7_THRESH          (0x010810)
71 #define NIC_QSET_SQ_0_7_BASE            (0x010820)
72 #define NIC_QSET_SQ_0_7_HEAD            (0x010828)
73 #define NIC_QSET_SQ_0_7_TAIL            (0x010830)
74 #define NIC_QSET_SQ_0_7_DOOR            (0x010838)
75 #define NIC_QSET_SQ_0_7_STATUS          (0x010840)
76 #define NIC_QSET_SQ_0_7_DEBUG           (0x010848)
77 #define NIC_QSET_SQ_0_7_STATUS0         (0x010900)
78 #define NIC_QSET_SQ_0_7_STATUS1         (0x010908)
79
80 #define NIC_QSET_RBDR_0_1_CFG           (0x010C00)
81 #define NIC_QSET_RBDR_0_1_THRESH        (0x010C10)
82 #define NIC_QSET_RBDR_0_1_BASE          (0x010C20)
83 #define NIC_QSET_RBDR_0_1_HEAD          (0x010C28)
84 #define NIC_QSET_RBDR_0_1_TAIL          (0x010C30)
85 #define NIC_QSET_RBDR_0_1_DOOR          (0x010C38)
86 #define NIC_QSET_RBDR_0_1_STATUS0       (0x010C40)
87 #define NIC_QSET_RBDR_0_1_STATUS1       (0x010C48)
88 #define NIC_QSET_RBDR_0_1_PRFCH_STATUS  (0x010C50)
89
90 /* vNIC HW Constants */
91
92 #define NIC_Q_NUM_SHIFT                 18
93
94 #define MAX_QUEUE_SET                   128
95 #define MAX_RCV_QUEUES_PER_QS           8
96 #define MAX_RCV_BUF_DESC_RINGS_PER_QS   2
97 #define MAX_SND_QUEUES_PER_QS           8
98 #define MAX_CMP_QUEUES_PER_QS           8
99
100 #define NICVF_INTR_CQ_SHIFT             0
101 #define NICVF_INTR_SQ_SHIFT             8
102 #define NICVF_INTR_RBDR_SHIFT           16
103 #define NICVF_INTR_PKT_DROP_SHIFT       20
104 #define NICVF_INTR_TCP_TIMER_SHIFT      21
105 #define NICVF_INTR_MBOX_SHIFT           22
106 #define NICVF_INTR_QS_ERR_SHIFT         23
107
108 #define NICVF_QS_RQ_DIS_APAD_SHIFT      22
109
110 #define NICVF_INTR_CQ_MASK              (0xFF << NICVF_INTR_CQ_SHIFT)
111 #define NICVF_INTR_SQ_MASK              (0xFF << NICVF_INTR_SQ_SHIFT)
112 #define NICVF_INTR_RBDR_MASK            (0x03 << NICVF_INTR_RBDR_SHIFT)
113 #define NICVF_INTR_PKT_DROP_MASK        (1 << NICVF_INTR_PKT_DROP_SHIFT)
114 #define NICVF_INTR_TCP_TIMER_MASK       (1 << NICVF_INTR_TCP_TIMER_SHIFT)
115 #define NICVF_INTR_MBOX_MASK            (1 << NICVF_INTR_MBOX_SHIFT)
116 #define NICVF_INTR_QS_ERR_MASK          (1 << NICVF_INTR_QS_ERR_SHIFT)
117 #define NICVF_INTR_ALL_MASK             (0x7FFFFF)
118
119 #define NICVF_CQ_WR_FULL                (1ULL << 26)
120 #define NICVF_CQ_WR_DISABLE             (1ULL << 25)
121 #define NICVF_CQ_WR_FAULT               (1ULL << 24)
122 #define NICVF_CQ_ERR_MASK               (NICVF_CQ_WR_FULL |\
123                                          NICVF_CQ_WR_DISABLE |\
124                                          NICVF_CQ_WR_FAULT)
125 #define NICVF_CQ_CQE_COUNT_MASK         (0xFFFF)
126
127 #define NICVF_SQ_ERR_STOPPED            (1ULL << 21)
128 #define NICVF_SQ_ERR_SEND               (1ULL << 20)
129 #define NICVF_SQ_ERR_DPE                (1ULL << 19)
130 #define NICVF_SQ_ERR_MASK               (NICVF_SQ_ERR_STOPPED |\
131                                          NICVF_SQ_ERR_SEND |\
132                                          NICVF_SQ_ERR_DPE)
133 #define NICVF_SQ_STATUS_STOPPED_BIT     (21)
134
135 #define NICVF_RBDR_FIFO_STATE_SHIFT     (62)
136 #define NICVF_RBDR_FIFO_STATE_MASK      (3ULL << NICVF_RBDR_FIFO_STATE_SHIFT)
137 #define NICVF_RBDR_COUNT_MASK           (0x7FFFF)
138
139 /* Queue reset */
140 #define NICVF_CQ_RESET                  (1ULL << 41)
141 #define NICVF_SQ_RESET                  (1ULL << 17)
142 #define NICVF_RBDR_RESET                (1ULL << 43)
143
144 /* RSS constants */
145 #define NIC_MAX_RSS_HASH_BITS           (8)
146 #define NIC_MAX_RSS_IDR_TBL_SIZE        (1 << NIC_MAX_RSS_HASH_BITS)
147 #define RSS_HASH_KEY_SIZE               (5) /* 320 bit key */
148 #define RSS_HASH_KEY_BYTE_SIZE          (40) /* 320 bit key */
149
150 #define RSS_L2_EXTENDED_HASH_ENA        (1 << 0)
151 #define RSS_IP_ENA                      (1 << 1)
152 #define RSS_TCP_ENA                     (1 << 2)
153 #define RSS_TCP_SYN_ENA                 (1 << 3)
154 #define RSS_UDP_ENA                     (1 << 4)
155 #define RSS_L4_EXTENDED_ENA             (1 << 5)
156 #define RSS_L3_BI_DIRECTION_ENA         (1 << 7)
157 #define RSS_L4_BI_DIRECTION_ENA         (1 << 8)
158 #define RSS_TUN_VXLAN_ENA               (1 << 9)
159 #define RSS_TUN_GENEVE_ENA              (1 << 10)
160 #define RSS_TUN_NVGRE_ENA               (1 << 11)
161
162 #define RBDR_QUEUE_SZ_8K                (8 * 1024)
163 #define RBDR_QUEUE_SZ_16K               (16 * 1024)
164 #define RBDR_QUEUE_SZ_32K               (32 * 1024)
165 #define RBDR_QUEUE_SZ_64K               (64 * 1024)
166 #define RBDR_QUEUE_SZ_128K              (128 * 1024)
167 #define RBDR_QUEUE_SZ_256K              (256 * 1024)
168 #define RBDR_QUEUE_SZ_512K              (512 * 1024)
169 #define RBDR_QUEUE_SZ_MAX               RBDR_QUEUE_SZ_512K
170
171 #define RBDR_SIZE_SHIFT                 (13) /* 8k */
172
173 #define SND_QUEUE_SZ_1K                 (1 * 1024)
174 #define SND_QUEUE_SZ_2K                 (2 * 1024)
175 #define SND_QUEUE_SZ_4K                 (4 * 1024)
176 #define SND_QUEUE_SZ_8K                 (8 * 1024)
177 #define SND_QUEUE_SZ_16K                (16 * 1024)
178 #define SND_QUEUE_SZ_32K                (32 * 1024)
179 #define SND_QUEUE_SZ_64K                (64 * 1024)
180 #define SND_QUEUE_SZ_MAX                SND_QUEUE_SZ_64K
181
182 #define SND_QSIZE_SHIFT                 (10) /* 1k */
183
184 #define CMP_QUEUE_SZ_1K                 (1 * 1024)
185 #define CMP_QUEUE_SZ_2K                 (2 * 1024)
186 #define CMP_QUEUE_SZ_4K                 (4 * 1024)
187 #define CMP_QUEUE_SZ_8K                 (8 * 1024)
188 #define CMP_QUEUE_SZ_16K                (16 * 1024)
189 #define CMP_QUEUE_SZ_32K                (32 * 1024)
190 #define CMP_QUEUE_SZ_64K                (64 * 1024)
191 #define CMP_QUEUE_SZ_MAX                CMP_QUEUE_SZ_64K
192
193 #define CMP_QSIZE_SHIFT                 (10) /* 1k */
194
195 #define NICVF_QSIZE_MIN_VAL             (0)
196 #define NICVF_QSIZE_MAX_VAL             (6)
197
198 /* Min/Max packet size */
199 #define NIC_HW_MIN_FRS                  (64)
200 #define NIC_HW_MAX_FRS                  (9200) /* 9216 max pkt including FCS */
201 #define NIC_HW_MAX_SEGS                 (12)
202
203 /* Descriptor alignments */
204 #define NICVF_RBDR_BASE_ALIGN_BYTES     (128) /* 7 bits */
205 #define NICVF_CQ_BASE_ALIGN_BYTES       (512) /* 9 bits */
206 #define NICVF_SQ_BASE_ALIGN_BYTES       (128) /* 7 bits */
207
208 #define NICVF_CQE_RBPTR_WORD            (6)
209 #define NICVF_CQE_RX2_RBPTR_WORD        (7)
210
211 #define NICVF_STATIC_ASSERT(s) _Static_assert(s, #s)
212 #define assert_primary(nic) assert((nic)->sqs_mode == 0)
213
214 typedef uint64_t nicvf_phys_addr_t;
215
216 #ifndef __BYTE_ORDER__
217 #error __BYTE_ORDER__ not defined
218 #endif
219
220 /* vNIC HW Enumerations */
221
222 enum nic_send_ld_type_e {
223         NIC_SEND_LD_TYPE_E_LDD,
224         NIC_SEND_LD_TYPE_E_LDT,
225         NIC_SEND_LD_TYPE_E_LDWB,
226         NIC_SEND_LD_TYPE_E_ENUM_LAST,
227 };
228
229 enum ether_type_algorithm {
230         ETYPE_ALG_NONE,
231         ETYPE_ALG_SKIP,
232         ETYPE_ALG_ENDPARSE,
233         ETYPE_ALG_VLAN,
234         ETYPE_ALG_VLAN_STRIP,
235 };
236
237 enum layer3_type {
238         L3TYPE_NONE,
239         L3TYPE_GRH,
240         L3TYPE_IPV4 = 0x4,
241         L3TYPE_IPV4_OPTIONS = 0x5,
242         L3TYPE_IPV6 = 0x6,
243         L3TYPE_IPV6_OPTIONS = 0x7,
244         L3TYPE_ET_STOP = 0xD,
245         L3TYPE_OTHER = 0xE,
246 };
247
248 #define NICVF_L3TYPE_OPTIONS_MASK       ((uint8_t)1)
249 #define NICVF_L3TYPE_IPVX_MASK          ((uint8_t)0x06)
250
251 enum layer4_type {
252         L4TYPE_NONE,
253         L4TYPE_IPSEC_ESP,
254         L4TYPE_IPFRAG,
255         L4TYPE_IPCOMP,
256         L4TYPE_TCP,
257         L4TYPE_UDP,
258         L4TYPE_SCTP,
259         L4TYPE_GRE,
260         L4TYPE_ROCE_BTH,
261         L4TYPE_OTHER = 0xE,
262 };
263
264 /* CPI and RSSI configuration */
265 enum cpi_algorithm_type {
266         CPI_ALG_NONE,
267         CPI_ALG_VLAN,
268         CPI_ALG_VLAN16,
269         CPI_ALG_DIFF,
270 };
271
272 enum rss_algorithm_type {
273         RSS_ALG_NONE,
274         RSS_ALG_PORT,
275         RSS_ALG_IP,
276         RSS_ALG_TCP_IP,
277         RSS_ALG_UDP_IP,
278         RSS_ALG_SCTP_IP,
279         RSS_ALG_GRE_IP,
280         RSS_ALG_ROCE,
281 };
282
283 enum rss_hash_cfg {
284         RSS_HASH_L2ETC,
285         RSS_HASH_IP,
286         RSS_HASH_TCP,
287         RSS_HASH_TCP_SYN_DIS,
288         RSS_HASH_UDP,
289         RSS_HASH_L4ETC,
290         RSS_HASH_ROCE,
291         RSS_L3_BIDI,
292         RSS_L4_BIDI,
293 };
294
295 /* Completion queue entry types */
296 enum cqe_type {
297         CQE_TYPE_INVALID,
298         CQE_TYPE_RX = 0x2,
299         CQE_TYPE_RX_SPLIT = 0x3,
300         CQE_TYPE_RX_TCP = 0x4,
301         CQE_TYPE_SEND = 0x8,
302         CQE_TYPE_SEND_PTP = 0x9,
303 };
304
305 enum cqe_rx_tcp_status {
306         CQE_RX_STATUS_VALID_TCP_CNXT,
307         CQE_RX_STATUS_INVALID_TCP_CNXT = 0x0F,
308 };
309
310 enum cqe_send_status {
311         CQE_SEND_STATUS_GOOD,
312         CQE_SEND_STATUS_DESC_FAULT = 0x01,
313         CQE_SEND_STATUS_HDR_CONS_ERR = 0x11,
314         CQE_SEND_STATUS_SUBDESC_ERR = 0x12,
315         CQE_SEND_STATUS_IMM_SIZE_OFLOW = 0x80,
316         CQE_SEND_STATUS_CRC_SEQ_ERR = 0x81,
317         CQE_SEND_STATUS_DATA_SEQ_ERR = 0x82,
318         CQE_SEND_STATUS_MEM_SEQ_ERR = 0x83,
319         CQE_SEND_STATUS_LOCK_VIOL = 0x84,
320         CQE_SEND_STATUS_LOCK_UFLOW = 0x85,
321         CQE_SEND_STATUS_DATA_FAULT = 0x86,
322         CQE_SEND_STATUS_TSTMP_CONFLICT = 0x87,
323         CQE_SEND_STATUS_TSTMP_TIMEOUT = 0x88,
324         CQE_SEND_STATUS_MEM_FAULT = 0x89,
325         CQE_SEND_STATUS_CSUM_OVERLAP = 0x8A,
326         CQE_SEND_STATUS_CSUM_OVERFLOW = 0x8B,
327 };
328
329 enum cqe_rx_tcp_end_reason {
330         CQE_RX_TCP_END_FIN_FLAG_DET,
331         CQE_RX_TCP_END_INVALID_FLAG,
332         CQE_RX_TCP_END_TIMEOUT,
333         CQE_RX_TCP_END_OUT_OF_SEQ,
334         CQE_RX_TCP_END_PKT_ERR,
335         CQE_RX_TCP_END_QS_DISABLED = 0x0F,
336 };
337
338 /* Packet protocol level error enumeration */
339 enum cqe_rx_err_level {
340         CQE_RX_ERRLVL_RE,
341         CQE_RX_ERRLVL_L2,
342         CQE_RX_ERRLVL_L3,
343         CQE_RX_ERRLVL_L4,
344 };
345
346 /* Packet protocol level error type enumeration */
347 enum cqe_rx_err_opcode {
348         CQE_RX_ERR_RE_NONE,
349         CQE_RX_ERR_RE_PARTIAL,
350         CQE_RX_ERR_RE_JABBER,
351         CQE_RX_ERR_RE_FCS = 0x7,
352         CQE_RX_ERR_RE_TERMINATE = 0x9,
353         CQE_RX_ERR_RE_RX_CTL = 0xb,
354         CQE_RX_ERR_PREL2_ERR = 0x1f,
355         CQE_RX_ERR_L2_FRAGMENT = 0x20,
356         CQE_RX_ERR_L2_OVERRUN = 0x21,
357         CQE_RX_ERR_L2_PFCS = 0x22,
358         CQE_RX_ERR_L2_PUNY = 0x23,
359         CQE_RX_ERR_L2_MAL = 0x24,
360         CQE_RX_ERR_L2_OVERSIZE = 0x25,
361         CQE_RX_ERR_L2_UNDERSIZE = 0x26,
362         CQE_RX_ERR_L2_LENMISM = 0x27,
363         CQE_RX_ERR_L2_PCLP = 0x28,
364         CQE_RX_ERR_IP_NOT = 0x41,
365         CQE_RX_ERR_IP_CHK = 0x42,
366         CQE_RX_ERR_IP_MAL = 0x43,
367         CQE_RX_ERR_IP_MALD = 0x44,
368         CQE_RX_ERR_IP_HOP = 0x45,
369         CQE_RX_ERR_L3_ICRC = 0x46,
370         CQE_RX_ERR_L3_PCLP = 0x47,
371         CQE_RX_ERR_L4_MAL = 0x61,
372         CQE_RX_ERR_L4_CHK = 0x62,
373         CQE_RX_ERR_UDP_LEN = 0x63,
374         CQE_RX_ERR_L4_PORT = 0x64,
375         CQE_RX_ERR_TCP_FLAG = 0x65,
376         CQE_RX_ERR_TCP_OFFSET = 0x66,
377         CQE_RX_ERR_L4_PCLP = 0x67,
378         CQE_RX_ERR_RBDR_TRUNC = 0x70,
379 };
380
381 enum send_l4_csum_type {
382         SEND_L4_CSUM_DISABLE,
383         SEND_L4_CSUM_UDP,
384         SEND_L4_CSUM_TCP,
385 };
386
387 enum send_crc_alg {
388         SEND_CRCALG_CRC32,
389         SEND_CRCALG_CRC32C,
390         SEND_CRCALG_ICRC,
391 };
392
393 enum send_load_type {
394         SEND_LD_TYPE_LDD,
395         SEND_LD_TYPE_LDT,
396         SEND_LD_TYPE_LDWB,
397 };
398
399 enum send_mem_alg_type {
400         SEND_MEMALG_SET,
401         SEND_MEMALG_ADD = 0x08,
402         SEND_MEMALG_SUB = 0x09,
403         SEND_MEMALG_ADDLEN = 0x0A,
404         SEND_MEMALG_SUBLEN = 0x0B,
405 };
406
407 enum send_mem_dsz_type {
408         SEND_MEMDSZ_B64,
409         SEND_MEMDSZ_B32,
410         SEND_MEMDSZ_B8 = 0x03,
411 };
412
413 enum sq_subdesc_type {
414         SQ_DESC_TYPE_INVALID,
415         SQ_DESC_TYPE_HEADER,
416         SQ_DESC_TYPE_CRC,
417         SQ_DESC_TYPE_IMMEDIATE,
418         SQ_DESC_TYPE_GATHER,
419         SQ_DESC_TYPE_MEMORY,
420 };
421
422 enum l3_type_t {
423         L3_NONE,
424         L3_IPV4         = 0x04,
425         L3_IPV4_OPT     = 0x05,
426         L3_IPV6         = 0x06,
427         L3_IPV6_OPT     = 0x07,
428         L3_ET_STOP      = 0x0D,
429         L3_OTHER        = 0x0E
430 };
431
432 enum l4_type_t {
433         L4_NONE,
434         L4_IPSEC_ESP    = 0x01,
435         L4_IPFRAG       = 0x02,
436         L4_IPCOMP       = 0x03,
437         L4_TCP          = 0x04,
438         L4_UDP_PASS1    = 0x05,
439         L4_GRE          = 0x07,
440         L4_UDP_PASS2    = 0x08,
441         L4_UDP_GENEVE   = 0x09,
442         L4_UDP_VXLAN    = 0x0A,
443         L4_NVGRE        = 0x0C,
444         L4_OTHER        = 0x0E
445 };
446
447 enum vlan_strip {
448         NO_STRIP,
449         STRIP_FIRST_VLAN,
450         STRIP_SECOND_VLAN,
451         STRIP_RESERV,
452 };
453
454 enum rbdr_state {
455         RBDR_FIFO_STATE_INACTIVE,
456         RBDR_FIFO_STATE_ACTIVE,
457         RBDR_FIFO_STATE_RESET,
458         RBDR_FIFO_STATE_FAIL,
459 };
460
461 enum rq_cache_allocation {
462         RQ_CACHE_ALLOC_OFF,
463         RQ_CACHE_ALLOC_ALL,
464         RQ_CACHE_ALLOC_FIRST,
465         RQ_CACHE_ALLOC_TWO,
466 };
467
468 enum cq_rx_errlvl_e {
469         CQ_ERRLVL_MAC,
470         CQ_ERRLVL_L2,
471         CQ_ERRLVL_L3,
472         CQ_ERRLVL_L4,
473 };
474
475 enum cq_rx_errop_e {
476         CQ_RX_ERROP_RE_NONE,
477         CQ_RX_ERROP_RE_PARTIAL = 0x1,
478         CQ_RX_ERROP_RE_JABBER = 0x2,
479         CQ_RX_ERROP_RE_FCS = 0x7,
480         CQ_RX_ERROP_RE_TERMINATE = 0x9,
481         CQ_RX_ERROP_RE_RX_CTL = 0xb,
482         CQ_RX_ERROP_PREL2_ERR = 0x1f,
483         CQ_RX_ERROP_L2_FRAGMENT = 0x20,
484         CQ_RX_ERROP_L2_OVERRUN = 0x21,
485         CQ_RX_ERROP_L2_PFCS = 0x22,
486         CQ_RX_ERROP_L2_PUNY = 0x23,
487         CQ_RX_ERROP_L2_MAL = 0x24,
488         CQ_RX_ERROP_L2_OVERSIZE = 0x25,
489         CQ_RX_ERROP_L2_UNDERSIZE = 0x26,
490         CQ_RX_ERROP_L2_LENMISM = 0x27,
491         CQ_RX_ERROP_L2_PCLP = 0x28,
492         CQ_RX_ERROP_IP_NOT = 0x41,
493         CQ_RX_ERROP_IP_CSUM_ERR = 0x42,
494         CQ_RX_ERROP_IP_MAL = 0x43,
495         CQ_RX_ERROP_IP_MALD = 0x44,
496         CQ_RX_ERROP_IP_HOP = 0x45,
497         CQ_RX_ERROP_L3_ICRC = 0x46,
498         CQ_RX_ERROP_L3_PCLP = 0x47,
499         CQ_RX_ERROP_L4_MAL = 0x61,
500         CQ_RX_ERROP_L4_CHK = 0x62,
501         CQ_RX_ERROP_UDP_LEN = 0x63,
502         CQ_RX_ERROP_L4_PORT = 0x64,
503         CQ_RX_ERROP_TCP_FLAG = 0x65,
504         CQ_RX_ERROP_TCP_OFFSET = 0x66,
505         CQ_RX_ERROP_L4_PCLP = 0x67,
506         CQ_RX_ERROP_RBDR_TRUNC = 0x70,
507 };
508
509 enum cq_tx_errop_e {
510         CQ_TX_ERROP_GOOD,
511         CQ_TX_ERROP_DESC_FAULT = 0x10,
512         CQ_TX_ERROP_HDR_CONS_ERR = 0x11,
513         CQ_TX_ERROP_SUBDC_ERR = 0x12,
514         CQ_TX_ERROP_IMM_SIZE_OFLOW = 0x80,
515         CQ_TX_ERROP_DATA_SEQUENCE_ERR = 0x81,
516         CQ_TX_ERROP_MEM_SEQUENCE_ERR = 0x82,
517         CQ_TX_ERROP_LOCK_VIOL = 0x83,
518         CQ_TX_ERROP_DATA_FAULT = 0x84,
519         CQ_TX_ERROP_TSTMP_CONFLICT = 0x85,
520         CQ_TX_ERROP_TSTMP_TIMEOUT = 0x86,
521         CQ_TX_ERROP_MEM_FAULT = 0x87,
522         CQ_TX_ERROP_CK_OVERLAP = 0x88,
523         CQ_TX_ERROP_CK_OFLOW = 0x89,
524         CQ_TX_ERROP_ENUM_LAST = 0x8a,
525 };
526
527 enum rq_sq_stats_reg_offset {
528         RQ_SQ_STATS_OCTS,
529         RQ_SQ_STATS_PKTS,
530 };
531
532 enum nic_stat_vnic_rx_e {
533         RX_OCTS,
534         RX_UCAST,
535         RX_BCAST,
536         RX_MCAST,
537         RX_RED,
538         RX_RED_OCTS,
539         RX_ORUN,
540         RX_ORUN_OCTS,
541         RX_FCS,
542         RX_L2ERR,
543         RX_DRP_BCAST,
544         RX_DRP_MCAST,
545         RX_DRP_L3BCAST,
546         RX_DRP_L3MCAST,
547 };
548
549 enum nic_stat_vnic_tx_e {
550         TX_OCTS,
551         TX_UCAST,
552         TX_BCAST,
553         TX_MCAST,
554         TX_DROP,
555 };
556
557 /* vNIC HW Register structures */
558
559 typedef union {
560         uint64_t u64;
561         struct {
562 #if __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
563                 uint64_t cqe_type:4;
564                 uint64_t stdn_fault:1;
565                 uint64_t rsvd0:1;
566                 uint64_t rq_qs:7;
567                 uint64_t rq_idx:3;
568                 uint64_t rsvd1:12;
569                 uint64_t rss_alg:4;
570                 uint64_t rsvd2:4;
571                 uint64_t rb_cnt:4;
572                 uint64_t vlan_found:1;
573                 uint64_t vlan_stripped:1;
574                 uint64_t vlan2_found:1;
575                 uint64_t vlan2_stripped:1;
576                 uint64_t l4_type:4;
577                 uint64_t l3_type:4;
578                 uint64_t l2_present:1;
579                 uint64_t err_level:3;
580                 uint64_t err_opcode:8;
581 #else
582                 uint64_t err_opcode:8;
583                 uint64_t err_level:3;
584                 uint64_t l2_present:1;
585                 uint64_t l3_type:4;
586                 uint64_t l4_type:4;
587                 uint64_t vlan2_stripped:1;
588                 uint64_t vlan2_found:1;
589                 uint64_t vlan_stripped:1;
590                 uint64_t vlan_found:1;
591                 uint64_t rb_cnt:4;
592                 uint64_t rsvd2:4;
593                 uint64_t rss_alg:4;
594                 uint64_t rsvd1:12;
595                 uint64_t rq_idx:3;
596                 uint64_t rq_qs:7;
597                 uint64_t rsvd0:1;
598                 uint64_t stdn_fault:1;
599                 uint64_t cqe_type:4;
600 #endif
601         };
602 } cqe_rx_word0_t;
603
604 typedef union {
605         uint64_t u64;
606         struct {
607 #if __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
608                 uint64_t pkt_len:16;
609                 uint64_t l2_ptr:8;
610                 uint64_t l3_ptr:8;
611                 uint64_t l4_ptr:8;
612                 uint64_t cq_pkt_len:8;
613                 uint64_t align_pad:3;
614                 uint64_t rsvd3:1;
615                 uint64_t chan:12;
616 #else
617                 uint64_t chan:12;
618                 uint64_t rsvd3:1;
619                 uint64_t align_pad:3;
620                 uint64_t cq_pkt_len:8;
621                 uint64_t l4_ptr:8;
622                 uint64_t l3_ptr:8;
623                 uint64_t l2_ptr:8;
624                 uint64_t pkt_len:16;
625 #endif
626         };
627 } cqe_rx_word1_t;
628
629 typedef union {
630         uint64_t u64;
631         struct {
632 #if __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
633                 uint64_t rss_tag:32;
634                 uint64_t vlan_tci:16;
635                 uint64_t vlan_ptr:8;
636                 uint64_t vlan2_ptr:8;
637 #else
638                 uint64_t vlan2_ptr:8;
639                 uint64_t vlan_ptr:8;
640                 uint64_t vlan_tci:16;
641                 uint64_t rss_tag:32;
642 #endif
643         };
644 } cqe_rx_word2_t;
645
646 typedef union {
647         uint64_t u64;
648         struct {
649 #if __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
650                 uint16_t rb3_sz;
651                 uint16_t rb2_sz;
652                 uint16_t rb1_sz;
653                 uint16_t rb0_sz;
654 #else
655                 uint16_t rb0_sz;
656                 uint16_t rb1_sz;
657                 uint16_t rb2_sz;
658                 uint16_t rb3_sz;
659 #endif
660         };
661 } cqe_rx_word3_t;
662
663 typedef union {
664         uint64_t u64;
665         struct {
666 #if __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
667                 uint16_t rb7_sz;
668                 uint16_t rb6_sz;
669                 uint16_t rb5_sz;
670                 uint16_t rb4_sz;
671 #else
672                 uint16_t rb4_sz;
673                 uint16_t rb5_sz;
674                 uint16_t rb6_sz;
675                 uint16_t rb7_sz;
676 #endif
677         };
678 } cqe_rx_word4_t;
679
680 typedef union {
681         uint64_t u64;
682         struct {
683 #if __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
684                 uint16_t rb11_sz;
685                 uint16_t rb10_sz;
686                 uint16_t rb9_sz;
687                 uint16_t rb8_sz;
688 #else
689                 uint16_t rb8_sz;
690                 uint16_t rb9_sz;
691                 uint16_t rb10_sz;
692                 uint16_t rb11_sz;
693 #endif
694         };
695 } cqe_rx_word5_t;
696
697 typedef union {
698         uint64_t u64;
699         struct {
700 #if __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
701                 uint64_t vlan_found:1;
702                 uint64_t vlan_stripped:1;
703                 uint64_t vlan2_found:1;
704                 uint64_t vlan2_stripped:1;
705                 uint64_t rsvd2:3;
706                 uint64_t inner_l2:1;
707                 uint64_t inner_l4type:4;
708                 uint64_t inner_l3type:4;
709                 uint64_t vlan_ptr:8;
710                 uint64_t vlan2_ptr:8;
711                 uint64_t rsvd1:8;
712                 uint64_t rsvd0:8;
713                 uint64_t inner_l3ptr:8;
714                 uint64_t inner_l4ptr:8;
715 #else
716                 uint64_t inner_l4ptr:8;
717                 uint64_t inner_l3ptr:8;
718                 uint64_t rsvd0:8;
719                 uint64_t rsvd1:8;
720                 uint64_t vlan2_ptr:8;
721                 uint64_t vlan_ptr:8;
722                 uint64_t inner_l3type:4;
723                 uint64_t inner_l4type:4;
724                 uint64_t inner_l2:1;
725                 uint64_t rsvd2:3;
726                 uint64_t vlan2_stripped:1;
727                 uint64_t vlan2_found:1;
728                 uint64_t vlan_stripped:1;
729                 uint64_t vlan_found:1;
730 #endif
731         };
732 } cqe_rx2_word6_t;
733
734 struct cqe_rx_t {
735         cqe_rx_word0_t word0;
736         cqe_rx_word1_t word1;
737         cqe_rx_word2_t word2;
738         cqe_rx_word3_t word3;
739         cqe_rx_word4_t word4;
740         cqe_rx_word5_t word5;
741         cqe_rx2_word6_t word6; /* if NIC_PF_RX_CFG[CQE_RX2_ENA] set */
742 };
743
744 struct cqe_rx_tcp_err_t {
745 #if __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
746         uint64_t   cqe_type:4; /* W0 */
747         uint64_t   rsvd0:60;
748
749         uint64_t   rsvd1:4; /* W1 */
750         uint64_t   partial_first:1;
751         uint64_t   rsvd2:27;
752         uint64_t   rbdr_bytes:8;
753         uint64_t   rsvd3:24;
754 #else
755         uint64_t   rsvd0:60;
756         uint64_t   cqe_type:4;
757
758         uint64_t   rsvd3:24;
759         uint64_t   rbdr_bytes:8;
760         uint64_t   rsvd2:27;
761         uint64_t   partial_first:1;
762         uint64_t   rsvd1:4;
763 #endif
764 };
765
766 struct cqe_rx_tcp_t {
767 #if __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
768         uint64_t   cqe_type:4; /* W0 */
769         uint64_t   rsvd0:52;
770         uint64_t   cq_tcp_status:8;
771
772         uint64_t   rsvd1:32; /* W1 */
773         uint64_t   tcp_cntx_bytes:8;
774         uint64_t   rsvd2:8;
775         uint64_t   tcp_err_bytes:16;
776 #else
777         uint64_t   cq_tcp_status:8;
778         uint64_t   rsvd0:52;
779         uint64_t   cqe_type:4; /* W0 */
780
781         uint64_t   tcp_err_bytes:16;
782         uint64_t   rsvd2:8;
783         uint64_t   tcp_cntx_bytes:8;
784         uint64_t   rsvd1:32; /* W1 */
785 #endif
786 };
787
788 struct cqe_send_t {
789 #if defined(__BIG_ENDIAN_BITFIELD)
790         uint64_t   cqe_type:4; /* W0 */
791         uint64_t   rsvd0:4;
792         uint64_t   sqe_ptr:16;
793         uint64_t   rsvd1:4;
794         uint64_t   rsvd2:10;
795         uint64_t   sq_qs:7;
796         uint64_t   sq_idx:3;
797         uint64_t   rsvd3:8;
798         uint64_t   send_status:8;
799
800         uint64_t   ptp_timestamp:64; /* W1 */
801 #elif defined(__LITTLE_ENDIAN_BITFIELD)
802         uint64_t   send_status:8;
803         uint64_t   rsvd3:8;
804         uint64_t   sq_idx:3;
805         uint64_t   sq_qs:7;
806         uint64_t   rsvd2:10;
807         uint64_t   rsvd1:4;
808         uint64_t   sqe_ptr:16;
809         uint64_t   rsvd0:4;
810         uint64_t   cqe_type:4; /* W0 */
811
812         uint64_t   ptp_timestamp:64;
813 #endif
814 };
815
816 struct cq_entry_type_t {
817 #if __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
818         uint64_t cqe_type:4;
819         uint64_t __pad:60;
820 #else
821         uint64_t __pad:60;
822         uint64_t cqe_type:4;
823 #endif
824 };
825
826 union cq_entry_t {
827         uint64_t u[64];
828         struct cq_entry_type_t type;
829         struct cqe_rx_t rx_hdr;
830         struct cqe_rx_tcp_t rx_tcp_hdr;
831         struct cqe_rx_tcp_err_t rx_tcp_err_hdr;
832         struct cqe_send_t cqe_send;
833 };
834
835 NICVF_STATIC_ASSERT(sizeof(union cq_entry_t) == 512);
836
837 struct rbdr_entry_t {
838 #if __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
839         union {
840                 struct {
841                         uint64_t   rsvd0:15;
842                         uint64_t   buf_addr:42;
843                         uint64_t   cache_align:7;
844                 };
845                 nicvf_phys_addr_t full_addr;
846         };
847 #else
848         union {
849                 struct {
850                         uint64_t   cache_align:7;
851                         uint64_t   buf_addr:42;
852                         uint64_t   rsvd0:15;
853                 };
854                 nicvf_phys_addr_t full_addr;
855         };
856 #endif
857 };
858
859 NICVF_STATIC_ASSERT(sizeof(struct rbdr_entry_t) == sizeof(uint64_t));
860
861 /* TCP reassembly context */
862 struct rbe_tcp_cnxt_t {
863 #if __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
864         uint64_t   tcp_pkt_cnt:12;
865         uint64_t   rsvd1:4;
866         uint64_t   align_hdr_bytes:4;
867         uint64_t   align_ptr_bytes:4;
868         uint64_t   ptr_bytes:16;
869         uint64_t   rsvd2:24;
870         uint64_t   cqe_type:4;
871         uint64_t   rsvd0:54;
872         uint64_t   tcp_end_reason:2;
873         uint64_t   tcp_status:4;
874 #else
875         uint64_t   tcp_status:4;
876         uint64_t   tcp_end_reason:2;
877         uint64_t   rsvd0:54;
878         uint64_t   cqe_type:4;
879         uint64_t   rsvd2:24;
880         uint64_t   ptr_bytes:16;
881         uint64_t   align_ptr_bytes:4;
882         uint64_t   align_hdr_bytes:4;
883         uint64_t   rsvd1:4;
884         uint64_t   tcp_pkt_cnt:12;
885 #endif
886 };
887
888 /* Always Big endian */
889 struct rx_hdr_t {
890         uint64_t   opaque:32;
891         uint64_t   rss_flow:8;
892         uint64_t   skip_length:6;
893         uint64_t   disable_rss:1;
894         uint64_t   disable_tcp_reassembly:1;
895         uint64_t   nodrop:1;
896         uint64_t   dest_alg:2;
897         uint64_t   rsvd0:2;
898         uint64_t   dest_rq:11;
899 };
900
901 struct sq_crc_subdesc {
902 #if __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
903         uint64_t    rsvd1:32;
904         uint64_t    crc_ival:32;
905         uint64_t    subdesc_type:4;
906         uint64_t    crc_alg:2;
907         uint64_t    rsvd0:10;
908         uint64_t    crc_insert_pos:16;
909         uint64_t    hdr_start:16;
910         uint64_t    crc_len:16;
911 #else
912         uint64_t    crc_len:16;
913         uint64_t    hdr_start:16;
914         uint64_t    crc_insert_pos:16;
915         uint64_t    rsvd0:10;
916         uint64_t    crc_alg:2;
917         uint64_t    subdesc_type:4;
918         uint64_t    crc_ival:32;
919         uint64_t    rsvd1:32;
920 #endif
921 };
922
923 struct sq_gather_subdesc {
924 #if __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
925         uint64_t    subdesc_type:4; /* W0 */
926         uint64_t    ld_type:2;
927         uint64_t    rsvd0:42;
928         uint64_t    size:16;
929
930         uint64_t    rsvd1:15; /* W1 */
931         uint64_t    addr:49;
932 #else
933         uint64_t    size:16;
934         uint64_t    rsvd0:42;
935         uint64_t    ld_type:2;
936         uint64_t    subdesc_type:4; /* W0 */
937
938         uint64_t    addr:49;
939         uint64_t    rsvd1:15; /* W1 */
940 #endif
941 };
942
943 /* SQ immediate subdescriptor */
944 struct sq_imm_subdesc {
945 #if __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
946         uint64_t    subdesc_type:4; /* W0 */
947         uint64_t    rsvd0:46;
948         uint64_t    len:14;
949
950         uint64_t    data:64; /* W1 */
951 #else
952         uint64_t    len:14;
953         uint64_t    rsvd0:46;
954         uint64_t    subdesc_type:4; /* W0 */
955
956         uint64_t    data:64; /* W1 */
957 #endif
958 };
959
960 struct sq_mem_subdesc {
961 #if __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
962         uint64_t    subdesc_type:4; /* W0 */
963         uint64_t    mem_alg:4;
964         uint64_t    mem_dsz:2;
965         uint64_t    wmem:1;
966         uint64_t    rsvd0:21;
967         uint64_t    offset:32;
968
969         uint64_t    rsvd1:15; /* W1 */
970         uint64_t    addr:49;
971 #else
972         uint64_t    offset:32;
973         uint64_t    rsvd0:21;
974         uint64_t    wmem:1;
975         uint64_t    mem_dsz:2;
976         uint64_t    mem_alg:4;
977         uint64_t    subdesc_type:4; /* W0 */
978
979         uint64_t    addr:49;
980         uint64_t    rsvd1:15; /* W1 */
981 #endif
982 };
983
984 struct sq_hdr_subdesc {
985 #if __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
986         uint64_t    subdesc_type:4;
987         uint64_t    tso:1;
988         uint64_t    post_cqe:1; /* Post CQE on no error also */
989         uint64_t    dont_send:1;
990         uint64_t    tstmp:1;
991         uint64_t    subdesc_cnt:8;
992         uint64_t    csum_l4:2;
993         uint64_t    csum_l3:1;
994         uint64_t    csum_inner_l4:2;
995         uint64_t    csum_inner_l3:1;
996         uint64_t    rsvd0:2;
997         uint64_t    l4_offset:8;
998         uint64_t    l3_offset:8;
999         uint64_t    rsvd1:4;
1000         uint64_t    tot_len:20; /* W0 */
1001
1002         uint64_t    rsvd2:24;
1003         uint64_t    inner_l4_offset:8;
1004         uint64_t    inner_l3_offset:8;
1005         uint64_t    tso_start:8;
1006         uint64_t    rsvd3:2;
1007         uint64_t    tso_max_paysize:14; /* W1 */
1008 #else
1009         uint64_t    tot_len:20;
1010         uint64_t    rsvd1:4;
1011         uint64_t    l3_offset:8;
1012         uint64_t    l4_offset:8;
1013         uint64_t    rsvd0:2;
1014         uint64_t    csum_inner_l3:1;
1015         uint64_t    csum_inner_l4:2;
1016         uint64_t    csum_l3:1;
1017         uint64_t    csum_l4:2;
1018         uint64_t    subdesc_cnt:8;
1019         uint64_t    tstmp:1;
1020         uint64_t    dont_send:1;
1021         uint64_t    post_cqe:1; /* Post CQE on no error also */
1022         uint64_t    tso:1;
1023         uint64_t    subdesc_type:4; /* W0 */
1024
1025         uint64_t    tso_max_paysize:14;
1026         uint64_t    rsvd3:2;
1027         uint64_t    tso_start:8;
1028         uint64_t    inner_l3_offset:8;
1029         uint64_t    inner_l4_offset:8;
1030         uint64_t    rsvd2:24; /* W1 */
1031 #endif
1032 };
1033
1034 /* Each sq entry is 128 bits wide */
1035 union sq_entry_t {
1036         uint64_t buff[2];
1037         struct sq_hdr_subdesc hdr;
1038         struct sq_imm_subdesc imm;
1039         struct sq_gather_subdesc gather;
1040         struct sq_crc_subdesc crc;
1041         struct sq_mem_subdesc mem;
1042 };
1043
1044 NICVF_STATIC_ASSERT(sizeof(union sq_entry_t) == 16);
1045
1046 /* Queue config register formats */
1047 struct rq_cfg { union { struct {
1048 #if __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
1049         uint64_t reserved_2_63:62;
1050         uint64_t ena:1;
1051         uint64_t reserved_0:1;
1052 #else
1053         uint64_t reserved_0:1;
1054         uint64_t ena:1;
1055         uint64_t reserved_2_63:62;
1056 #endif
1057         };
1058         uint64_t value;
1059 }; };
1060
1061 struct cq_cfg { union { struct {
1062 #if __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
1063         uint64_t reserved_43_63:21;
1064         uint64_t ena:1;
1065         uint64_t reset:1;
1066         uint64_t caching:1;
1067         uint64_t reserved_35_39:5;
1068         uint64_t qsize:3;
1069         uint64_t reserved_25_31:7;
1070         uint64_t avg_con:9;
1071         uint64_t reserved_0_15:16;
1072 #else
1073         uint64_t reserved_0_15:16;
1074         uint64_t avg_con:9;
1075         uint64_t reserved_25_31:7;
1076         uint64_t qsize:3;
1077         uint64_t reserved_35_39:5;
1078         uint64_t caching:1;
1079         uint64_t reset:1;
1080         uint64_t ena:1;
1081         uint64_t reserved_43_63:21;
1082 #endif
1083         };
1084         uint64_t value;
1085 }; };
1086
1087 struct sq_cfg { union { struct {
1088 #if __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
1089         uint64_t reserved_20_63:44;
1090         uint64_t ena:1;
1091         uint64_t reserved_18_18:1;
1092         uint64_t reset:1;
1093         uint64_t ldwb:1;
1094         uint64_t reserved_11_15:5;
1095         uint64_t qsize:3;
1096         uint64_t reserved_3_7:5;
1097         uint64_t tstmp_bgx_intf:3;
1098 #else
1099         uint64_t tstmp_bgx_intf:3;
1100         uint64_t reserved_3_7:5;
1101         uint64_t qsize:3;
1102         uint64_t reserved_11_15:5;
1103         uint64_t ldwb:1;
1104         uint64_t reset:1;
1105         uint64_t reserved_18_18:1;
1106         uint64_t ena:1;
1107         uint64_t reserved_20_63:44;
1108 #endif
1109         };
1110         uint64_t value;
1111 }; };
1112
1113 struct rbdr_cfg { union { struct {
1114 #if __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
1115         uint64_t reserved_45_63:19;
1116         uint64_t ena:1;
1117         uint64_t reset:1;
1118         uint64_t ldwb:1;
1119         uint64_t reserved_36_41:6;
1120         uint64_t qsize:4;
1121         uint64_t reserved_25_31:7;
1122         uint64_t avg_con:9;
1123         uint64_t reserved_12_15:4;
1124         uint64_t lines:12;
1125 #else
1126         uint64_t lines:12;
1127         uint64_t reserved_12_15:4;
1128         uint64_t avg_con:9;
1129         uint64_t reserved_25_31:7;
1130         uint64_t qsize:4;
1131         uint64_t reserved_36_41:6;
1132         uint64_t ldwb:1;
1133         uint64_t reset:1;
1134         uint64_t ena: 1;
1135         uint64_t reserved_45_63:19;
1136 #endif
1137         };
1138         uint64_t value;
1139 }; };
1140
1141 struct pf_qs_cfg { union { struct {
1142 #if __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
1143         uint64_t reserved_32_63:32;
1144         uint64_t ena:1;
1145         uint64_t reserved_27_30:4;
1146         uint64_t sq_ins_ena:1;
1147         uint64_t sq_ins_pos:6;
1148         uint64_t lock_ena:1;
1149         uint64_t lock_viol_cqe_ena:1;
1150         uint64_t send_tstmp_ena:1;
1151         uint64_t be:1;
1152         uint64_t reserved_7_15:9;
1153         uint64_t vnic:7;
1154 #else
1155         uint64_t vnic:7;
1156         uint64_t reserved_7_15:9;
1157         uint64_t be:1;
1158         uint64_t send_tstmp_ena:1;
1159         uint64_t lock_viol_cqe_ena:1;
1160         uint64_t lock_ena:1;
1161         uint64_t sq_ins_pos:6;
1162         uint64_t sq_ins_ena:1;
1163         uint64_t reserved_27_30:4;
1164         uint64_t ena:1;
1165         uint64_t reserved_32_63:32;
1166 #endif
1167         };
1168         uint64_t value;
1169 }; };
1170
1171 struct pf_rq_cfg { union { struct {
1172 #if __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
1173         uint64_t reserved1:1;
1174         uint64_t reserved0:34;
1175         uint64_t strip_pre_l2:1;
1176         uint64_t caching:2;
1177         uint64_t cq_qs:7;
1178         uint64_t cq_idx:3;
1179         uint64_t rbdr_cont_qs:7;
1180         uint64_t rbdr_cont_idx:1;
1181         uint64_t rbdr_strt_qs:7;
1182         uint64_t rbdr_strt_idx:1;
1183 #else
1184         uint64_t rbdr_strt_idx:1;
1185         uint64_t rbdr_strt_qs:7;
1186         uint64_t rbdr_cont_idx:1;
1187         uint64_t rbdr_cont_qs:7;
1188         uint64_t cq_idx:3;
1189         uint64_t cq_qs:7;
1190         uint64_t caching:2;
1191         uint64_t strip_pre_l2:1;
1192         uint64_t reserved0:34;
1193         uint64_t reserved1:1;
1194 #endif
1195         };
1196         uint64_t value;
1197 }; };
1198
1199 struct pf_rq_drop_cfg { union { struct {
1200 #if __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
1201         uint64_t rbdr_red:1;
1202         uint64_t cq_red:1;
1203         uint64_t reserved3:14;
1204         uint64_t rbdr_pass:8;
1205         uint64_t rbdr_drop:8;
1206         uint64_t reserved2:8;
1207         uint64_t cq_pass:8;
1208         uint64_t cq_drop:8;
1209         uint64_t reserved1:8;
1210 #else
1211         uint64_t reserved1:8;
1212         uint64_t cq_drop:8;
1213         uint64_t cq_pass:8;
1214         uint64_t reserved2:8;
1215         uint64_t rbdr_drop:8;
1216         uint64_t rbdr_pass:8;
1217         uint64_t reserved3:14;
1218         uint64_t cq_red:1;
1219         uint64_t rbdr_red:1;
1220 #endif
1221         };
1222         uint64_t value;
1223 }; };
1224
1225 #endif /* _THUNDERX_NICVF_HW_DEFS_H */