2 * Copyright (c) 2013-2015, Mellanox Technologies, Ltd. All rights reserved.
4 * This software is available to you under a choice of one of two
5 * licenses. You may choose to be licensed under the terms of the GNU
6 * General Public License (GPL) Version 2, available from the file
7 * COPYING in the main directory of this source tree, or the
8 * OpenIB.org BSD license below:
10 * Redistribution and use in source and binary forms, with or
11 * without modification, are permitted provided that the following
14 * - Redistributions of source code must retain the above
15 * copyright notice, this list of conditions and the following
18 * - Redistributions in binary form must reproduce the above
19 * copyright notice, this list of conditions and the following
20 * disclaimer in the documentation and/or other materials
21 * provided with the distribution.
23 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
24 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
25 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
26 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
27 * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
28 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
29 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
35 #include "mlx5_ifc_fpga.h"
38 MLX5_EVENT_TYPE_CODING_COMPLETION_EVENTS
= 0x0,
39 MLX5_EVENT_TYPE_CODING_PATH_MIGRATED_SUCCEEDED
= 0x1,
40 MLX5_EVENT_TYPE_CODING_COMMUNICATION_ESTABLISHED
= 0x2,
41 MLX5_EVENT_TYPE_CODING_SEND_QUEUE_DRAINED
= 0x3,
42 MLX5_EVENT_TYPE_CODING_LAST_WQE_REACHED
= 0x13,
43 MLX5_EVENT_TYPE_CODING_SRQ_LIMIT
= 0x14,
44 MLX5_EVENT_TYPE_CODING_DCT_ALL_CONNECTIONS_CLOSED
= 0x1c,
45 MLX5_EVENT_TYPE_CODING_DCT_ACCESS_KEY_VIOLATION
= 0x1d,
46 MLX5_EVENT_TYPE_CODING_CQ_ERROR
= 0x4,
47 MLX5_EVENT_TYPE_CODING_LOCAL_WQ_CATASTROPHIC_ERROR
= 0x5,
48 MLX5_EVENT_TYPE_CODING_PATH_MIGRATION_FAILED
= 0x7,
49 MLX5_EVENT_TYPE_CODING_PAGE_FAULT_EVENT
= 0xc,
50 MLX5_EVENT_TYPE_CODING_INVALID_REQUEST_LOCAL_WQ_ERROR
= 0x10,
51 MLX5_EVENT_TYPE_CODING_LOCAL_ACCESS_VIOLATION_WQ_ERROR
= 0x11,
52 MLX5_EVENT_TYPE_CODING_LOCAL_SRQ_CATASTROPHIC_ERROR
= 0x12,
53 MLX5_EVENT_TYPE_CODING_INTERNAL_ERROR
= 0x8,
54 MLX5_EVENT_TYPE_CODING_PORT_STATE_CHANGE
= 0x9,
55 MLX5_EVENT_TYPE_CODING_GPIO_EVENT
= 0x15,
56 MLX5_EVENT_TYPE_CODING_REMOTE_CONFIGURATION_PROTOCOL_EVENT
= 0x19,
57 MLX5_EVENT_TYPE_CODING_DOORBELL_BLUEFLAME_CONGESTION_EVENT
= 0x1a,
58 MLX5_EVENT_TYPE_CODING_STALL_VL_EVENT
= 0x1b,
59 MLX5_EVENT_TYPE_CODING_DROPPED_PACKET_LOGGED_EVENT
= 0x1f,
60 MLX5_EVENT_TYPE_CODING_COMMAND_INTERFACE_COMPLETION
= 0xa,
61 MLX5_EVENT_TYPE_CODING_PAGE_REQUEST
= 0xb,
62 MLX5_EVENT_TYPE_CODING_FPGA_ERROR
= 0x20,
66 MLX5_MODIFY_TIR_BITMASK_LRO
= 0x0,
67 MLX5_MODIFY_TIR_BITMASK_INDIRECT_TABLE
= 0x1,
68 MLX5_MODIFY_TIR_BITMASK_HASH
= 0x2,
69 MLX5_MODIFY_TIR_BITMASK_TUNNELED_OFFLOAD_EN
= 0x3
73 MLX5_SET_HCA_CAP_OP_MOD_GENERAL_DEVICE
= 0x0,
74 MLX5_SET_HCA_CAP_OP_MOD_ATOMIC
= 0x3,
78 MLX5_CMD_OP_QUERY_HCA_CAP
= 0x100,
79 MLX5_CMD_OP_QUERY_ADAPTER
= 0x101,
80 MLX5_CMD_OP_INIT_HCA
= 0x102,
81 MLX5_CMD_OP_TEARDOWN_HCA
= 0x103,
82 MLX5_CMD_OP_ENABLE_HCA
= 0x104,
83 MLX5_CMD_OP_DISABLE_HCA
= 0x105,
84 MLX5_CMD_OP_QUERY_PAGES
= 0x107,
85 MLX5_CMD_OP_MANAGE_PAGES
= 0x108,
86 MLX5_CMD_OP_SET_HCA_CAP
= 0x109,
87 MLX5_CMD_OP_QUERY_ISSI
= 0x10a,
88 MLX5_CMD_OP_SET_ISSI
= 0x10b,
89 MLX5_CMD_OP_SET_DRIVER_VERSION
= 0x10d,
90 MLX5_CMD_OP_CREATE_MKEY
= 0x200,
91 MLX5_CMD_OP_QUERY_MKEY
= 0x201,
92 MLX5_CMD_OP_DESTROY_MKEY
= 0x202,
93 MLX5_CMD_OP_QUERY_SPECIAL_CONTEXTS
= 0x203,
94 MLX5_CMD_OP_PAGE_FAULT_RESUME
= 0x204,
95 MLX5_CMD_OP_CREATE_EQ
= 0x301,
96 MLX5_CMD_OP_DESTROY_EQ
= 0x302,
97 MLX5_CMD_OP_QUERY_EQ
= 0x303,
98 MLX5_CMD_OP_GEN_EQE
= 0x304,
99 MLX5_CMD_OP_CREATE_CQ
= 0x400,
100 MLX5_CMD_OP_DESTROY_CQ
= 0x401,
101 MLX5_CMD_OP_QUERY_CQ
= 0x402,
102 MLX5_CMD_OP_MODIFY_CQ
= 0x403,
103 MLX5_CMD_OP_CREATE_QP
= 0x500,
104 MLX5_CMD_OP_DESTROY_QP
= 0x501,
105 MLX5_CMD_OP_RST2INIT_QP
= 0x502,
106 MLX5_CMD_OP_INIT2RTR_QP
= 0x503,
107 MLX5_CMD_OP_RTR2RTS_QP
= 0x504,
108 MLX5_CMD_OP_RTS2RTS_QP
= 0x505,
109 MLX5_CMD_OP_SQERR2RTS_QP
= 0x506,
110 MLX5_CMD_OP_2ERR_QP
= 0x507,
111 MLX5_CMD_OP_2RST_QP
= 0x50a,
112 MLX5_CMD_OP_QUERY_QP
= 0x50b,
113 MLX5_CMD_OP_SQD_RTS_QP
= 0x50c,
114 MLX5_CMD_OP_INIT2INIT_QP
= 0x50e,
115 MLX5_CMD_OP_CREATE_PSV
= 0x600,
116 MLX5_CMD_OP_DESTROY_PSV
= 0x601,
117 MLX5_CMD_OP_CREATE_SRQ
= 0x700,
118 MLX5_CMD_OP_DESTROY_SRQ
= 0x701,
119 MLX5_CMD_OP_QUERY_SRQ
= 0x702,
120 MLX5_CMD_OP_ARM_RQ
= 0x703,
121 MLX5_CMD_OP_CREATE_XRC_SRQ
= 0x705,
122 MLX5_CMD_OP_DESTROY_XRC_SRQ
= 0x706,
123 MLX5_CMD_OP_QUERY_XRC_SRQ
= 0x707,
124 MLX5_CMD_OP_ARM_XRC_SRQ
= 0x708,
125 MLX5_CMD_OP_CREATE_DCT
= 0x710,
126 MLX5_CMD_OP_DESTROY_DCT
= 0x711,
127 MLX5_CMD_OP_DRAIN_DCT
= 0x712,
128 MLX5_CMD_OP_QUERY_DCT
= 0x713,
129 MLX5_CMD_OP_ARM_DCT_FOR_KEY_VIOLATION
= 0x714,
130 MLX5_CMD_OP_CREATE_XRQ
= 0x717,
131 MLX5_CMD_OP_DESTROY_XRQ
= 0x718,
132 MLX5_CMD_OP_QUERY_XRQ
= 0x719,
133 MLX5_CMD_OP_ARM_XRQ
= 0x71a,
134 MLX5_CMD_OP_QUERY_VPORT_STATE
= 0x750,
135 MLX5_CMD_OP_MODIFY_VPORT_STATE
= 0x751,
136 MLX5_CMD_OP_QUERY_ESW_VPORT_CONTEXT
= 0x752,
137 MLX5_CMD_OP_MODIFY_ESW_VPORT_CONTEXT
= 0x753,
138 MLX5_CMD_OP_QUERY_NIC_VPORT_CONTEXT
= 0x754,
139 MLX5_CMD_OP_MODIFY_NIC_VPORT_CONTEXT
= 0x755,
140 MLX5_CMD_OP_QUERY_ROCE_ADDRESS
= 0x760,
141 MLX5_CMD_OP_SET_ROCE_ADDRESS
= 0x761,
142 MLX5_CMD_OP_QUERY_HCA_VPORT_CONTEXT
= 0x762,
143 MLX5_CMD_OP_MODIFY_HCA_VPORT_CONTEXT
= 0x763,
144 MLX5_CMD_OP_QUERY_HCA_VPORT_GID
= 0x764,
145 MLX5_CMD_OP_QUERY_HCA_VPORT_PKEY
= 0x765,
146 MLX5_CMD_OP_QUERY_VPORT_COUNTER
= 0x770,
147 MLX5_CMD_OP_ALLOC_Q_COUNTER
= 0x771,
148 MLX5_CMD_OP_DEALLOC_Q_COUNTER
= 0x772,
149 MLX5_CMD_OP_QUERY_Q_COUNTER
= 0x773,
150 MLX5_CMD_OP_SET_PP_RATE_LIMIT
= 0x780,
151 MLX5_CMD_OP_QUERY_RATE_LIMIT
= 0x781,
152 MLX5_CMD_OP_CREATE_SCHEDULING_ELEMENT
= 0x782,
153 MLX5_CMD_OP_DESTROY_SCHEDULING_ELEMENT
= 0x783,
154 MLX5_CMD_OP_QUERY_SCHEDULING_ELEMENT
= 0x784,
155 MLX5_CMD_OP_MODIFY_SCHEDULING_ELEMENT
= 0x785,
156 MLX5_CMD_OP_CREATE_QOS_PARA_VPORT
= 0x786,
157 MLX5_CMD_OP_DESTROY_QOS_PARA_VPORT
= 0x787,
158 MLX5_CMD_OP_ALLOC_PD
= 0x800,
159 MLX5_CMD_OP_DEALLOC_PD
= 0x801,
160 MLX5_CMD_OP_ALLOC_UAR
= 0x802,
161 MLX5_CMD_OP_DEALLOC_UAR
= 0x803,
162 MLX5_CMD_OP_CONFIG_INT_MODERATION
= 0x804,
163 MLX5_CMD_OP_ACCESS_REG
= 0x805,
164 MLX5_CMD_OP_ATTACH_TO_MCG
= 0x806,
165 MLX5_CMD_OP_DETACH_FROM_MCG
= 0x807,
166 MLX5_CMD_OP_GET_DROPPED_PACKET_LOG
= 0x80a,
167 MLX5_CMD_OP_MAD_IFC
= 0x50d,
168 MLX5_CMD_OP_QUERY_MAD_DEMUX
= 0x80b,
169 MLX5_CMD_OP_SET_MAD_DEMUX
= 0x80c,
170 MLX5_CMD_OP_NOP
= 0x80d,
171 MLX5_CMD_OP_ALLOC_XRCD
= 0x80e,
172 MLX5_CMD_OP_DEALLOC_XRCD
= 0x80f,
173 MLX5_CMD_OP_ALLOC_TRANSPORT_DOMAIN
= 0x816,
174 MLX5_CMD_OP_DEALLOC_TRANSPORT_DOMAIN
= 0x817,
175 MLX5_CMD_OP_QUERY_CONG_STATUS
= 0x822,
176 MLX5_CMD_OP_MODIFY_CONG_STATUS
= 0x823,
177 MLX5_CMD_OP_QUERY_CONG_PARAMS
= 0x824,
178 MLX5_CMD_OP_MODIFY_CONG_PARAMS
= 0x825,
179 MLX5_CMD_OP_QUERY_CONG_STATISTICS
= 0x826,
180 MLX5_CMD_OP_ADD_VXLAN_UDP_DPORT
= 0x827,
181 MLX5_CMD_OP_DELETE_VXLAN_UDP_DPORT
= 0x828,
182 MLX5_CMD_OP_SET_L2_TABLE_ENTRY
= 0x829,
183 MLX5_CMD_OP_QUERY_L2_TABLE_ENTRY
= 0x82a,
184 MLX5_CMD_OP_DELETE_L2_TABLE_ENTRY
= 0x82b,
185 MLX5_CMD_OP_SET_WOL_ROL
= 0x830,
186 MLX5_CMD_OP_QUERY_WOL_ROL
= 0x831,
187 MLX5_CMD_OP_CREATE_LAG
= 0x840,
188 MLX5_CMD_OP_MODIFY_LAG
= 0x841,
189 MLX5_CMD_OP_QUERY_LAG
= 0x842,
190 MLX5_CMD_OP_DESTROY_LAG
= 0x843,
191 MLX5_CMD_OP_CREATE_VPORT_LAG
= 0x844,
192 MLX5_CMD_OP_DESTROY_VPORT_LAG
= 0x845,
193 MLX5_CMD_OP_CREATE_TIR
= 0x900,
194 MLX5_CMD_OP_MODIFY_TIR
= 0x901,
195 MLX5_CMD_OP_DESTROY_TIR
= 0x902,
196 MLX5_CMD_OP_QUERY_TIR
= 0x903,
197 MLX5_CMD_OP_CREATE_SQ
= 0x904,
198 MLX5_CMD_OP_MODIFY_SQ
= 0x905,
199 MLX5_CMD_OP_DESTROY_SQ
= 0x906,
200 MLX5_CMD_OP_QUERY_SQ
= 0x907,
201 MLX5_CMD_OP_CREATE_RQ
= 0x908,
202 MLX5_CMD_OP_MODIFY_RQ
= 0x909,
203 MLX5_CMD_OP_SET_DELAY_DROP_PARAMS
= 0x910,
204 MLX5_CMD_OP_DESTROY_RQ
= 0x90a,
205 MLX5_CMD_OP_QUERY_RQ
= 0x90b,
206 MLX5_CMD_OP_CREATE_RMP
= 0x90c,
207 MLX5_CMD_OP_MODIFY_RMP
= 0x90d,
208 MLX5_CMD_OP_DESTROY_RMP
= 0x90e,
209 MLX5_CMD_OP_QUERY_RMP
= 0x90f,
210 MLX5_CMD_OP_CREATE_TIS
= 0x912,
211 MLX5_CMD_OP_MODIFY_TIS
= 0x913,
212 MLX5_CMD_OP_DESTROY_TIS
= 0x914,
213 MLX5_CMD_OP_QUERY_TIS
= 0x915,
214 MLX5_CMD_OP_CREATE_RQT
= 0x916,
215 MLX5_CMD_OP_MODIFY_RQT
= 0x917,
216 MLX5_CMD_OP_DESTROY_RQT
= 0x918,
217 MLX5_CMD_OP_QUERY_RQT
= 0x919,
218 MLX5_CMD_OP_SET_FLOW_TABLE_ROOT
= 0x92f,
219 MLX5_CMD_OP_CREATE_FLOW_TABLE
= 0x930,
220 MLX5_CMD_OP_DESTROY_FLOW_TABLE
= 0x931,
221 MLX5_CMD_OP_QUERY_FLOW_TABLE
= 0x932,
222 MLX5_CMD_OP_CREATE_FLOW_GROUP
= 0x933,
223 MLX5_CMD_OP_DESTROY_FLOW_GROUP
= 0x934,
224 MLX5_CMD_OP_QUERY_FLOW_GROUP
= 0x935,
225 MLX5_CMD_OP_SET_FLOW_TABLE_ENTRY
= 0x936,
226 MLX5_CMD_OP_QUERY_FLOW_TABLE_ENTRY
= 0x937,
227 MLX5_CMD_OP_DELETE_FLOW_TABLE_ENTRY
= 0x938,
228 MLX5_CMD_OP_ALLOC_FLOW_COUNTER
= 0x939,
229 MLX5_CMD_OP_DEALLOC_FLOW_COUNTER
= 0x93a,
230 MLX5_CMD_OP_QUERY_FLOW_COUNTER
= 0x93b,
231 MLX5_CMD_OP_MODIFY_FLOW_TABLE
= 0x93c,
232 MLX5_CMD_OP_ALLOC_ENCAP_HEADER
= 0x93d,
233 MLX5_CMD_OP_DEALLOC_ENCAP_HEADER
= 0x93e,
234 MLX5_CMD_OP_ALLOC_MODIFY_HEADER_CONTEXT
= 0x940,
235 MLX5_CMD_OP_DEALLOC_MODIFY_HEADER_CONTEXT
= 0x941,
236 MLX5_CMD_OP_FPGA_CREATE_QP
= 0x960,
237 MLX5_CMD_OP_FPGA_MODIFY_QP
= 0x961,
238 MLX5_CMD_OP_FPGA_QUERY_QP
= 0x962,
239 MLX5_CMD_OP_FPGA_DESTROY_QP
= 0x963,
240 MLX5_CMD_OP_FPGA_QUERY_QP_COUNTERS
= 0x964,
244 struct mlx5_ifc_flow_table_fields_supported_bits
{
247 u8 outer_ether_type
[0x1];
248 u8 outer_ip_version
[0x1];
249 u8 outer_first_prio
[0x1];
250 u8 outer_first_cfi
[0x1];
251 u8 outer_first_vid
[0x1];
252 u8 outer_ipv4_ttl
[0x1];
253 u8 outer_second_prio
[0x1];
254 u8 outer_second_cfi
[0x1];
255 u8 outer_second_vid
[0x1];
256 u8 reserved_at_b
[0x1];
260 u8 outer_ip_protocol
[0x1];
261 u8 outer_ip_ecn
[0x1];
262 u8 outer_ip_dscp
[0x1];
263 u8 outer_udp_sport
[0x1];
264 u8 outer_udp_dport
[0x1];
265 u8 outer_tcp_sport
[0x1];
266 u8 outer_tcp_dport
[0x1];
267 u8 outer_tcp_flags
[0x1];
268 u8 outer_gre_protocol
[0x1];
269 u8 outer_gre_key
[0x1];
270 u8 outer_vxlan_vni
[0x1];
271 u8 reserved_at_1a
[0x5];
272 u8 source_eswitch_port
[0x1];
276 u8 inner_ether_type
[0x1];
277 u8 inner_ip_version
[0x1];
278 u8 inner_first_prio
[0x1];
279 u8 inner_first_cfi
[0x1];
280 u8 inner_first_vid
[0x1];
281 u8 reserved_at_27
[0x1];
282 u8 inner_second_prio
[0x1];
283 u8 inner_second_cfi
[0x1];
284 u8 inner_second_vid
[0x1];
285 u8 reserved_at_2b
[0x1];
289 u8 inner_ip_protocol
[0x1];
290 u8 inner_ip_ecn
[0x1];
291 u8 inner_ip_dscp
[0x1];
292 u8 inner_udp_sport
[0x1];
293 u8 inner_udp_dport
[0x1];
294 u8 inner_tcp_sport
[0x1];
295 u8 inner_tcp_dport
[0x1];
296 u8 inner_tcp_flags
[0x1];
297 u8 reserved_at_37
[0x9];
298 u8 reserved_at_40
[0x1a];
301 u8 reserved_at_5b
[0x25];
304 struct mlx5_ifc_flow_table_prop_layout_bits
{
306 u8 reserved_at_1
[0x1];
307 u8 flow_counter
[0x1];
308 u8 flow_modify_en
[0x1];
310 u8 identified_miss_table_mode
[0x1];
311 u8 flow_table_modify
[0x1];
314 u8 reserved_at_9
[0x17];
316 u8 reserved_at_20
[0x2];
317 u8 log_max_ft_size
[0x6];
318 u8 log_max_modify_header_context
[0x8];
319 u8 max_modify_header_actions
[0x8];
320 u8 max_ft_level
[0x8];
322 u8 reserved_at_40
[0x20];
324 u8 reserved_at_60
[0x18];
325 u8 log_max_ft_num
[0x8];
327 u8 reserved_at_80
[0x18];
328 u8 log_max_destination
[0x8];
330 u8 log_max_flow_counter
[0x8];
331 u8 reserved_at_a8
[0x10];
332 u8 log_max_flow
[0x8];
334 u8 reserved_at_c0
[0x40];
336 struct mlx5_ifc_flow_table_fields_supported_bits ft_field_support
;
338 struct mlx5_ifc_flow_table_fields_supported_bits ft_field_bitmask_support
;
341 struct mlx5_ifc_odp_per_transport_service_cap_bits
{
348 u8 reserved_at_6
[0x1a];
351 struct mlx5_ifc_ipv4_layout_bits
{
352 u8 reserved_at_0
[0x60];
357 struct mlx5_ifc_ipv6_layout_bits
{
361 union mlx5_ifc_ipv6_layout_ipv4_layout_auto_bits
{
362 struct mlx5_ifc_ipv6_layout_bits ipv6_layout
;
363 struct mlx5_ifc_ipv4_layout_bits ipv4_layout
;
364 u8 reserved_at_0
[0x80];
367 struct mlx5_ifc_fte_match_set_lyr_2_4_bits
{
392 u8 reserved_at_c0
[0x18];
393 u8 ttl_hoplimit
[0x8];
398 union mlx5_ifc_ipv6_layout_ipv4_layout_auto_bits src_ipv4_src_ipv6
;
400 union mlx5_ifc_ipv6_layout_ipv4_layout_auto_bits dst_ipv4_dst_ipv6
;
403 struct mlx5_ifc_fte_match_set_misc_bits
{
404 u8 reserved_at_0
[0x8];
407 u8 reserved_at_20
[0x10];
408 u8 source_port
[0x10];
410 u8 outer_second_prio
[0x3];
411 u8 outer_second_cfi
[0x1];
412 u8 outer_second_vid
[0xc];
413 u8 inner_second_prio
[0x3];
414 u8 inner_second_cfi
[0x1];
415 u8 inner_second_vid
[0xc];
417 u8 outer_second_cvlan_tag
[0x1];
418 u8 inner_second_cvlan_tag
[0x1];
419 u8 outer_second_svlan_tag
[0x1];
420 u8 inner_second_svlan_tag
[0x1];
421 u8 reserved_at_64
[0xc];
422 u8 gre_protocol
[0x10];
428 u8 reserved_at_b8
[0x8];
430 u8 reserved_at_c0
[0x20];
432 u8 reserved_at_e0
[0xc];
433 u8 outer_ipv6_flow_label
[0x14];
435 u8 reserved_at_100
[0xc];
436 u8 inner_ipv6_flow_label
[0x14];
438 u8 reserved_at_120
[0x28];
440 u8 reserved_at_160
[0xa0];
443 struct mlx5_ifc_cmd_pas_bits
{
447 u8 reserved_at_34
[0xc];
450 struct mlx5_ifc_uint64_bits
{
457 MLX5_ADS_STAT_RATE_NO_LIMIT
= 0x0,
458 MLX5_ADS_STAT_RATE_2_5GBPS
= 0x7,
459 MLX5_ADS_STAT_RATE_10GBPS
= 0x8,
460 MLX5_ADS_STAT_RATE_30GBPS
= 0x9,
461 MLX5_ADS_STAT_RATE_5GBPS
= 0xa,
462 MLX5_ADS_STAT_RATE_20GBPS
= 0xb,
463 MLX5_ADS_STAT_RATE_40GBPS
= 0xc,
464 MLX5_ADS_STAT_RATE_60GBPS
= 0xd,
465 MLX5_ADS_STAT_RATE_80GBPS
= 0xe,
466 MLX5_ADS_STAT_RATE_120GBPS
= 0xf,
469 struct mlx5_ifc_ads_bits
{
472 u8 reserved_at_2
[0xe];
475 u8 reserved_at_20
[0x8];
481 u8 reserved_at_45
[0x3];
482 u8 src_addr_index
[0x8];
483 u8 reserved_at_50
[0x4];
487 u8 reserved_at_60
[0x4];
491 u8 rgid_rip
[16][0x8];
493 u8 reserved_at_100
[0x4];
496 u8 reserved_at_106
[0x1];
505 u8 vhca_port_num
[0x8];
511 struct mlx5_ifc_flow_table_nic_cap_bits
{
512 u8 nic_rx_multi_path_tirs
[0x1];
513 u8 nic_rx_multi_path_tirs_fts
[0x1];
514 u8 allow_sniffer_and_nic_rx_shared_tir
[0x1];
515 u8 reserved_at_3
[0x1fd];
517 struct mlx5_ifc_flow_table_prop_layout_bits flow_table_properties_nic_receive
;
519 u8 reserved_at_400
[0x200];
521 struct mlx5_ifc_flow_table_prop_layout_bits flow_table_properties_nic_receive_sniffer
;
523 struct mlx5_ifc_flow_table_prop_layout_bits flow_table_properties_nic_transmit
;
525 u8 reserved_at_a00
[0x200];
527 struct mlx5_ifc_flow_table_prop_layout_bits flow_table_properties_nic_transmit_sniffer
;
529 u8 reserved_at_e00
[0x7200];
532 struct mlx5_ifc_flow_table_eswitch_cap_bits
{
533 u8 reserved_at_0
[0x200];
535 struct mlx5_ifc_flow_table_prop_layout_bits flow_table_properties_nic_esw_fdb
;
537 struct mlx5_ifc_flow_table_prop_layout_bits flow_table_properties_esw_acl_ingress
;
539 struct mlx5_ifc_flow_table_prop_layout_bits flow_table_properties_esw_acl_egress
;
541 u8 reserved_at_800
[0x7800];
544 struct mlx5_ifc_e_switch_cap_bits
{
545 u8 vport_svlan_strip
[0x1];
546 u8 vport_cvlan_strip
[0x1];
547 u8 vport_svlan_insert
[0x1];
548 u8 vport_cvlan_insert_if_not_exist
[0x1];
549 u8 vport_cvlan_insert_overwrite
[0x1];
550 u8 reserved_at_5
[0x19];
551 u8 nic_vport_node_guid_modify
[0x1];
552 u8 nic_vport_port_guid_modify
[0x1];
554 u8 vxlan_encap_decap
[0x1];
555 u8 nvgre_encap_decap
[0x1];
556 u8 reserved_at_22
[0x9];
557 u8 log_max_encap_headers
[0x5];
559 u8 max_encap_header_size
[0xa];
561 u8 reserved_40
[0x7c0];
565 struct mlx5_ifc_qos_cap_bits
{
566 u8 packet_pacing
[0x1];
567 u8 esw_scheduling
[0x1];
568 u8 esw_bw_share
[0x1];
569 u8 esw_rate_limit
[0x1];
570 u8 reserved_at_4
[0x1c];
572 u8 reserved_at_20
[0x20];
574 u8 packet_pacing_max_rate
[0x20];
576 u8 packet_pacing_min_rate
[0x20];
578 u8 reserved_at_80
[0x10];
579 u8 packet_pacing_rate_table_size
[0x10];
581 u8 esw_element_type
[0x10];
582 u8 esw_tsar_type
[0x10];
584 u8 reserved_at_c0
[0x10];
585 u8 max_qos_para_vport
[0x10];
587 u8 max_tsar_bw_share
[0x20];
589 u8 reserved_at_100
[0x700];
592 struct mlx5_ifc_per_protocol_networking_offload_caps_bits
{
596 u8 lro_psh_flag
[0x1];
597 u8 lro_time_stamp
[0x1];
598 u8 reserved_at_5
[0x2];
599 u8 wqe_vlan_insert
[0x1];
600 u8 self_lb_en_modifiable
[0x1];
601 u8 reserved_at_9
[0x2];
603 u8 multi_pkt_send_wqe
[0x2];
604 u8 wqe_inline_mode
[0x2];
605 u8 rss_ind_tbl_cap
[0x4];
608 u8 enhanced_multi_pkt_send_wqe
[0x1];
609 u8 tunnel_lso_const_out_ip_id
[0x1];
610 u8 reserved_at_1c
[0x2];
611 u8 tunnel_stateless_gre
[0x1];
612 u8 tunnel_stateless_vxlan
[0x1];
617 u8 reserved_at_23
[0x1b];
618 u8 max_geneve_opt_len
[0x1];
619 u8 tunnel_stateless_geneve_rx
[0x1];
621 u8 reserved_at_40
[0x10];
622 u8 lro_min_mss_size
[0x10];
624 u8 reserved_at_60
[0x120];
626 u8 lro_timer_supported_periods
[4][0x20];
628 u8 reserved_at_200
[0x600];
631 struct mlx5_ifc_roce_cap_bits
{
633 u8 reserved_at_1
[0x1f];
635 u8 reserved_at_20
[0x60];
637 u8 reserved_at_80
[0xc];
639 u8 reserved_at_90
[0x8];
640 u8 roce_version
[0x8];
642 u8 reserved_at_a0
[0x10];
643 u8 r_roce_dest_udp_port
[0x10];
645 u8 r_roce_max_src_udp_port
[0x10];
646 u8 r_roce_min_src_udp_port
[0x10];
648 u8 reserved_at_e0
[0x10];
649 u8 roce_address_table_size
[0x10];
651 u8 reserved_at_100
[0x700];
655 MLX5_ATOMIC_CAPS_ATOMIC_SIZE_QP_1_BYTE
= 0x0,
656 MLX5_ATOMIC_CAPS_ATOMIC_SIZE_QP_2_BYTES
= 0x2,
657 MLX5_ATOMIC_CAPS_ATOMIC_SIZE_QP_4_BYTES
= 0x4,
658 MLX5_ATOMIC_CAPS_ATOMIC_SIZE_QP_8_BYTES
= 0x8,
659 MLX5_ATOMIC_CAPS_ATOMIC_SIZE_QP_16_BYTES
= 0x10,
660 MLX5_ATOMIC_CAPS_ATOMIC_SIZE_QP_32_BYTES
= 0x20,
661 MLX5_ATOMIC_CAPS_ATOMIC_SIZE_QP_64_BYTES
= 0x40,
662 MLX5_ATOMIC_CAPS_ATOMIC_SIZE_QP_128_BYTES
= 0x80,
663 MLX5_ATOMIC_CAPS_ATOMIC_SIZE_QP_256_BYTES
= 0x100,
667 MLX5_ATOMIC_CAPS_ATOMIC_SIZE_DC_1_BYTE
= 0x1,
668 MLX5_ATOMIC_CAPS_ATOMIC_SIZE_DC_2_BYTES
= 0x2,
669 MLX5_ATOMIC_CAPS_ATOMIC_SIZE_DC_4_BYTES
= 0x4,
670 MLX5_ATOMIC_CAPS_ATOMIC_SIZE_DC_8_BYTES
= 0x8,
671 MLX5_ATOMIC_CAPS_ATOMIC_SIZE_DC_16_BYTES
= 0x10,
672 MLX5_ATOMIC_CAPS_ATOMIC_SIZE_DC_32_BYTES
= 0x20,
673 MLX5_ATOMIC_CAPS_ATOMIC_SIZE_DC_64_BYTES
= 0x40,
674 MLX5_ATOMIC_CAPS_ATOMIC_SIZE_DC_128_BYTES
= 0x80,
675 MLX5_ATOMIC_CAPS_ATOMIC_SIZE_DC_256_BYTES
= 0x100,
678 struct mlx5_ifc_atomic_caps_bits
{
679 u8 reserved_at_0
[0x40];
681 u8 atomic_req_8B_endianness_mode
[0x2];
682 u8 reserved_at_42
[0x4];
683 u8 supported_atomic_req_8B_endianness_mode_1
[0x1];
685 u8 reserved_at_47
[0x19];
687 u8 reserved_at_60
[0x20];
689 u8 reserved_at_80
[0x10];
690 u8 atomic_operations
[0x10];
692 u8 reserved_at_a0
[0x10];
693 u8 atomic_size_qp
[0x10];
695 u8 reserved_at_c0
[0x10];
696 u8 atomic_size_dc
[0x10];
698 u8 reserved_at_e0
[0x720];
701 struct mlx5_ifc_odp_cap_bits
{
702 u8 reserved_at_0
[0x40];
705 u8 reserved_at_41
[0x1f];
707 u8 reserved_at_60
[0x20];
709 struct mlx5_ifc_odp_per_transport_service_cap_bits rc_odp_caps
;
711 struct mlx5_ifc_odp_per_transport_service_cap_bits uc_odp_caps
;
713 struct mlx5_ifc_odp_per_transport_service_cap_bits ud_odp_caps
;
715 u8 reserved_at_e0
[0x720];
718 struct mlx5_ifc_calc_op
{
719 u8 reserved_at_0
[0x10];
720 u8 reserved_at_10
[0x9];
721 u8 op_swap_endianness
[0x1];
730 struct mlx5_ifc_vector_calc_cap_bits
{
732 u8 reserved_at_1
[0x1f];
733 u8 reserved_at_20
[0x8];
734 u8 max_vec_count
[0x8];
735 u8 reserved_at_30
[0xd];
736 u8 max_chunk_size
[0x3];
737 struct mlx5_ifc_calc_op calc0
;
738 struct mlx5_ifc_calc_op calc1
;
739 struct mlx5_ifc_calc_op calc2
;
740 struct mlx5_ifc_calc_op calc3
;
742 u8 reserved_at_e0
[0x720];
746 MLX5_WQ_TYPE_LINKED_LIST
= 0x0,
747 MLX5_WQ_TYPE_CYCLIC
= 0x1,
748 MLX5_WQ_TYPE_LINKED_LIST_STRIDING_RQ
= 0x2,
749 MLX5_WQ_TYPE_CYCLIC_STRIDING_RQ
= 0x3,
753 MLX5_WQ_END_PAD_MODE_NONE
= 0x0,
754 MLX5_WQ_END_PAD_MODE_ALIGN
= 0x1,
758 MLX5_CMD_HCA_CAP_GID_TABLE_SIZE_8_GID_ENTRIES
= 0x0,
759 MLX5_CMD_HCA_CAP_GID_TABLE_SIZE_16_GID_ENTRIES
= 0x1,
760 MLX5_CMD_HCA_CAP_GID_TABLE_SIZE_32_GID_ENTRIES
= 0x2,
761 MLX5_CMD_HCA_CAP_GID_TABLE_SIZE_64_GID_ENTRIES
= 0x3,
762 MLX5_CMD_HCA_CAP_GID_TABLE_SIZE_128_GID_ENTRIES
= 0x4,
766 MLX5_CMD_HCA_CAP_PKEY_TABLE_SIZE_128_ENTRIES
= 0x0,
767 MLX5_CMD_HCA_CAP_PKEY_TABLE_SIZE_256_ENTRIES
= 0x1,
768 MLX5_CMD_HCA_CAP_PKEY_TABLE_SIZE_512_ENTRIES
= 0x2,
769 MLX5_CMD_HCA_CAP_PKEY_TABLE_SIZE_1K_ENTRIES
= 0x3,
770 MLX5_CMD_HCA_CAP_PKEY_TABLE_SIZE_2K_ENTRIES
= 0x4,
771 MLX5_CMD_HCA_CAP_PKEY_TABLE_SIZE_4K_ENTRIES
= 0x5,
775 MLX5_CMD_HCA_CAP_PORT_TYPE_IB
= 0x0,
776 MLX5_CMD_HCA_CAP_PORT_TYPE_ETHERNET
= 0x1,
780 MLX5_CMD_HCA_CAP_CMDIF_CHECKSUM_DISABLED
= 0x0,
781 MLX5_CMD_HCA_CAP_CMDIF_CHECKSUM_INITIAL_STATE
= 0x1,
782 MLX5_CMD_HCA_CAP_CMDIF_CHECKSUM_ENABLED
= 0x3,
786 MLX5_CAP_PORT_TYPE_IB
= 0x0,
787 MLX5_CAP_PORT_TYPE_ETH
= 0x1,
791 MLX5_CAP_UMR_FENCE_STRONG
= 0x0,
792 MLX5_CAP_UMR_FENCE_SMALL
= 0x1,
793 MLX5_CAP_UMR_FENCE_NONE
= 0x2,
796 struct mlx5_ifc_cmd_hca_cap_bits
{
797 u8 reserved_at_0
[0x30];
800 u8 reserved_at_40
[0x40];
802 u8 log_max_srq_sz
[0x8];
803 u8 log_max_qp_sz
[0x8];
804 u8 reserved_at_90
[0xb];
807 u8 reserved_at_a0
[0xb];
809 u8 reserved_at_b0
[0x10];
811 u8 reserved_at_c0
[0x8];
812 u8 log_max_cq_sz
[0x8];
813 u8 reserved_at_d0
[0xb];
816 u8 log_max_eq_sz
[0x8];
817 u8 reserved_at_e8
[0x2];
818 u8 log_max_mkey
[0x6];
819 u8 reserved_at_f0
[0xc];
822 u8 max_indirection
[0x8];
823 u8 fixed_buffer_size
[0x1];
824 u8 log_max_mrw_sz
[0x7];
825 u8 force_teardown
[0x1];
826 u8 reserved_at_111
[0x1];
827 u8 log_max_bsf_list_size
[0x6];
828 u8 umr_extended_translation_offset
[0x1];
830 u8 log_max_klm_list_size
[0x6];
832 u8 reserved_at_120
[0xa];
833 u8 log_max_ra_req_dc
[0x6];
834 u8 reserved_at_130
[0xa];
835 u8 log_max_ra_res_dc
[0x6];
837 u8 reserved_at_140
[0xa];
838 u8 log_max_ra_req_qp
[0x6];
839 u8 reserved_at_150
[0xa];
840 u8 log_max_ra_res_qp
[0x6];
843 u8 cc_query_allowed
[0x1];
844 u8 cc_modify_allowed
[0x1];
846 u8 cache_line_128byte
[0x1];
847 u8 reserved_at_165
[0xa];
849 u8 gid_table_size
[0x10];
851 u8 out_of_seq_cnt
[0x1];
852 u8 vport_counters
[0x1];
853 u8 retransmission_q_counters
[0x1];
854 u8 reserved_at_183
[0x1];
855 u8 modify_rq_counter_set_id
[0x1];
856 u8 rq_delay_drop
[0x1];
858 u8 pkey_table_size
[0x10];
860 u8 vport_group_manager
[0x1];
861 u8 vhca_group_manager
[0x1];
864 u8 reserved_at_1a4
[0x1];
866 u8 nic_flow_table
[0x1];
867 u8 eswitch_flow_table
[0x1];
868 u8 early_vf_enable
[0x1];
871 u8 local_ca_ack_delay
[0x5];
872 u8 port_module_event
[0x1];
873 u8 enhanced_error_q_counters
[0x1];
875 u8 reserved_at_1b3
[0x1];
876 u8 disable_link_up
[0x1];
881 u8 reserved_at_1c0
[0x1];
885 u8 reserved_at_1c8
[0x4];
887 u8 reserved_at_1d0
[0x1];
889 u8 general_notification_event
[0x1];
890 u8 reserved_at_1d3
[0x2];
894 u8 reserved_at_1d8
[0x1];
903 u8 stat_rate_support
[0x10];
904 u8 reserved_at_1f0
[0xc];
907 u8 compact_address_vector
[0x1];
909 u8 reserved_at_202
[0x1];
910 u8 ipoib_enhanced_offloads
[0x1];
911 u8 ipoib_basic_offloads
[0x1];
912 u8 reserved_at_205
[0x5];
914 u8 reserved_at_20c
[0x3];
915 u8 drain_sigerr
[0x1];
916 u8 cmdif_checksum
[0x2];
918 u8 reserved_at_213
[0x1];
919 u8 wq_signature
[0x1];
920 u8 sctr_data_cqe
[0x1];
921 u8 reserved_at_216
[0x1];
927 u8 eth_net_offloads
[0x1];
930 u8 reserved_at_21f
[0x1];
934 u8 cq_moderation
[0x1];
935 u8 reserved_at_223
[0x3];
939 u8 reserved_at_229
[0x1];
940 u8 scqe_break_moderation
[0x1];
941 u8 cq_period_start_from_cqe
[0x1];
943 u8 reserved_at_22d
[0x1];
946 u8 umr_ptr_rlky
[0x1];
948 u8 reserved_at_232
[0x4];
951 u8 set_deth_sqpn
[0x1];
952 u8 reserved_at_239
[0x3];
959 u8 reserved_at_241
[0x9];
961 u8 reserved_at_250
[0x8];
965 u8 driver_version
[0x1];
966 u8 pad_tx_eth_packet
[0x1];
967 u8 reserved_at_263
[0x8];
968 u8 log_bf_reg_size
[0x5];
970 u8 reserved_at_270
[0xb];
972 u8 num_lag_ports
[0x4];
974 u8 reserved_at_280
[0x10];
975 u8 max_wqe_sz_sq
[0x10];
977 u8 reserved_at_2a0
[0x10];
978 u8 max_wqe_sz_rq
[0x10];
980 u8 max_flow_counter_31_16
[0x10];
981 u8 max_wqe_sz_sq_dc
[0x10];
983 u8 reserved_at_2e0
[0x7];
986 u8 reserved_at_300
[0x18];
989 u8 reserved_at_320
[0x3];
990 u8 log_max_transport_domain
[0x5];
991 u8 reserved_at_328
[0x3];
993 u8 reserved_at_330
[0xb];
994 u8 log_max_xrcd
[0x5];
996 u8 reserved_at_340
[0x8];
997 u8 log_max_flow_counter_bulk
[0x8];
998 u8 max_flow_counter_15_0
[0x10];
1001 u8 reserved_at_360
[0x3];
1003 u8 reserved_at_368
[0x3];
1005 u8 reserved_at_370
[0x3];
1006 u8 log_max_tir
[0x5];
1007 u8 reserved_at_378
[0x3];
1008 u8 log_max_tis
[0x5];
1010 u8 basic_cyclic_rcv_wqe
[0x1];
1011 u8 reserved_at_381
[0x2];
1012 u8 log_max_rmp
[0x5];
1013 u8 reserved_at_388
[0x3];
1014 u8 log_max_rqt
[0x5];
1015 u8 reserved_at_390
[0x3];
1016 u8 log_max_rqt_size
[0x5];
1017 u8 reserved_at_398
[0x3];
1018 u8 log_max_tis_per_sq
[0x5];
1020 u8 reserved_at_3a0
[0x3];
1021 u8 log_max_stride_sz_rq
[0x5];
1022 u8 reserved_at_3a8
[0x3];
1023 u8 log_min_stride_sz_rq
[0x5];
1024 u8 reserved_at_3b0
[0x3];
1025 u8 log_max_stride_sz_sq
[0x5];
1026 u8 reserved_at_3b8
[0x3];
1027 u8 log_min_stride_sz_sq
[0x5];
1030 u8 reserved_at_3c1
[0x2];
1031 u8 log_max_hairpin_queues
[0x5];
1032 u8 reserved_at_3c8
[0x3];
1033 u8 log_max_hairpin_wq_data_sz
[0x5];
1034 u8 reserved_at_3d0
[0x3];
1035 u8 log_max_hairpin_num_packets
[0x5];
1036 u8 reserved_at_3d8
[0x3];
1037 u8 log_max_wq_sz
[0x5];
1039 u8 nic_vport_change_event
[0x1];
1040 u8 disable_local_lb_uc
[0x1];
1041 u8 disable_local_lb_mc
[0x1];
1042 u8 log_min_hairpin_wq_data_sz
[0x5];
1043 u8 reserved_at_3e8
[0x3];
1044 u8 log_max_vlan_list
[0x5];
1045 u8 reserved_at_3f0
[0x3];
1046 u8 log_max_current_mc_list
[0x5];
1047 u8 reserved_at_3f8
[0x3];
1048 u8 log_max_current_uc_list
[0x5];
1050 u8 reserved_at_400
[0x80];
1052 u8 reserved_at_480
[0x3];
1053 u8 log_max_l2_table
[0x5];
1054 u8 reserved_at_488
[0x8];
1055 u8 log_uar_page_sz
[0x10];
1057 u8 reserved_at_4a0
[0x20];
1058 u8 device_frequency_mhz
[0x20];
1059 u8 device_frequency_khz
[0x20];
1061 u8 reserved_at_500
[0x20];
1062 u8 num_of_uars_per_page
[0x20];
1063 u8 reserved_at_540
[0x40];
1065 u8 reserved_at_580
[0x3d];
1066 u8 cqe_128_always
[0x1];
1067 u8 cqe_compression_128
[0x1];
1068 u8 cqe_compression
[0x1];
1070 u8 cqe_compression_timeout
[0x10];
1071 u8 cqe_compression_max_num
[0x10];
1073 u8 reserved_at_5e0
[0x10];
1074 u8 tag_matching
[0x1];
1075 u8 rndv_offload_rc
[0x1];
1076 u8 rndv_offload_dc
[0x1];
1077 u8 log_tag_matching_list_sz
[0x5];
1078 u8 reserved_at_5f8
[0x3];
1079 u8 log_max_xrq
[0x5];
1081 u8 affiliate_nic_vport_criteria
[0x8];
1082 u8 native_port_num
[0x8];
1083 u8 num_vhca_ports
[0x8];
1084 u8 reserved_at_618
[0x6];
1085 u8 sw_owner_id
[0x1];
1086 u8 reserved_at_61f
[0x1e1];
1089 enum mlx5_flow_destination_type
{
1090 MLX5_FLOW_DESTINATION_TYPE_VPORT
= 0x0,
1091 MLX5_FLOW_DESTINATION_TYPE_FLOW_TABLE
= 0x1,
1092 MLX5_FLOW_DESTINATION_TYPE_TIR
= 0x2,
1094 MLX5_FLOW_DESTINATION_TYPE_COUNTER
= 0x100,
1097 struct mlx5_ifc_dest_format_struct_bits
{
1098 u8 destination_type
[0x8];
1099 u8 destination_id
[0x18];
1101 u8 reserved_at_20
[0x20];
1104 struct mlx5_ifc_flow_counter_list_bits
{
1105 u8 flow_counter_id
[0x20];
1107 u8 reserved_at_20
[0x20];
1110 union mlx5_ifc_dest_format_struct_flow_counter_list_auto_bits
{
1111 struct mlx5_ifc_dest_format_struct_bits dest_format_struct
;
1112 struct mlx5_ifc_flow_counter_list_bits flow_counter_list
;
1113 u8 reserved_at_0
[0x40];
1116 struct mlx5_ifc_fte_match_param_bits
{
1117 struct mlx5_ifc_fte_match_set_lyr_2_4_bits outer_headers
;
1119 struct mlx5_ifc_fte_match_set_misc_bits misc_parameters
;
1121 struct mlx5_ifc_fte_match_set_lyr_2_4_bits inner_headers
;
1123 u8 reserved_at_600
[0xa00];
1127 MLX5_RX_HASH_FIELD_SELECT_SELECTED_FIELDS_SRC_IP
= 0x0,
1128 MLX5_RX_HASH_FIELD_SELECT_SELECTED_FIELDS_DST_IP
= 0x1,
1129 MLX5_RX_HASH_FIELD_SELECT_SELECTED_FIELDS_L4_SPORT
= 0x2,
1130 MLX5_RX_HASH_FIELD_SELECT_SELECTED_FIELDS_L4_DPORT
= 0x3,
1131 MLX5_RX_HASH_FIELD_SELECT_SELECTED_FIELDS_IPSEC_SPI
= 0x4,
1134 struct mlx5_ifc_rx_hash_field_select_bits
{
1135 u8 l3_prot_type
[0x1];
1136 u8 l4_prot_type
[0x1];
1137 u8 selected_fields
[0x1e];
1141 MLX5_WQ_WQ_TYPE_WQ_LINKED_LIST
= 0x0,
1142 MLX5_WQ_WQ_TYPE_WQ_CYCLIC
= 0x1,
1146 MLX5_WQ_END_PADDING_MODE_END_PAD_NONE
= 0x0,
1147 MLX5_WQ_END_PADDING_MODE_END_PAD_ALIGN
= 0x1,
1150 struct mlx5_ifc_wq_bits
{
1152 u8 wq_signature
[0x1];
1153 u8 end_padding_mode
[0x2];
1155 u8 reserved_at_8
[0x18];
1157 u8 hds_skip_first_sge
[0x1];
1158 u8 log2_hds_buf_size
[0x3];
1159 u8 reserved_at_24
[0x7];
1160 u8 page_offset
[0x5];
1163 u8 reserved_at_40
[0x8];
1166 u8 reserved_at_60
[0x8];
1171 u8 hw_counter
[0x20];
1173 u8 sw_counter
[0x20];
1175 u8 reserved_at_100
[0xc];
1176 u8 log_wq_stride
[0x4];
1177 u8 reserved_at_110
[0x3];
1178 u8 log_wq_pg_sz
[0x5];
1179 u8 reserved_at_118
[0x3];
1182 u8 reserved_at_120
[0x3];
1183 u8 log_hairpin_num_packets
[0x5];
1184 u8 reserved_at_128
[0x3];
1185 u8 log_hairpin_data_sz
[0x5];
1186 u8 reserved_at_130
[0x5];
1188 u8 log_wqe_num_of_strides
[0x3];
1189 u8 two_byte_shift_en
[0x1];
1190 u8 reserved_at_139
[0x4];
1191 u8 log_wqe_stride_size
[0x3];
1193 u8 reserved_at_140
[0x4c0];
1195 struct mlx5_ifc_cmd_pas_bits pas
[0];
1198 struct mlx5_ifc_rq_num_bits
{
1199 u8 reserved_at_0
[0x8];
1203 struct mlx5_ifc_mac_address_layout_bits
{
1204 u8 reserved_at_0
[0x10];
1205 u8 mac_addr_47_32
[0x10];
1207 u8 mac_addr_31_0
[0x20];
1210 struct mlx5_ifc_vlan_layout_bits
{
1211 u8 reserved_at_0
[0x14];
1214 u8 reserved_at_20
[0x20];
1217 struct mlx5_ifc_cong_control_r_roce_ecn_np_bits
{
1218 u8 reserved_at_0
[0xa0];
1220 u8 min_time_between_cnps
[0x20];
1222 u8 reserved_at_c0
[0x12];
1224 u8 reserved_at_d8
[0x4];
1225 u8 cnp_prio_mode
[0x1];
1226 u8 cnp_802p_prio
[0x3];
1228 u8 reserved_at_e0
[0x720];
1231 struct mlx5_ifc_cong_control_r_roce_ecn_rp_bits
{
1232 u8 reserved_at_0
[0x60];
1234 u8 reserved_at_60
[0x4];
1235 u8 clamp_tgt_rate
[0x1];
1236 u8 reserved_at_65
[0x3];
1237 u8 clamp_tgt_rate_after_time_inc
[0x1];
1238 u8 reserved_at_69
[0x17];
1240 u8 reserved_at_80
[0x20];
1242 u8 rpg_time_reset
[0x20];
1244 u8 rpg_byte_reset
[0x20];
1246 u8 rpg_threshold
[0x20];
1248 u8 rpg_max_rate
[0x20];
1250 u8 rpg_ai_rate
[0x20];
1252 u8 rpg_hai_rate
[0x20];
1256 u8 rpg_min_dec_fac
[0x20];
1258 u8 rpg_min_rate
[0x20];
1260 u8 reserved_at_1c0
[0xe0];
1262 u8 rate_to_set_on_first_cnp
[0x20];
1266 u8 dce_tcp_rtt
[0x20];
1268 u8 rate_reduce_monitor_period
[0x20];
1270 u8 reserved_at_320
[0x20];
1272 u8 initial_alpha_value
[0x20];
1274 u8 reserved_at_360
[0x4a0];
1277 struct mlx5_ifc_cong_control_802_1qau_rp_bits
{
1278 u8 reserved_at_0
[0x80];
1280 u8 rppp_max_rps
[0x20];
1282 u8 rpg_time_reset
[0x20];
1284 u8 rpg_byte_reset
[0x20];
1286 u8 rpg_threshold
[0x20];
1288 u8 rpg_max_rate
[0x20];
1290 u8 rpg_ai_rate
[0x20];
1292 u8 rpg_hai_rate
[0x20];
1296 u8 rpg_min_dec_fac
[0x20];
1298 u8 rpg_min_rate
[0x20];
1300 u8 reserved_at_1c0
[0x640];
1304 MLX5_RESIZE_FIELD_SELECT_RESIZE_FIELD_SELECT_LOG_CQ_SIZE
= 0x1,
1305 MLX5_RESIZE_FIELD_SELECT_RESIZE_FIELD_SELECT_PAGE_OFFSET
= 0x2,
1306 MLX5_RESIZE_FIELD_SELECT_RESIZE_FIELD_SELECT_LOG_PAGE_SIZE
= 0x4,
1309 struct mlx5_ifc_resize_field_select_bits
{
1310 u8 resize_field_select
[0x20];
1314 MLX5_MODIFY_FIELD_SELECT_MODIFY_FIELD_SELECT_CQ_PERIOD
= 0x1,
1315 MLX5_MODIFY_FIELD_SELECT_MODIFY_FIELD_SELECT_CQ_MAX_COUNT
= 0x2,
1316 MLX5_MODIFY_FIELD_SELECT_MODIFY_FIELD_SELECT_OI
= 0x4,
1317 MLX5_MODIFY_FIELD_SELECT_MODIFY_FIELD_SELECT_C_EQN
= 0x8,
1320 struct mlx5_ifc_modify_field_select_bits
{
1321 u8 modify_field_select
[0x20];
1324 struct mlx5_ifc_field_select_r_roce_np_bits
{
1325 u8 field_select_r_roce_np
[0x20];
1328 struct mlx5_ifc_field_select_r_roce_rp_bits
{
1329 u8 field_select_r_roce_rp
[0x20];
1333 MLX5_FIELD_SELECT_802_1QAU_RP_FIELD_SELECT_8021QAURP_RPPP_MAX_RPS
= 0x4,
1334 MLX5_FIELD_SELECT_802_1QAU_RP_FIELD_SELECT_8021QAURP_RPG_TIME_RESET
= 0x8,
1335 MLX5_FIELD_SELECT_802_1QAU_RP_FIELD_SELECT_8021QAURP_RPG_BYTE_RESET
= 0x10,
1336 MLX5_FIELD_SELECT_802_1QAU_RP_FIELD_SELECT_8021QAURP_RPG_THRESHOLD
= 0x20,
1337 MLX5_FIELD_SELECT_802_1QAU_RP_FIELD_SELECT_8021QAURP_RPG_MAX_RATE
= 0x40,
1338 MLX5_FIELD_SELECT_802_1QAU_RP_FIELD_SELECT_8021QAURP_RPG_AI_RATE
= 0x80,
1339 MLX5_FIELD_SELECT_802_1QAU_RP_FIELD_SELECT_8021QAURP_RPG_HAI_RATE
= 0x100,
1340 MLX5_FIELD_SELECT_802_1QAU_RP_FIELD_SELECT_8021QAURP_RPG_GD
= 0x200,
1341 MLX5_FIELD_SELECT_802_1QAU_RP_FIELD_SELECT_8021QAURP_RPG_MIN_DEC_FAC
= 0x400,
1342 MLX5_FIELD_SELECT_802_1QAU_RP_FIELD_SELECT_8021QAURP_RPG_MIN_RATE
= 0x800,
1345 struct mlx5_ifc_field_select_802_1qau_rp_bits
{
1346 u8 field_select_8021qaurp
[0x20];
1349 struct mlx5_ifc_phys_layer_cntrs_bits
{
1350 u8 time_since_last_clear_high
[0x20];
1352 u8 time_since_last_clear_low
[0x20];
1354 u8 symbol_errors_high
[0x20];
1356 u8 symbol_errors_low
[0x20];
1358 u8 sync_headers_errors_high
[0x20];
1360 u8 sync_headers_errors_low
[0x20];
1362 u8 edpl_bip_errors_lane0_high
[0x20];
1364 u8 edpl_bip_errors_lane0_low
[0x20];
1366 u8 edpl_bip_errors_lane1_high
[0x20];
1368 u8 edpl_bip_errors_lane1_low
[0x20];
1370 u8 edpl_bip_errors_lane2_high
[0x20];
1372 u8 edpl_bip_errors_lane2_low
[0x20];
1374 u8 edpl_bip_errors_lane3_high
[0x20];
1376 u8 edpl_bip_errors_lane3_low
[0x20];
1378 u8 fc_fec_corrected_blocks_lane0_high
[0x20];
1380 u8 fc_fec_corrected_blocks_lane0_low
[0x20];
1382 u8 fc_fec_corrected_blocks_lane1_high
[0x20];
1384 u8 fc_fec_corrected_blocks_lane1_low
[0x20];
1386 u8 fc_fec_corrected_blocks_lane2_high
[0x20];
1388 u8 fc_fec_corrected_blocks_lane2_low
[0x20];
1390 u8 fc_fec_corrected_blocks_lane3_high
[0x20];
1392 u8 fc_fec_corrected_blocks_lane3_low
[0x20];
1394 u8 fc_fec_uncorrectable_blocks_lane0_high
[0x20];
1396 u8 fc_fec_uncorrectable_blocks_lane0_low
[0x20];
1398 u8 fc_fec_uncorrectable_blocks_lane1_high
[0x20];
1400 u8 fc_fec_uncorrectable_blocks_lane1_low
[0x20];
1402 u8 fc_fec_uncorrectable_blocks_lane2_high
[0x20];
1404 u8 fc_fec_uncorrectable_blocks_lane2_low
[0x20];
1406 u8 fc_fec_uncorrectable_blocks_lane3_high
[0x20];
1408 u8 fc_fec_uncorrectable_blocks_lane3_low
[0x20];
1410 u8 rs_fec_corrected_blocks_high
[0x20];
1412 u8 rs_fec_corrected_blocks_low
[0x20];
1414 u8 rs_fec_uncorrectable_blocks_high
[0x20];
1416 u8 rs_fec_uncorrectable_blocks_low
[0x20];
1418 u8 rs_fec_no_errors_blocks_high
[0x20];
1420 u8 rs_fec_no_errors_blocks_low
[0x20];
1422 u8 rs_fec_single_error_blocks_high
[0x20];
1424 u8 rs_fec_single_error_blocks_low
[0x20];
1426 u8 rs_fec_corrected_symbols_total_high
[0x20];
1428 u8 rs_fec_corrected_symbols_total_low
[0x20];
1430 u8 rs_fec_corrected_symbols_lane0_high
[0x20];
1432 u8 rs_fec_corrected_symbols_lane0_low
[0x20];
1434 u8 rs_fec_corrected_symbols_lane1_high
[0x20];
1436 u8 rs_fec_corrected_symbols_lane1_low
[0x20];
1438 u8 rs_fec_corrected_symbols_lane2_high
[0x20];
1440 u8 rs_fec_corrected_symbols_lane2_low
[0x20];
1442 u8 rs_fec_corrected_symbols_lane3_high
[0x20];
1444 u8 rs_fec_corrected_symbols_lane3_low
[0x20];
1446 u8 link_down_events
[0x20];
1448 u8 successful_recovery_events
[0x20];
1450 u8 reserved_at_640
[0x180];
1453 struct mlx5_ifc_phys_layer_statistical_cntrs_bits
{
1454 u8 time_since_last_clear_high
[0x20];
1456 u8 time_since_last_clear_low
[0x20];
1458 u8 phy_received_bits_high
[0x20];
1460 u8 phy_received_bits_low
[0x20];
1462 u8 phy_symbol_errors_high
[0x20];
1464 u8 phy_symbol_errors_low
[0x20];
1466 u8 phy_corrected_bits_high
[0x20];
1468 u8 phy_corrected_bits_low
[0x20];
1470 u8 phy_corrected_bits_lane0_high
[0x20];
1472 u8 phy_corrected_bits_lane0_low
[0x20];
1474 u8 phy_corrected_bits_lane1_high
[0x20];
1476 u8 phy_corrected_bits_lane1_low
[0x20];
1478 u8 phy_corrected_bits_lane2_high
[0x20];
1480 u8 phy_corrected_bits_lane2_low
[0x20];
1482 u8 phy_corrected_bits_lane3_high
[0x20];
1484 u8 phy_corrected_bits_lane3_low
[0x20];
1486 u8 reserved_at_200
[0x5c0];
1489 struct mlx5_ifc_ib_port_cntrs_grp_data_layout_bits
{
1490 u8 symbol_error_counter
[0x10];
1492 u8 link_error_recovery_counter
[0x8];
1494 u8 link_downed_counter
[0x8];
1496 u8 port_rcv_errors
[0x10];
1498 u8 port_rcv_remote_physical_errors
[0x10];
1500 u8 port_rcv_switch_relay_errors
[0x10];
1502 u8 port_xmit_discards
[0x10];
1504 u8 port_xmit_constraint_errors
[0x8];
1506 u8 port_rcv_constraint_errors
[0x8];
1508 u8 reserved_at_70
[0x8];
1510 u8 link_overrun_errors
[0x8];
1512 u8 reserved_at_80
[0x10];
1514 u8 vl_15_dropped
[0x10];
1516 u8 reserved_at_a0
[0x80];
1518 u8 port_xmit_wait
[0x20];
1521 struct mlx5_ifc_eth_per_traffic_grp_data_layout_bits
{
1522 u8 transmit_queue_high
[0x20];
1524 u8 transmit_queue_low
[0x20];
1526 u8 reserved_at_40
[0x780];
1529 struct mlx5_ifc_eth_per_prio_grp_data_layout_bits
{
1530 u8 rx_octets_high
[0x20];
1532 u8 rx_octets_low
[0x20];
1534 u8 reserved_at_40
[0xc0];
1536 u8 rx_frames_high
[0x20];
1538 u8 rx_frames_low
[0x20];
1540 u8 tx_octets_high
[0x20];
1542 u8 tx_octets_low
[0x20];
1544 u8 reserved_at_180
[0xc0];
1546 u8 tx_frames_high
[0x20];
1548 u8 tx_frames_low
[0x20];
1550 u8 rx_pause_high
[0x20];
1552 u8 rx_pause_low
[0x20];
1554 u8 rx_pause_duration_high
[0x20];
1556 u8 rx_pause_duration_low
[0x20];
1558 u8 tx_pause_high
[0x20];
1560 u8 tx_pause_low
[0x20];
1562 u8 tx_pause_duration_high
[0x20];
1564 u8 tx_pause_duration_low
[0x20];
1566 u8 rx_pause_transition_high
[0x20];
1568 u8 rx_pause_transition_low
[0x20];
1570 u8 reserved_at_3c0
[0x400];
1573 struct mlx5_ifc_eth_extended_cntrs_grp_data_layout_bits
{
1574 u8 port_transmit_wait_high
[0x20];
1576 u8 port_transmit_wait_low
[0x20];
1578 u8 reserved_at_40
[0x100];
1580 u8 rx_buffer_almost_full_high
[0x20];
1582 u8 rx_buffer_almost_full_low
[0x20];
1584 u8 rx_buffer_full_high
[0x20];
1586 u8 rx_buffer_full_low
[0x20];
1588 u8 reserved_at_1c0
[0x600];
1591 struct mlx5_ifc_eth_3635_cntrs_grp_data_layout_bits
{
1592 u8 dot3stats_alignment_errors_high
[0x20];
1594 u8 dot3stats_alignment_errors_low
[0x20];
1596 u8 dot3stats_fcs_errors_high
[0x20];
1598 u8 dot3stats_fcs_errors_low
[0x20];
1600 u8 dot3stats_single_collision_frames_high
[0x20];
1602 u8 dot3stats_single_collision_frames_low
[0x20];
1604 u8 dot3stats_multiple_collision_frames_high
[0x20];
1606 u8 dot3stats_multiple_collision_frames_low
[0x20];
1608 u8 dot3stats_sqe_test_errors_high
[0x20];
1610 u8 dot3stats_sqe_test_errors_low
[0x20];
1612 u8 dot3stats_deferred_transmissions_high
[0x20];
1614 u8 dot3stats_deferred_transmissions_low
[0x20];
1616 u8 dot3stats_late_collisions_high
[0x20];
1618 u8 dot3stats_late_collisions_low
[0x20];
1620 u8 dot3stats_excessive_collisions_high
[0x20];
1622 u8 dot3stats_excessive_collisions_low
[0x20];
1624 u8 dot3stats_internal_mac_transmit_errors_high
[0x20];
1626 u8 dot3stats_internal_mac_transmit_errors_low
[0x20];
1628 u8 dot3stats_carrier_sense_errors_high
[0x20];
1630 u8 dot3stats_carrier_sense_errors_low
[0x20];
1632 u8 dot3stats_frame_too_longs_high
[0x20];
1634 u8 dot3stats_frame_too_longs_low
[0x20];
1636 u8 dot3stats_internal_mac_receive_errors_high
[0x20];
1638 u8 dot3stats_internal_mac_receive_errors_low
[0x20];
1640 u8 dot3stats_symbol_errors_high
[0x20];
1642 u8 dot3stats_symbol_errors_low
[0x20];
1644 u8 dot3control_in_unknown_opcodes_high
[0x20];
1646 u8 dot3control_in_unknown_opcodes_low
[0x20];
1648 u8 dot3in_pause_frames_high
[0x20];
1650 u8 dot3in_pause_frames_low
[0x20];
1652 u8 dot3out_pause_frames_high
[0x20];
1654 u8 dot3out_pause_frames_low
[0x20];
1656 u8 reserved_at_400
[0x3c0];
1659 struct mlx5_ifc_eth_2819_cntrs_grp_data_layout_bits
{
1660 u8 ether_stats_drop_events_high
[0x20];
1662 u8 ether_stats_drop_events_low
[0x20];
1664 u8 ether_stats_octets_high
[0x20];
1666 u8 ether_stats_octets_low
[0x20];
1668 u8 ether_stats_pkts_high
[0x20];
1670 u8 ether_stats_pkts_low
[0x20];
1672 u8 ether_stats_broadcast_pkts_high
[0x20];
1674 u8 ether_stats_broadcast_pkts_low
[0x20];
1676 u8 ether_stats_multicast_pkts_high
[0x20];
1678 u8 ether_stats_multicast_pkts_low
[0x20];
1680 u8 ether_stats_crc_align_errors_high
[0x20];
1682 u8 ether_stats_crc_align_errors_low
[0x20];
1684 u8 ether_stats_undersize_pkts_high
[0x20];
1686 u8 ether_stats_undersize_pkts_low
[0x20];
1688 u8 ether_stats_oversize_pkts_high
[0x20];
1690 u8 ether_stats_oversize_pkts_low
[0x20];
1692 u8 ether_stats_fragments_high
[0x20];
1694 u8 ether_stats_fragments_low
[0x20];
1696 u8 ether_stats_jabbers_high
[0x20];
1698 u8 ether_stats_jabbers_low
[0x20];
1700 u8 ether_stats_collisions_high
[0x20];
1702 u8 ether_stats_collisions_low
[0x20];
1704 u8 ether_stats_pkts64octets_high
[0x20];
1706 u8 ether_stats_pkts64octets_low
[0x20];
1708 u8 ether_stats_pkts65to127octets_high
[0x20];
1710 u8 ether_stats_pkts65to127octets_low
[0x20];
1712 u8 ether_stats_pkts128to255octets_high
[0x20];
1714 u8 ether_stats_pkts128to255octets_low
[0x20];
1716 u8 ether_stats_pkts256to511octets_high
[0x20];
1718 u8 ether_stats_pkts256to511octets_low
[0x20];
1720 u8 ether_stats_pkts512to1023octets_high
[0x20];
1722 u8 ether_stats_pkts512to1023octets_low
[0x20];
1724 u8 ether_stats_pkts1024to1518octets_high
[0x20];
1726 u8 ether_stats_pkts1024to1518octets_low
[0x20];
1728 u8 ether_stats_pkts1519to2047octets_high
[0x20];
1730 u8 ether_stats_pkts1519to2047octets_low
[0x20];
1732 u8 ether_stats_pkts2048to4095octets_high
[0x20];
1734 u8 ether_stats_pkts2048to4095octets_low
[0x20];
1736 u8 ether_stats_pkts4096to8191octets_high
[0x20];
1738 u8 ether_stats_pkts4096to8191octets_low
[0x20];
1740 u8 ether_stats_pkts8192to10239octets_high
[0x20];
1742 u8 ether_stats_pkts8192to10239octets_low
[0x20];
1744 u8 reserved_at_540
[0x280];
1747 struct mlx5_ifc_eth_2863_cntrs_grp_data_layout_bits
{
1748 u8 if_in_octets_high
[0x20];
1750 u8 if_in_octets_low
[0x20];
1752 u8 if_in_ucast_pkts_high
[0x20];
1754 u8 if_in_ucast_pkts_low
[0x20];
1756 u8 if_in_discards_high
[0x20];
1758 u8 if_in_discards_low
[0x20];
1760 u8 if_in_errors_high
[0x20];
1762 u8 if_in_errors_low
[0x20];
1764 u8 if_in_unknown_protos_high
[0x20];
1766 u8 if_in_unknown_protos_low
[0x20];
1768 u8 if_out_octets_high
[0x20];
1770 u8 if_out_octets_low
[0x20];
1772 u8 if_out_ucast_pkts_high
[0x20];
1774 u8 if_out_ucast_pkts_low
[0x20];
1776 u8 if_out_discards_high
[0x20];
1778 u8 if_out_discards_low
[0x20];
1780 u8 if_out_errors_high
[0x20];
1782 u8 if_out_errors_low
[0x20];
1784 u8 if_in_multicast_pkts_high
[0x20];
1786 u8 if_in_multicast_pkts_low
[0x20];
1788 u8 if_in_broadcast_pkts_high
[0x20];
1790 u8 if_in_broadcast_pkts_low
[0x20];
1792 u8 if_out_multicast_pkts_high
[0x20];
1794 u8 if_out_multicast_pkts_low
[0x20];
1796 u8 if_out_broadcast_pkts_high
[0x20];
1798 u8 if_out_broadcast_pkts_low
[0x20];
1800 u8 reserved_at_340
[0x480];
1803 struct mlx5_ifc_eth_802_3_cntrs_grp_data_layout_bits
{
1804 u8 a_frames_transmitted_ok_high
[0x20];
1806 u8 a_frames_transmitted_ok_low
[0x20];
1808 u8 a_frames_received_ok_high
[0x20];
1810 u8 a_frames_received_ok_low
[0x20];
1812 u8 a_frame_check_sequence_errors_high
[0x20];
1814 u8 a_frame_check_sequence_errors_low
[0x20];
1816 u8 a_alignment_errors_high
[0x20];
1818 u8 a_alignment_errors_low
[0x20];
1820 u8 a_octets_transmitted_ok_high
[0x20];
1822 u8 a_octets_transmitted_ok_low
[0x20];
1824 u8 a_octets_received_ok_high
[0x20];
1826 u8 a_octets_received_ok_low
[0x20];
1828 u8 a_multicast_frames_xmitted_ok_high
[0x20];
1830 u8 a_multicast_frames_xmitted_ok_low
[0x20];
1832 u8 a_broadcast_frames_xmitted_ok_high
[0x20];
1834 u8 a_broadcast_frames_xmitted_ok_low
[0x20];
1836 u8 a_multicast_frames_received_ok_high
[0x20];
1838 u8 a_multicast_frames_received_ok_low
[0x20];
1840 u8 a_broadcast_frames_received_ok_high
[0x20];
1842 u8 a_broadcast_frames_received_ok_low
[0x20];
1844 u8 a_in_range_length_errors_high
[0x20];
1846 u8 a_in_range_length_errors_low
[0x20];
1848 u8 a_out_of_range_length_field_high
[0x20];
1850 u8 a_out_of_range_length_field_low
[0x20];
1852 u8 a_frame_too_long_errors_high
[0x20];
1854 u8 a_frame_too_long_errors_low
[0x20];
1856 u8 a_symbol_error_during_carrier_high
[0x20];
1858 u8 a_symbol_error_during_carrier_low
[0x20];
1860 u8 a_mac_control_frames_transmitted_high
[0x20];
1862 u8 a_mac_control_frames_transmitted_low
[0x20];
1864 u8 a_mac_control_frames_received_high
[0x20];
1866 u8 a_mac_control_frames_received_low
[0x20];
1868 u8 a_unsupported_opcodes_received_high
[0x20];
1870 u8 a_unsupported_opcodes_received_low
[0x20];
1872 u8 a_pause_mac_ctrl_frames_received_high
[0x20];
1874 u8 a_pause_mac_ctrl_frames_received_low
[0x20];
1876 u8 a_pause_mac_ctrl_frames_transmitted_high
[0x20];
1878 u8 a_pause_mac_ctrl_frames_transmitted_low
[0x20];
1880 u8 reserved_at_4c0
[0x300];
1883 struct mlx5_ifc_pcie_perf_cntrs_grp_data_layout_bits
{
1884 u8 life_time_counter_high
[0x20];
1886 u8 life_time_counter_low
[0x20];
1892 u8 l0_to_recovery_eieos
[0x20];
1894 u8 l0_to_recovery_ts
[0x20];
1896 u8 l0_to_recovery_framing
[0x20];
1898 u8 l0_to_recovery_retrain
[0x20];
1900 u8 crc_error_dllp
[0x20];
1902 u8 crc_error_tlp
[0x20];
1904 u8 tx_overflow_buffer_pkt_high
[0x20];
1906 u8 tx_overflow_buffer_pkt_low
[0x20];
1908 u8 outbound_stalled_reads
[0x20];
1910 u8 outbound_stalled_writes
[0x20];
1912 u8 outbound_stalled_reads_events
[0x20];
1914 u8 outbound_stalled_writes_events
[0x20];
1916 u8 reserved_at_200
[0x5c0];
1919 struct mlx5_ifc_cmd_inter_comp_event_bits
{
1920 u8 command_completion_vector
[0x20];
1922 u8 reserved_at_20
[0xc0];
1925 struct mlx5_ifc_stall_vl_event_bits
{
1926 u8 reserved_at_0
[0x18];
1928 u8 reserved_at_19
[0x3];
1931 u8 reserved_at_20
[0xa0];
1934 struct mlx5_ifc_db_bf_congestion_event_bits
{
1935 u8 event_subtype
[0x8];
1936 u8 reserved_at_8
[0x8];
1937 u8 congestion_level
[0x8];
1938 u8 reserved_at_18
[0x8];
1940 u8 reserved_at_20
[0xa0];
1943 struct mlx5_ifc_gpio_event_bits
{
1944 u8 reserved_at_0
[0x60];
1946 u8 gpio_event_hi
[0x20];
1948 u8 gpio_event_lo
[0x20];
1950 u8 reserved_at_a0
[0x40];
1953 struct mlx5_ifc_port_state_change_event_bits
{
1954 u8 reserved_at_0
[0x40];
1957 u8 reserved_at_44
[0x1c];
1959 u8 reserved_at_60
[0x80];
1962 struct mlx5_ifc_dropped_packet_logged_bits
{
1963 u8 reserved_at_0
[0xe0];
1967 MLX5_CQ_ERROR_SYNDROME_CQ_OVERRUN
= 0x1,
1968 MLX5_CQ_ERROR_SYNDROME_CQ_ACCESS_VIOLATION_ERROR
= 0x2,
1971 struct mlx5_ifc_cq_error_bits
{
1972 u8 reserved_at_0
[0x8];
1975 u8 reserved_at_20
[0x20];
1977 u8 reserved_at_40
[0x18];
1980 u8 reserved_at_60
[0x80];
1983 struct mlx5_ifc_rdma_page_fault_event_bits
{
1984 u8 bytes_committed
[0x20];
1988 u8 reserved_at_40
[0x10];
1989 u8 packet_len
[0x10];
1991 u8 rdma_op_len
[0x20];
1995 u8 reserved_at_c0
[0x5];
2002 struct mlx5_ifc_wqe_associated_page_fault_event_bits
{
2003 u8 bytes_committed
[0x20];
2005 u8 reserved_at_20
[0x10];
2008 u8 reserved_at_40
[0x10];
2011 u8 reserved_at_60
[0x60];
2013 u8 reserved_at_c0
[0x5];
2020 struct mlx5_ifc_qp_events_bits
{
2021 u8 reserved_at_0
[0xa0];
2024 u8 reserved_at_a8
[0x18];
2026 u8 reserved_at_c0
[0x8];
2027 u8 qpn_rqn_sqn
[0x18];
2030 struct mlx5_ifc_dct_events_bits
{
2031 u8 reserved_at_0
[0xc0];
2033 u8 reserved_at_c0
[0x8];
2034 u8 dct_number
[0x18];
2037 struct mlx5_ifc_comp_event_bits
{
2038 u8 reserved_at_0
[0xc0];
2040 u8 reserved_at_c0
[0x8];
2045 MLX5_QPC_STATE_RST
= 0x0,
2046 MLX5_QPC_STATE_INIT
= 0x1,
2047 MLX5_QPC_STATE_RTR
= 0x2,
2048 MLX5_QPC_STATE_RTS
= 0x3,
2049 MLX5_QPC_STATE_SQER
= 0x4,
2050 MLX5_QPC_STATE_ERR
= 0x6,
2051 MLX5_QPC_STATE_SQD
= 0x7,
2052 MLX5_QPC_STATE_SUSPENDED
= 0x9,
2056 MLX5_QPC_ST_RC
= 0x0,
2057 MLX5_QPC_ST_UC
= 0x1,
2058 MLX5_QPC_ST_UD
= 0x2,
2059 MLX5_QPC_ST_XRC
= 0x3,
2060 MLX5_QPC_ST_DCI
= 0x5,
2061 MLX5_QPC_ST_QP0
= 0x7,
2062 MLX5_QPC_ST_QP1
= 0x8,
2063 MLX5_QPC_ST_RAW_DATAGRAM
= 0x9,
2064 MLX5_QPC_ST_REG_UMR
= 0xc,
2068 MLX5_QPC_PM_STATE_ARMED
= 0x0,
2069 MLX5_QPC_PM_STATE_REARM
= 0x1,
2070 MLX5_QPC_PM_STATE_RESERVED
= 0x2,
2071 MLX5_QPC_PM_STATE_MIGRATED
= 0x3,
2075 MLX5_QPC_OFFLOAD_TYPE_RNDV
= 0x1,
2079 MLX5_QPC_END_PADDING_MODE_SCATTER_AS_IS
= 0x0,
2080 MLX5_QPC_END_PADDING_MODE_PAD_TO_CACHE_LINE_ALIGNMENT
= 0x1,
2084 MLX5_QPC_MTU_256_BYTES
= 0x1,
2085 MLX5_QPC_MTU_512_BYTES
= 0x2,
2086 MLX5_QPC_MTU_1K_BYTES
= 0x3,
2087 MLX5_QPC_MTU_2K_BYTES
= 0x4,
2088 MLX5_QPC_MTU_4K_BYTES
= 0x5,
2089 MLX5_QPC_MTU_RAW_ETHERNET_QP
= 0x7,
2093 MLX5_QPC_ATOMIC_MODE_IB_SPEC
= 0x1,
2094 MLX5_QPC_ATOMIC_MODE_ONLY_8B
= 0x2,
2095 MLX5_QPC_ATOMIC_MODE_UP_TO_8B
= 0x3,
2096 MLX5_QPC_ATOMIC_MODE_UP_TO_16B
= 0x4,
2097 MLX5_QPC_ATOMIC_MODE_UP_TO_32B
= 0x5,
2098 MLX5_QPC_ATOMIC_MODE_UP_TO_64B
= 0x6,
2099 MLX5_QPC_ATOMIC_MODE_UP_TO_128B
= 0x7,
2100 MLX5_QPC_ATOMIC_MODE_UP_TO_256B
= 0x8,
2104 MLX5_QPC_CS_REQ_DISABLE
= 0x0,
2105 MLX5_QPC_CS_REQ_UP_TO_32B
= 0x11,
2106 MLX5_QPC_CS_REQ_UP_TO_64B
= 0x22,
2110 MLX5_QPC_CS_RES_DISABLE
= 0x0,
2111 MLX5_QPC_CS_RES_UP_TO_32B
= 0x1,
2112 MLX5_QPC_CS_RES_UP_TO_64B
= 0x2,
2115 struct mlx5_ifc_qpc_bits
{
2117 u8 lag_tx_port_affinity
[0x4];
2119 u8 reserved_at_10
[0x3];
2121 u8 reserved_at_15
[0x3];
2122 u8 offload_type
[0x4];
2123 u8 end_padding_mode
[0x2];
2124 u8 reserved_at_1e
[0x2];
2126 u8 wq_signature
[0x1];
2127 u8 block_lb_mc
[0x1];
2128 u8 atomic_like_write_en
[0x1];
2129 u8 latency_sensitive
[0x1];
2130 u8 reserved_at_24
[0x1];
2131 u8 drain_sigerr
[0x1];
2132 u8 reserved_at_26
[0x2];
2136 u8 log_msg_max
[0x5];
2137 u8 reserved_at_48
[0x1];
2138 u8 log_rq_size
[0x4];
2139 u8 log_rq_stride
[0x3];
2141 u8 log_sq_size
[0x4];
2142 u8 reserved_at_55
[0x6];
2144 u8 ulp_stateless_offload_mode
[0x4];
2146 u8 counter_set_id
[0x8];
2149 u8 reserved_at_80
[0x8];
2150 u8 user_index
[0x18];
2152 u8 reserved_at_a0
[0x3];
2153 u8 log_page_size
[0x5];
2154 u8 remote_qpn
[0x18];
2156 struct mlx5_ifc_ads_bits primary_address_path
;
2158 struct mlx5_ifc_ads_bits secondary_address_path
;
2160 u8 log_ack_req_freq
[0x4];
2161 u8 reserved_at_384
[0x4];
2162 u8 log_sra_max
[0x3];
2163 u8 reserved_at_38b
[0x2];
2164 u8 retry_count
[0x3];
2166 u8 reserved_at_393
[0x1];
2168 u8 cur_rnr_retry
[0x3];
2169 u8 cur_retry_count
[0x3];
2170 u8 reserved_at_39b
[0x5];
2172 u8 reserved_at_3a0
[0x20];
2174 u8 reserved_at_3c0
[0x8];
2175 u8 next_send_psn
[0x18];
2177 u8 reserved_at_3e0
[0x8];
2180 u8 reserved_at_400
[0x8];
2183 u8 reserved_at_420
[0x20];
2185 u8 reserved_at_440
[0x8];
2186 u8 last_acked_psn
[0x18];
2188 u8 reserved_at_460
[0x8];
2191 u8 reserved_at_480
[0x8];
2192 u8 log_rra_max
[0x3];
2193 u8 reserved_at_48b
[0x1];
2194 u8 atomic_mode
[0x4];
2198 u8 reserved_at_493
[0x1];
2199 u8 page_offset
[0x6];
2200 u8 reserved_at_49a
[0x3];
2201 u8 cd_slave_receive
[0x1];
2202 u8 cd_slave_send
[0x1];
2205 u8 reserved_at_4a0
[0x3];
2206 u8 min_rnr_nak
[0x5];
2207 u8 next_rcv_psn
[0x18];
2209 u8 reserved_at_4c0
[0x8];
2212 u8 reserved_at_4e0
[0x8];
2219 u8 reserved_at_560
[0x5];
2221 u8 srqn_rmpn_xrqn
[0x18];
2223 u8 reserved_at_580
[0x8];
2226 u8 hw_sq_wqebb_counter
[0x10];
2227 u8 sw_sq_wqebb_counter
[0x10];
2229 u8 hw_rq_counter
[0x20];
2231 u8 sw_rq_counter
[0x20];
2233 u8 reserved_at_600
[0x20];
2235 u8 reserved_at_620
[0xf];
2240 u8 dc_access_key
[0x40];
2242 u8 reserved_at_680
[0xc0];
2245 struct mlx5_ifc_roce_addr_layout_bits
{
2246 u8 source_l3_address
[16][0x8];
2248 u8 reserved_at_80
[0x3];
2251 u8 source_mac_47_32
[0x10];
2253 u8 source_mac_31_0
[0x20];
2255 u8 reserved_at_c0
[0x14];
2256 u8 roce_l3_type
[0x4];
2257 u8 roce_version
[0x8];
2259 u8 reserved_at_e0
[0x20];
2262 union mlx5_ifc_hca_cap_union_bits
{
2263 struct mlx5_ifc_cmd_hca_cap_bits cmd_hca_cap
;
2264 struct mlx5_ifc_odp_cap_bits odp_cap
;
2265 struct mlx5_ifc_atomic_caps_bits atomic_caps
;
2266 struct mlx5_ifc_roce_cap_bits roce_cap
;
2267 struct mlx5_ifc_per_protocol_networking_offload_caps_bits per_protocol_networking_offload_caps
;
2268 struct mlx5_ifc_flow_table_nic_cap_bits flow_table_nic_cap
;
2269 struct mlx5_ifc_flow_table_eswitch_cap_bits flow_table_eswitch_cap
;
2270 struct mlx5_ifc_e_switch_cap_bits e_switch_cap
;
2271 struct mlx5_ifc_vector_calc_cap_bits vector_calc_cap
;
2272 struct mlx5_ifc_qos_cap_bits qos_cap
;
2273 struct mlx5_ifc_fpga_cap_bits fpga_cap
;
2274 u8 reserved_at_0
[0x8000];
2278 MLX5_FLOW_CONTEXT_ACTION_ALLOW
= 0x1,
2279 MLX5_FLOW_CONTEXT_ACTION_DROP
= 0x2,
2280 MLX5_FLOW_CONTEXT_ACTION_FWD_DEST
= 0x4,
2281 MLX5_FLOW_CONTEXT_ACTION_COUNT
= 0x8,
2282 MLX5_FLOW_CONTEXT_ACTION_ENCAP
= 0x10,
2283 MLX5_FLOW_CONTEXT_ACTION_DECAP
= 0x20,
2284 MLX5_FLOW_CONTEXT_ACTION_MOD_HDR
= 0x40,
2287 struct mlx5_ifc_flow_context_bits
{
2288 u8 reserved_at_0
[0x20];
2292 u8 reserved_at_40
[0x8];
2295 u8 reserved_at_60
[0x10];
2298 u8 reserved_at_80
[0x8];
2299 u8 destination_list_size
[0x18];
2301 u8 reserved_at_a0
[0x8];
2302 u8 flow_counter_list_size
[0x18];
2306 u8 modify_header_id
[0x20];
2308 u8 reserved_at_100
[0x100];
2310 struct mlx5_ifc_fte_match_param_bits match_value
;
2312 u8 reserved_at_1200
[0x600];
2314 union mlx5_ifc_dest_format_struct_flow_counter_list_auto_bits destination
[0];
2318 MLX5_XRC_SRQC_STATE_GOOD
= 0x0,
2319 MLX5_XRC_SRQC_STATE_ERROR
= 0x1,
2322 struct mlx5_ifc_xrc_srqc_bits
{
2324 u8 log_xrc_srq_size
[0x4];
2325 u8 reserved_at_8
[0x18];
2327 u8 wq_signature
[0x1];
2329 u8 reserved_at_22
[0x1];
2331 u8 basic_cyclic_rcv_wqe
[0x1];
2332 u8 log_rq_stride
[0x3];
2335 u8 page_offset
[0x6];
2336 u8 reserved_at_46
[0x2];
2339 u8 reserved_at_60
[0x20];
2341 u8 user_index_equal_xrc_srqn
[0x1];
2342 u8 reserved_at_81
[0x1];
2343 u8 log_page_size
[0x6];
2344 u8 user_index
[0x18];
2346 u8 reserved_at_a0
[0x20];
2348 u8 reserved_at_c0
[0x8];
2354 u8 reserved_at_100
[0x40];
2356 u8 db_record_addr_h
[0x20];
2358 u8 db_record_addr_l
[0x1e];
2359 u8 reserved_at_17e
[0x2];
2361 u8 reserved_at_180
[0x80];
2364 struct mlx5_ifc_traffic_counter_bits
{
2370 struct mlx5_ifc_tisc_bits
{
2371 u8 strict_lag_tx_port_affinity
[0x1];
2372 u8 reserved_at_1
[0x3];
2373 u8 lag_tx_port_affinity
[0x04];
2375 u8 reserved_at_8
[0x4];
2377 u8 reserved_at_10
[0x10];
2379 u8 reserved_at_20
[0x100];
2381 u8 reserved_at_120
[0x8];
2382 u8 transport_domain
[0x18];
2384 u8 reserved_at_140
[0x8];
2385 u8 underlay_qpn
[0x18];
2386 u8 reserved_at_160
[0x3a0];
2390 MLX5_TIRC_DISP_TYPE_DIRECT
= 0x0,
2391 MLX5_TIRC_DISP_TYPE_INDIRECT
= 0x1,
2395 MLX5_TIRC_LRO_ENABLE_MASK_IPV4_LRO
= 0x1,
2396 MLX5_TIRC_LRO_ENABLE_MASK_IPV6_LRO
= 0x2,
2400 MLX5_RX_HASH_FN_NONE
= 0x0,
2401 MLX5_RX_HASH_FN_INVERTED_XOR8
= 0x1,
2402 MLX5_RX_HASH_FN_TOEPLITZ
= 0x2,
2406 MLX5_TIRC_SELF_LB_BLOCK_BLOCK_UNICAST_
= 0x1,
2407 MLX5_TIRC_SELF_LB_BLOCK_BLOCK_MULTICAST_
= 0x2,
2410 struct mlx5_ifc_tirc_bits
{
2411 u8 reserved_at_0
[0x20];
2414 u8 reserved_at_24
[0x1c];
2416 u8 reserved_at_40
[0x40];
2418 u8 reserved_at_80
[0x4];
2419 u8 lro_timeout_period_usecs
[0x10];
2420 u8 lro_enable_mask
[0x4];
2421 u8 lro_max_ip_payload_size
[0x8];
2423 u8 reserved_at_a0
[0x40];
2425 u8 reserved_at_e0
[0x8];
2426 u8 inline_rqn
[0x18];
2428 u8 rx_hash_symmetric
[0x1];
2429 u8 reserved_at_101
[0x1];
2430 u8 tunneled_offload_en
[0x1];
2431 u8 reserved_at_103
[0x5];
2432 u8 indirect_table
[0x18];
2435 u8 reserved_at_124
[0x2];
2436 u8 self_lb_block
[0x2];
2437 u8 transport_domain
[0x18];
2439 u8 rx_hash_toeplitz_key
[10][0x20];
2441 struct mlx5_ifc_rx_hash_field_select_bits rx_hash_field_selector_outer
;
2443 struct mlx5_ifc_rx_hash_field_select_bits rx_hash_field_selector_inner
;
2445 u8 reserved_at_2c0
[0x4c0];
2449 MLX5_SRQC_STATE_GOOD
= 0x0,
2450 MLX5_SRQC_STATE_ERROR
= 0x1,
2453 struct mlx5_ifc_srqc_bits
{
2455 u8 log_srq_size
[0x4];
2456 u8 reserved_at_8
[0x18];
2458 u8 wq_signature
[0x1];
2460 u8 reserved_at_22
[0x1];
2462 u8 reserved_at_24
[0x1];
2463 u8 log_rq_stride
[0x3];
2466 u8 page_offset
[0x6];
2467 u8 reserved_at_46
[0x2];
2470 u8 reserved_at_60
[0x20];
2472 u8 reserved_at_80
[0x2];
2473 u8 log_page_size
[0x6];
2474 u8 reserved_at_88
[0x18];
2476 u8 reserved_at_a0
[0x20];
2478 u8 reserved_at_c0
[0x8];
2484 u8 reserved_at_100
[0x40];
2488 u8 reserved_at_180
[0x80];
2492 MLX5_SQC_STATE_RST
= 0x0,
2493 MLX5_SQC_STATE_RDY
= 0x1,
2494 MLX5_SQC_STATE_ERR
= 0x3,
2497 struct mlx5_ifc_sqc_bits
{
2501 u8 flush_in_error_en
[0x1];
2502 u8 allow_multi_pkt_send_wqe
[0x1];
2503 u8 min_wqe_inline_mode
[0x3];
2508 u8 reserved_at_f
[0x11];
2510 u8 reserved_at_20
[0x8];
2511 u8 user_index
[0x18];
2513 u8 reserved_at_40
[0x8];
2516 u8 reserved_at_60
[0x8];
2517 u8 hairpin_peer_rq
[0x18];
2519 u8 reserved_at_80
[0x10];
2520 u8 hairpin_peer_vhca
[0x10];
2522 u8 reserved_at_a0
[0x50];
2524 u8 packet_pacing_rate_limit_index
[0x10];
2525 u8 tis_lst_sz
[0x10];
2526 u8 reserved_at_110
[0x10];
2528 u8 reserved_at_120
[0x40];
2530 u8 reserved_at_160
[0x8];
2533 struct mlx5_ifc_wq_bits wq
;
2537 SCHEDULING_CONTEXT_ELEMENT_TYPE_TSAR
= 0x0,
2538 SCHEDULING_CONTEXT_ELEMENT_TYPE_VPORT
= 0x1,
2539 SCHEDULING_CONTEXT_ELEMENT_TYPE_VPORT_TC
= 0x2,
2540 SCHEDULING_CONTEXT_ELEMENT_TYPE_PARA_VPORT_TC
= 0x3,
2543 struct mlx5_ifc_scheduling_context_bits
{
2544 u8 element_type
[0x8];
2545 u8 reserved_at_8
[0x18];
2547 u8 element_attributes
[0x20];
2549 u8 parent_element_id
[0x20];
2551 u8 reserved_at_60
[0x40];
2555 u8 max_average_bw
[0x20];
2557 u8 reserved_at_e0
[0x120];
2560 struct mlx5_ifc_rqtc_bits
{
2561 u8 reserved_at_0
[0xa0];
2563 u8 reserved_at_a0
[0x10];
2564 u8 rqt_max_size
[0x10];
2566 u8 reserved_at_c0
[0x10];
2567 u8 rqt_actual_size
[0x10];
2569 u8 reserved_at_e0
[0x6a0];
2571 struct mlx5_ifc_rq_num_bits rq_num
[0];
2575 MLX5_RQC_MEM_RQ_TYPE_MEMORY_RQ_INLINE
= 0x0,
2576 MLX5_RQC_MEM_RQ_TYPE_MEMORY_RQ_RMP
= 0x1,
2580 MLX5_RQC_STATE_RST
= 0x0,
2581 MLX5_RQC_STATE_RDY
= 0x1,
2582 MLX5_RQC_STATE_ERR
= 0x3,
2585 struct mlx5_ifc_rqc_bits
{
2587 u8 delay_drop_en
[0x1];
2588 u8 scatter_fcs
[0x1];
2590 u8 mem_rq_type
[0x4];
2592 u8 reserved_at_c
[0x1];
2593 u8 flush_in_error_en
[0x1];
2595 u8 reserved_at_f
[0x11];
2597 u8 reserved_at_20
[0x8];
2598 u8 user_index
[0x18];
2600 u8 reserved_at_40
[0x8];
2603 u8 counter_set_id
[0x8];
2604 u8 reserved_at_68
[0x18];
2606 u8 reserved_at_80
[0x8];
2609 u8 reserved_at_a0
[0x8];
2610 u8 hairpin_peer_sq
[0x18];
2612 u8 reserved_at_c0
[0x10];
2613 u8 hairpin_peer_vhca
[0x10];
2615 u8 reserved_at_e0
[0xa0];
2617 struct mlx5_ifc_wq_bits wq
;
2621 MLX5_RMPC_STATE_RDY
= 0x1,
2622 MLX5_RMPC_STATE_ERR
= 0x3,
2625 struct mlx5_ifc_rmpc_bits
{
2626 u8 reserved_at_0
[0x8];
2628 u8 reserved_at_c
[0x14];
2630 u8 basic_cyclic_rcv_wqe
[0x1];
2631 u8 reserved_at_21
[0x1f];
2633 u8 reserved_at_40
[0x140];
2635 struct mlx5_ifc_wq_bits wq
;
2638 struct mlx5_ifc_nic_vport_context_bits
{
2639 u8 reserved_at_0
[0x5];
2640 u8 min_wqe_inline_mode
[0x3];
2641 u8 reserved_at_8
[0x15];
2642 u8 disable_mc_local_lb
[0x1];
2643 u8 disable_uc_local_lb
[0x1];
2646 u8 arm_change_event
[0x1];
2647 u8 reserved_at_21
[0x1a];
2648 u8 event_on_mtu
[0x1];
2649 u8 event_on_promisc_change
[0x1];
2650 u8 event_on_vlan_change
[0x1];
2651 u8 event_on_mc_address_change
[0x1];
2652 u8 event_on_uc_address_change
[0x1];
2654 u8 reserved_at_40
[0xc];
2656 u8 affiliation_criteria
[0x4];
2657 u8 affiliated_vhca_id
[0x10];
2659 u8 reserved_at_60
[0xd0];
2663 u8 system_image_guid
[0x40];
2667 u8 reserved_at_200
[0x140];
2668 u8 qkey_violation_counter
[0x10];
2669 u8 reserved_at_350
[0x430];
2673 u8 promisc_all
[0x1];
2674 u8 reserved_at_783
[0x2];
2675 u8 allowed_list_type
[0x3];
2676 u8 reserved_at_788
[0xc];
2677 u8 allowed_list_size
[0xc];
2679 struct mlx5_ifc_mac_address_layout_bits permanent_address
;
2681 u8 reserved_at_7e0
[0x20];
2683 u8 current_uc_mac_address
[0][0x40];
2687 MLX5_MKC_ACCESS_MODE_PA
= 0x0,
2688 MLX5_MKC_ACCESS_MODE_MTT
= 0x1,
2689 MLX5_MKC_ACCESS_MODE_KLMS
= 0x2,
2690 MLX5_MKC_ACCESS_MODE_KSM
= 0x3,
2693 struct mlx5_ifc_mkc_bits
{
2694 u8 reserved_at_0
[0x1];
2696 u8 reserved_at_2
[0xd];
2697 u8 small_fence_on_rdma_read_response
[0x1];
2704 u8 access_mode
[0x2];
2705 u8 reserved_at_18
[0x8];
2710 u8 reserved_at_40
[0x20];
2715 u8 reserved_at_63
[0x2];
2716 u8 expected_sigerr_count
[0x1];
2717 u8 reserved_at_66
[0x1];
2721 u8 start_addr
[0x40];
2725 u8 bsf_octword_size
[0x20];
2727 u8 reserved_at_120
[0x80];
2729 u8 translations_octword_size
[0x20];
2731 u8 reserved_at_1c0
[0x1b];
2732 u8 log_page_size
[0x5];
2734 u8 reserved_at_1e0
[0x20];
2737 struct mlx5_ifc_pkey_bits
{
2738 u8 reserved_at_0
[0x10];
2742 struct mlx5_ifc_array128_auto_bits
{
2743 u8 array128_auto
[16][0x8];
2746 struct mlx5_ifc_hca_vport_context_bits
{
2747 u8 field_select
[0x20];
2749 u8 reserved_at_20
[0xe0];
2751 u8 sm_virt_aware
[0x1];
2754 u8 grh_required
[0x1];
2755 u8 reserved_at_104
[0xc];
2756 u8 port_physical_state
[0x4];
2757 u8 vport_state_policy
[0x4];
2759 u8 vport_state
[0x4];
2761 u8 reserved_at_120
[0x20];
2763 u8 system_image_guid
[0x40];
2771 u8 cap_mask1_field_select
[0x20];
2775 u8 cap_mask2_field_select
[0x20];
2777 u8 reserved_at_280
[0x80];
2780 u8 reserved_at_310
[0x4];
2781 u8 init_type_reply
[0x4];
2783 u8 subnet_timeout
[0x5];
2787 u8 reserved_at_334
[0xc];
2789 u8 qkey_violation_counter
[0x10];
2790 u8 pkey_violation_counter
[0x10];
2792 u8 reserved_at_360
[0xca0];
2795 struct mlx5_ifc_esw_vport_context_bits
{
2796 u8 reserved_at_0
[0x3];
2797 u8 vport_svlan_strip
[0x1];
2798 u8 vport_cvlan_strip
[0x1];
2799 u8 vport_svlan_insert
[0x1];
2800 u8 vport_cvlan_insert
[0x2];
2801 u8 reserved_at_8
[0x18];
2803 u8 reserved_at_20
[0x20];
2812 u8 reserved_at_60
[0x7a0];
2816 MLX5_EQC_STATUS_OK
= 0x0,
2817 MLX5_EQC_STATUS_EQ_WRITE_FAILURE
= 0xa,
2821 MLX5_EQC_ST_ARMED
= 0x9,
2822 MLX5_EQC_ST_FIRED
= 0xa,
2825 struct mlx5_ifc_eqc_bits
{
2827 u8 reserved_at_4
[0x9];
2830 u8 reserved_at_f
[0x5];
2832 u8 reserved_at_18
[0x8];
2834 u8 reserved_at_20
[0x20];
2836 u8 reserved_at_40
[0x14];
2837 u8 page_offset
[0x6];
2838 u8 reserved_at_5a
[0x6];
2840 u8 reserved_at_60
[0x3];
2841 u8 log_eq_size
[0x5];
2844 u8 reserved_at_80
[0x20];
2846 u8 reserved_at_a0
[0x18];
2849 u8 reserved_at_c0
[0x3];
2850 u8 log_page_size
[0x5];
2851 u8 reserved_at_c8
[0x18];
2853 u8 reserved_at_e0
[0x60];
2855 u8 reserved_at_140
[0x8];
2856 u8 consumer_counter
[0x18];
2858 u8 reserved_at_160
[0x8];
2859 u8 producer_counter
[0x18];
2861 u8 reserved_at_180
[0x80];
2865 MLX5_DCTC_STATE_ACTIVE
= 0x0,
2866 MLX5_DCTC_STATE_DRAINING
= 0x1,
2867 MLX5_DCTC_STATE_DRAINED
= 0x2,
2871 MLX5_DCTC_CS_RES_DISABLE
= 0x0,
2872 MLX5_DCTC_CS_RES_NA
= 0x1,
2873 MLX5_DCTC_CS_RES_UP_TO_64B
= 0x2,
2877 MLX5_DCTC_MTU_256_BYTES
= 0x1,
2878 MLX5_DCTC_MTU_512_BYTES
= 0x2,
2879 MLX5_DCTC_MTU_1K_BYTES
= 0x3,
2880 MLX5_DCTC_MTU_2K_BYTES
= 0x4,
2881 MLX5_DCTC_MTU_4K_BYTES
= 0x5,
2884 struct mlx5_ifc_dctc_bits
{
2885 u8 reserved_at_0
[0x4];
2887 u8 reserved_at_8
[0x18];
2889 u8 reserved_at_20
[0x8];
2890 u8 user_index
[0x18];
2892 u8 reserved_at_40
[0x8];
2895 u8 counter_set_id
[0x8];
2896 u8 atomic_mode
[0x4];
2900 u8 atomic_like_write_en
[0x1];
2901 u8 latency_sensitive
[0x1];
2904 u8 reserved_at_73
[0xd];
2906 u8 reserved_at_80
[0x8];
2908 u8 reserved_at_90
[0x3];
2909 u8 min_rnr_nak
[0x5];
2910 u8 reserved_at_98
[0x8];
2912 u8 reserved_at_a0
[0x8];
2915 u8 reserved_at_c0
[0x8];
2919 u8 reserved_at_e8
[0x4];
2920 u8 flow_label
[0x14];
2922 u8 dc_access_key
[0x40];
2924 u8 reserved_at_140
[0x5];
2927 u8 pkey_index
[0x10];
2929 u8 reserved_at_160
[0x8];
2930 u8 my_addr_index
[0x8];
2931 u8 reserved_at_170
[0x8];
2934 u8 dc_access_key_violation_count
[0x20];
2936 u8 reserved_at_1a0
[0x14];
2942 u8 reserved_at_1c0
[0x40];
2946 MLX5_CQC_STATUS_OK
= 0x0,
2947 MLX5_CQC_STATUS_CQ_OVERFLOW
= 0x9,
2948 MLX5_CQC_STATUS_CQ_WRITE_FAIL
= 0xa,
2952 MLX5_CQC_CQE_SZ_64_BYTES
= 0x0,
2953 MLX5_CQC_CQE_SZ_128_BYTES
= 0x1,
2957 MLX5_CQC_ST_SOLICITED_NOTIFICATION_REQUEST_ARMED
= 0x6,
2958 MLX5_CQC_ST_NOTIFICATION_REQUEST_ARMED
= 0x9,
2959 MLX5_CQC_ST_FIRED
= 0xa,
2963 MLX5_CQ_PERIOD_MODE_START_FROM_EQE
= 0x0,
2964 MLX5_CQ_PERIOD_MODE_START_FROM_CQE
= 0x1,
2965 MLX5_CQ_PERIOD_NUM_MODES
2968 struct mlx5_ifc_cqc_bits
{
2970 u8 reserved_at_4
[0x4];
2973 u8 reserved_at_c
[0x1];
2974 u8 scqe_break_moderation_en
[0x1];
2976 u8 cq_period_mode
[0x2];
2977 u8 cqe_comp_en
[0x1];
2978 u8 mini_cqe_res_format
[0x2];
2980 u8 reserved_at_18
[0x8];
2982 u8 reserved_at_20
[0x20];
2984 u8 reserved_at_40
[0x14];
2985 u8 page_offset
[0x6];
2986 u8 reserved_at_5a
[0x6];
2988 u8 reserved_at_60
[0x3];
2989 u8 log_cq_size
[0x5];
2992 u8 reserved_at_80
[0x4];
2994 u8 cq_max_count
[0x10];
2996 u8 reserved_at_a0
[0x18];
2999 u8 reserved_at_c0
[0x3];
3000 u8 log_page_size
[0x5];
3001 u8 reserved_at_c8
[0x18];
3003 u8 reserved_at_e0
[0x20];
3005 u8 reserved_at_100
[0x8];
3006 u8 last_notified_index
[0x18];
3008 u8 reserved_at_120
[0x8];
3009 u8 last_solicit_index
[0x18];
3011 u8 reserved_at_140
[0x8];
3012 u8 consumer_counter
[0x18];
3014 u8 reserved_at_160
[0x8];
3015 u8 producer_counter
[0x18];
3017 u8 reserved_at_180
[0x40];
3022 union mlx5_ifc_cong_control_roce_ecn_auto_bits
{
3023 struct mlx5_ifc_cong_control_802_1qau_rp_bits cong_control_802_1qau_rp
;
3024 struct mlx5_ifc_cong_control_r_roce_ecn_rp_bits cong_control_r_roce_ecn_rp
;
3025 struct mlx5_ifc_cong_control_r_roce_ecn_np_bits cong_control_r_roce_ecn_np
;
3026 u8 reserved_at_0
[0x800];
3029 struct mlx5_ifc_query_adapter_param_block_bits
{
3030 u8 reserved_at_0
[0xc0];
3032 u8 reserved_at_c0
[0x8];
3033 u8 ieee_vendor_id
[0x18];
3035 u8 reserved_at_e0
[0x10];
3036 u8 vsd_vendor_id
[0x10];
3040 u8 vsd_contd_psid
[16][0x8];
3044 MLX5_XRQC_STATE_GOOD
= 0x0,
3045 MLX5_XRQC_STATE_ERROR
= 0x1,
3049 MLX5_XRQC_TOPOLOGY_NO_SPECIAL_TOPOLOGY
= 0x0,
3050 MLX5_XRQC_TOPOLOGY_TAG_MATCHING
= 0x1,
3054 MLX5_XRQC_OFFLOAD_RNDV
= 0x1,
3057 struct mlx5_ifc_tag_matching_topology_context_bits
{
3058 u8 log_matching_list_sz
[0x4];
3059 u8 reserved_at_4
[0xc];
3060 u8 append_next_index
[0x10];
3062 u8 sw_phase_cnt
[0x10];
3063 u8 hw_phase_cnt
[0x10];
3065 u8 reserved_at_40
[0x40];
3068 struct mlx5_ifc_xrqc_bits
{
3071 u8 reserved_at_5
[0xf];
3073 u8 reserved_at_18
[0x4];
3076 u8 reserved_at_20
[0x8];
3077 u8 user_index
[0x18];
3079 u8 reserved_at_40
[0x8];
3082 u8 reserved_at_60
[0xa0];
3084 struct mlx5_ifc_tag_matching_topology_context_bits tag_matching_topology_context
;
3086 u8 reserved_at_180
[0x280];
3088 struct mlx5_ifc_wq_bits wq
;
3091 union mlx5_ifc_modify_field_select_resize_field_select_auto_bits
{
3092 struct mlx5_ifc_modify_field_select_bits modify_field_select
;
3093 struct mlx5_ifc_resize_field_select_bits resize_field_select
;
3094 u8 reserved_at_0
[0x20];
3097 union mlx5_ifc_field_select_802_1_r_roce_auto_bits
{
3098 struct mlx5_ifc_field_select_802_1qau_rp_bits field_select_802_1qau_rp
;
3099 struct mlx5_ifc_field_select_r_roce_rp_bits field_select_r_roce_rp
;
3100 struct mlx5_ifc_field_select_r_roce_np_bits field_select_r_roce_np
;
3101 u8 reserved_at_0
[0x20];
3104 union mlx5_ifc_eth_cntrs_grp_data_layout_auto_bits
{
3105 struct mlx5_ifc_eth_802_3_cntrs_grp_data_layout_bits eth_802_3_cntrs_grp_data_layout
;
3106 struct mlx5_ifc_eth_2863_cntrs_grp_data_layout_bits eth_2863_cntrs_grp_data_layout
;
3107 struct mlx5_ifc_eth_2819_cntrs_grp_data_layout_bits eth_2819_cntrs_grp_data_layout
;
3108 struct mlx5_ifc_eth_3635_cntrs_grp_data_layout_bits eth_3635_cntrs_grp_data_layout
;
3109 struct mlx5_ifc_eth_extended_cntrs_grp_data_layout_bits eth_extended_cntrs_grp_data_layout
;
3110 struct mlx5_ifc_eth_per_prio_grp_data_layout_bits eth_per_prio_grp_data_layout
;
3111 struct mlx5_ifc_eth_per_traffic_grp_data_layout_bits eth_per_traffic_grp_data_layout
;
3112 struct mlx5_ifc_ib_port_cntrs_grp_data_layout_bits ib_port_cntrs_grp_data_layout
;
3113 struct mlx5_ifc_phys_layer_cntrs_bits phys_layer_cntrs
;
3114 struct mlx5_ifc_phys_layer_statistical_cntrs_bits phys_layer_statistical_cntrs
;
3115 u8 reserved_at_0
[0x7c0];
3118 union mlx5_ifc_pcie_cntrs_grp_data_layout_auto_bits
{
3119 struct mlx5_ifc_pcie_perf_cntrs_grp_data_layout_bits pcie_perf_cntrs_grp_data_layout
;
3120 u8 reserved_at_0
[0x7c0];
3123 union mlx5_ifc_event_auto_bits
{
3124 struct mlx5_ifc_comp_event_bits comp_event
;
3125 struct mlx5_ifc_dct_events_bits dct_events
;
3126 struct mlx5_ifc_qp_events_bits qp_events
;
3127 struct mlx5_ifc_wqe_associated_page_fault_event_bits wqe_associated_page_fault_event
;
3128 struct mlx5_ifc_rdma_page_fault_event_bits rdma_page_fault_event
;
3129 struct mlx5_ifc_cq_error_bits cq_error
;
3130 struct mlx5_ifc_dropped_packet_logged_bits dropped_packet_logged
;
3131 struct mlx5_ifc_port_state_change_event_bits port_state_change_event
;
3132 struct mlx5_ifc_gpio_event_bits gpio_event
;
3133 struct mlx5_ifc_db_bf_congestion_event_bits db_bf_congestion_event
;
3134 struct mlx5_ifc_stall_vl_event_bits stall_vl_event
;
3135 struct mlx5_ifc_cmd_inter_comp_event_bits cmd_inter_comp_event
;
3136 u8 reserved_at_0
[0xe0];
3139 struct mlx5_ifc_health_buffer_bits
{
3140 u8 reserved_at_0
[0x100];
3142 u8 assert_existptr
[0x20];
3144 u8 assert_callra
[0x20];
3146 u8 reserved_at_140
[0x40];
3148 u8 fw_version
[0x20];
3152 u8 reserved_at_1c0
[0x20];
3154 u8 irisc_index
[0x8];
3159 struct mlx5_ifc_register_loopback_control_bits
{
3161 u8 reserved_at_1
[0x7];
3163 u8 reserved_at_10
[0x10];
3165 u8 reserved_at_20
[0x60];
3168 struct mlx5_ifc_vport_tc_element_bits
{
3169 u8 traffic_class
[0x4];
3170 u8 reserved_at_4
[0xc];
3171 u8 vport_number
[0x10];
3174 struct mlx5_ifc_vport_element_bits
{
3175 u8 reserved_at_0
[0x10];
3176 u8 vport_number
[0x10];
3180 TSAR_ELEMENT_TSAR_TYPE_DWRR
= 0x0,
3181 TSAR_ELEMENT_TSAR_TYPE_ROUND_ROBIN
= 0x1,
3182 TSAR_ELEMENT_TSAR_TYPE_ETS
= 0x2,
3185 struct mlx5_ifc_tsar_element_bits
{
3186 u8 reserved_at_0
[0x8];
3188 u8 reserved_at_10
[0x10];
3192 MLX5_TEARDOWN_HCA_OUT_FORCE_STATE_SUCCESS
= 0x0,
3193 MLX5_TEARDOWN_HCA_OUT_FORCE_STATE_FAIL
= 0x1,
3196 struct mlx5_ifc_teardown_hca_out_bits
{
3198 u8 reserved_at_8
[0x18];
3202 u8 reserved_at_40
[0x3f];
3204 u8 force_state
[0x1];
3208 MLX5_TEARDOWN_HCA_IN_PROFILE_GRACEFUL_CLOSE
= 0x0,
3209 MLX5_TEARDOWN_HCA_IN_PROFILE_FORCE_CLOSE
= 0x1,
3212 struct mlx5_ifc_teardown_hca_in_bits
{
3214 u8 reserved_at_10
[0x10];
3216 u8 reserved_at_20
[0x10];
3219 u8 reserved_at_40
[0x10];
3222 u8 reserved_at_60
[0x20];
3225 struct mlx5_ifc_sqerr2rts_qp_out_bits
{
3227 u8 reserved_at_8
[0x18];
3231 u8 reserved_at_40
[0x40];
3234 struct mlx5_ifc_sqerr2rts_qp_in_bits
{
3236 u8 reserved_at_10
[0x10];
3238 u8 reserved_at_20
[0x10];
3241 u8 reserved_at_40
[0x8];
3244 u8 reserved_at_60
[0x20];
3246 u8 opt_param_mask
[0x20];
3248 u8 reserved_at_a0
[0x20];
3250 struct mlx5_ifc_qpc_bits qpc
;
3252 u8 reserved_at_800
[0x80];
3255 struct mlx5_ifc_sqd2rts_qp_out_bits
{
3257 u8 reserved_at_8
[0x18];
3261 u8 reserved_at_40
[0x40];
3264 struct mlx5_ifc_sqd2rts_qp_in_bits
{
3266 u8 reserved_at_10
[0x10];
3268 u8 reserved_at_20
[0x10];
3271 u8 reserved_at_40
[0x8];
3274 u8 reserved_at_60
[0x20];
3276 u8 opt_param_mask
[0x20];
3278 u8 reserved_at_a0
[0x20];
3280 struct mlx5_ifc_qpc_bits qpc
;
3282 u8 reserved_at_800
[0x80];
3285 struct mlx5_ifc_set_roce_address_out_bits
{
3287 u8 reserved_at_8
[0x18];
3291 u8 reserved_at_40
[0x40];
3294 struct mlx5_ifc_set_roce_address_in_bits
{
3296 u8 reserved_at_10
[0x10];
3298 u8 reserved_at_20
[0x10];
3301 u8 roce_address_index
[0x10];
3302 u8 reserved_at_50
[0xc];
3303 u8 vhca_port_num
[0x4];
3305 u8 reserved_at_60
[0x20];
3307 struct mlx5_ifc_roce_addr_layout_bits roce_address
;
3310 struct mlx5_ifc_set_mad_demux_out_bits
{
3312 u8 reserved_at_8
[0x18];
3316 u8 reserved_at_40
[0x40];
3320 MLX5_SET_MAD_DEMUX_IN_DEMUX_MODE_PASS_ALL
= 0x0,
3321 MLX5_SET_MAD_DEMUX_IN_DEMUX_MODE_SELECTIVE
= 0x2,
3324 struct mlx5_ifc_set_mad_demux_in_bits
{
3326 u8 reserved_at_10
[0x10];
3328 u8 reserved_at_20
[0x10];
3331 u8 reserved_at_40
[0x20];
3333 u8 reserved_at_60
[0x6];
3335 u8 reserved_at_68
[0x18];
3338 struct mlx5_ifc_set_l2_table_entry_out_bits
{
3340 u8 reserved_at_8
[0x18];
3344 u8 reserved_at_40
[0x40];
3347 struct mlx5_ifc_set_l2_table_entry_in_bits
{
3349 u8 reserved_at_10
[0x10];
3351 u8 reserved_at_20
[0x10];
3354 u8 reserved_at_40
[0x60];
3356 u8 reserved_at_a0
[0x8];
3357 u8 table_index
[0x18];
3359 u8 reserved_at_c0
[0x20];
3361 u8 reserved_at_e0
[0x13];
3365 struct mlx5_ifc_mac_address_layout_bits mac_address
;
3367 u8 reserved_at_140
[0xc0];
3370 struct mlx5_ifc_set_issi_out_bits
{
3372 u8 reserved_at_8
[0x18];
3376 u8 reserved_at_40
[0x40];
3379 struct mlx5_ifc_set_issi_in_bits
{
3381 u8 reserved_at_10
[0x10];
3383 u8 reserved_at_20
[0x10];
3386 u8 reserved_at_40
[0x10];
3387 u8 current_issi
[0x10];
3389 u8 reserved_at_60
[0x20];
3392 struct mlx5_ifc_set_hca_cap_out_bits
{
3394 u8 reserved_at_8
[0x18];
3398 u8 reserved_at_40
[0x40];
3401 struct mlx5_ifc_set_hca_cap_in_bits
{
3403 u8 reserved_at_10
[0x10];
3405 u8 reserved_at_20
[0x10];
3408 u8 reserved_at_40
[0x40];
3410 union mlx5_ifc_hca_cap_union_bits capability
;
3414 MLX5_SET_FTE_MODIFY_ENABLE_MASK_ACTION
= 0x0,
3415 MLX5_SET_FTE_MODIFY_ENABLE_MASK_FLOW_TAG
= 0x1,
3416 MLX5_SET_FTE_MODIFY_ENABLE_MASK_DESTINATION_LIST
= 0x2,
3417 MLX5_SET_FTE_MODIFY_ENABLE_MASK_FLOW_COUNTERS
= 0x3
3420 struct mlx5_ifc_set_fte_out_bits
{
3422 u8 reserved_at_8
[0x18];
3426 u8 reserved_at_40
[0x40];
3429 struct mlx5_ifc_set_fte_in_bits
{
3431 u8 reserved_at_10
[0x10];
3433 u8 reserved_at_20
[0x10];
3436 u8 other_vport
[0x1];
3437 u8 reserved_at_41
[0xf];
3438 u8 vport_number
[0x10];
3440 u8 reserved_at_60
[0x20];
3443 u8 reserved_at_88
[0x18];
3445 u8 reserved_at_a0
[0x8];
3448 u8 reserved_at_c0
[0x18];
3449 u8 modify_enable_mask
[0x8];
3451 u8 reserved_at_e0
[0x20];
3453 u8 flow_index
[0x20];
3455 u8 reserved_at_120
[0xe0];
3457 struct mlx5_ifc_flow_context_bits flow_context
;
3460 struct mlx5_ifc_rts2rts_qp_out_bits
{
3462 u8 reserved_at_8
[0x18];
3466 u8 reserved_at_40
[0x40];
3469 struct mlx5_ifc_rts2rts_qp_in_bits
{
3471 u8 reserved_at_10
[0x10];
3473 u8 reserved_at_20
[0x10];
3476 u8 reserved_at_40
[0x8];
3479 u8 reserved_at_60
[0x20];
3481 u8 opt_param_mask
[0x20];
3483 u8 reserved_at_a0
[0x20];
3485 struct mlx5_ifc_qpc_bits qpc
;
3487 u8 reserved_at_800
[0x80];
3490 struct mlx5_ifc_rtr2rts_qp_out_bits
{
3492 u8 reserved_at_8
[0x18];
3496 u8 reserved_at_40
[0x40];
3499 struct mlx5_ifc_rtr2rts_qp_in_bits
{
3501 u8 reserved_at_10
[0x10];
3503 u8 reserved_at_20
[0x10];
3506 u8 reserved_at_40
[0x8];
3509 u8 reserved_at_60
[0x20];
3511 u8 opt_param_mask
[0x20];
3513 u8 reserved_at_a0
[0x20];
3515 struct mlx5_ifc_qpc_bits qpc
;
3517 u8 reserved_at_800
[0x80];
3520 struct mlx5_ifc_rst2init_qp_out_bits
{
3522 u8 reserved_at_8
[0x18];
3526 u8 reserved_at_40
[0x40];
3529 struct mlx5_ifc_rst2init_qp_in_bits
{
3531 u8 reserved_at_10
[0x10];
3533 u8 reserved_at_20
[0x10];
3536 u8 reserved_at_40
[0x8];
3539 u8 reserved_at_60
[0x20];
3541 u8 opt_param_mask
[0x20];
3543 u8 reserved_at_a0
[0x20];
3545 struct mlx5_ifc_qpc_bits qpc
;
3547 u8 reserved_at_800
[0x80];
3550 struct mlx5_ifc_query_xrq_out_bits
{
3552 u8 reserved_at_8
[0x18];
3556 u8 reserved_at_40
[0x40];
3558 struct mlx5_ifc_xrqc_bits xrq_context
;
3561 struct mlx5_ifc_query_xrq_in_bits
{
3563 u8 reserved_at_10
[0x10];
3565 u8 reserved_at_20
[0x10];
3568 u8 reserved_at_40
[0x8];
3571 u8 reserved_at_60
[0x20];
3574 struct mlx5_ifc_query_xrc_srq_out_bits
{
3576 u8 reserved_at_8
[0x18];
3580 u8 reserved_at_40
[0x40];
3582 struct mlx5_ifc_xrc_srqc_bits xrc_srq_context_entry
;
3584 u8 reserved_at_280
[0x600];
3589 struct mlx5_ifc_query_xrc_srq_in_bits
{
3591 u8 reserved_at_10
[0x10];
3593 u8 reserved_at_20
[0x10];
3596 u8 reserved_at_40
[0x8];
3599 u8 reserved_at_60
[0x20];
3603 MLX5_QUERY_VPORT_STATE_OUT_STATE_DOWN
= 0x0,
3604 MLX5_QUERY_VPORT_STATE_OUT_STATE_UP
= 0x1,
3607 struct mlx5_ifc_query_vport_state_out_bits
{
3609 u8 reserved_at_8
[0x18];
3613 u8 reserved_at_40
[0x20];
3615 u8 reserved_at_60
[0x18];
3616 u8 admin_state
[0x4];
3621 MLX5_QUERY_VPORT_STATE_IN_OP_MOD_VNIC_VPORT
= 0x0,
3622 MLX5_QUERY_VPORT_STATE_IN_OP_MOD_ESW_VPORT
= 0x1,
3625 struct mlx5_ifc_query_vport_state_in_bits
{
3627 u8 reserved_at_10
[0x10];
3629 u8 reserved_at_20
[0x10];
3632 u8 other_vport
[0x1];
3633 u8 reserved_at_41
[0xf];
3634 u8 vport_number
[0x10];
3636 u8 reserved_at_60
[0x20];
3639 struct mlx5_ifc_query_vport_counter_out_bits
{
3641 u8 reserved_at_8
[0x18];
3645 u8 reserved_at_40
[0x40];
3647 struct mlx5_ifc_traffic_counter_bits received_errors
;
3649 struct mlx5_ifc_traffic_counter_bits transmit_errors
;
3651 struct mlx5_ifc_traffic_counter_bits received_ib_unicast
;
3653 struct mlx5_ifc_traffic_counter_bits transmitted_ib_unicast
;
3655 struct mlx5_ifc_traffic_counter_bits received_ib_multicast
;
3657 struct mlx5_ifc_traffic_counter_bits transmitted_ib_multicast
;
3659 struct mlx5_ifc_traffic_counter_bits received_eth_broadcast
;
3661 struct mlx5_ifc_traffic_counter_bits transmitted_eth_broadcast
;
3663 struct mlx5_ifc_traffic_counter_bits received_eth_unicast
;
3665 struct mlx5_ifc_traffic_counter_bits transmitted_eth_unicast
;
3667 struct mlx5_ifc_traffic_counter_bits received_eth_multicast
;
3669 struct mlx5_ifc_traffic_counter_bits transmitted_eth_multicast
;
3671 u8 reserved_at_680
[0xa00];
3675 MLX5_QUERY_VPORT_COUNTER_IN_OP_MOD_VPORT_COUNTERS
= 0x0,
3678 struct mlx5_ifc_query_vport_counter_in_bits
{
3680 u8 reserved_at_10
[0x10];
3682 u8 reserved_at_20
[0x10];
3685 u8 other_vport
[0x1];
3686 u8 reserved_at_41
[0xb];
3688 u8 vport_number
[0x10];
3690 u8 reserved_at_60
[0x60];
3693 u8 reserved_at_c1
[0x1f];
3695 u8 reserved_at_e0
[0x20];
3698 struct mlx5_ifc_query_tis_out_bits
{
3700 u8 reserved_at_8
[0x18];
3704 u8 reserved_at_40
[0x40];
3706 struct mlx5_ifc_tisc_bits tis_context
;
3709 struct mlx5_ifc_query_tis_in_bits
{
3711 u8 reserved_at_10
[0x10];
3713 u8 reserved_at_20
[0x10];
3716 u8 reserved_at_40
[0x8];
3719 u8 reserved_at_60
[0x20];
3722 struct mlx5_ifc_query_tir_out_bits
{
3724 u8 reserved_at_8
[0x18];
3728 u8 reserved_at_40
[0xc0];
3730 struct mlx5_ifc_tirc_bits tir_context
;
3733 struct mlx5_ifc_query_tir_in_bits
{
3735 u8 reserved_at_10
[0x10];
3737 u8 reserved_at_20
[0x10];
3740 u8 reserved_at_40
[0x8];
3743 u8 reserved_at_60
[0x20];
3746 struct mlx5_ifc_query_srq_out_bits
{
3748 u8 reserved_at_8
[0x18];
3752 u8 reserved_at_40
[0x40];
3754 struct mlx5_ifc_srqc_bits srq_context_entry
;
3756 u8 reserved_at_280
[0x600];
3761 struct mlx5_ifc_query_srq_in_bits
{
3763 u8 reserved_at_10
[0x10];
3765 u8 reserved_at_20
[0x10];
3768 u8 reserved_at_40
[0x8];
3771 u8 reserved_at_60
[0x20];
3774 struct mlx5_ifc_query_sq_out_bits
{
3776 u8 reserved_at_8
[0x18];
3780 u8 reserved_at_40
[0xc0];
3782 struct mlx5_ifc_sqc_bits sq_context
;
3785 struct mlx5_ifc_query_sq_in_bits
{
3787 u8 reserved_at_10
[0x10];
3789 u8 reserved_at_20
[0x10];
3792 u8 reserved_at_40
[0x8];
3795 u8 reserved_at_60
[0x20];
3798 struct mlx5_ifc_query_special_contexts_out_bits
{
3800 u8 reserved_at_8
[0x18];
3804 u8 dump_fill_mkey
[0x20];
3810 u8 reserved_at_a0
[0x60];
3813 struct mlx5_ifc_query_special_contexts_in_bits
{
3815 u8 reserved_at_10
[0x10];
3817 u8 reserved_at_20
[0x10];
3820 u8 reserved_at_40
[0x40];
3823 struct mlx5_ifc_query_scheduling_element_out_bits
{
3825 u8 reserved_at_10
[0x10];
3827 u8 reserved_at_20
[0x10];
3830 u8 reserved_at_40
[0xc0];
3832 struct mlx5_ifc_scheduling_context_bits scheduling_context
;
3834 u8 reserved_at_300
[0x100];
3838 SCHEDULING_HIERARCHY_E_SWITCH
= 0x2,
3841 struct mlx5_ifc_query_scheduling_element_in_bits
{
3843 u8 reserved_at_10
[0x10];
3845 u8 reserved_at_20
[0x10];
3848 u8 scheduling_hierarchy
[0x8];
3849 u8 reserved_at_48
[0x18];
3851 u8 scheduling_element_id
[0x20];
3853 u8 reserved_at_80
[0x180];
3856 struct mlx5_ifc_query_rqt_out_bits
{
3858 u8 reserved_at_8
[0x18];
3862 u8 reserved_at_40
[0xc0];
3864 struct mlx5_ifc_rqtc_bits rqt_context
;
3867 struct mlx5_ifc_query_rqt_in_bits
{
3869 u8 reserved_at_10
[0x10];
3871 u8 reserved_at_20
[0x10];
3874 u8 reserved_at_40
[0x8];
3877 u8 reserved_at_60
[0x20];
3880 struct mlx5_ifc_query_rq_out_bits
{
3882 u8 reserved_at_8
[0x18];
3886 u8 reserved_at_40
[0xc0];
3888 struct mlx5_ifc_rqc_bits rq_context
;
3891 struct mlx5_ifc_query_rq_in_bits
{
3893 u8 reserved_at_10
[0x10];
3895 u8 reserved_at_20
[0x10];
3898 u8 reserved_at_40
[0x8];
3901 u8 reserved_at_60
[0x20];
3904 struct mlx5_ifc_query_roce_address_out_bits
{
3906 u8 reserved_at_8
[0x18];
3910 u8 reserved_at_40
[0x40];
3912 struct mlx5_ifc_roce_addr_layout_bits roce_address
;
3915 struct mlx5_ifc_query_roce_address_in_bits
{
3917 u8 reserved_at_10
[0x10];
3919 u8 reserved_at_20
[0x10];
3922 u8 roce_address_index
[0x10];
3923 u8 reserved_at_50
[0xc];
3924 u8 vhca_port_num
[0x4];
3926 u8 reserved_at_60
[0x20];
3929 struct mlx5_ifc_query_rmp_out_bits
{
3931 u8 reserved_at_8
[0x18];
3935 u8 reserved_at_40
[0xc0];
3937 struct mlx5_ifc_rmpc_bits rmp_context
;
3940 struct mlx5_ifc_query_rmp_in_bits
{
3942 u8 reserved_at_10
[0x10];
3944 u8 reserved_at_20
[0x10];
3947 u8 reserved_at_40
[0x8];
3950 u8 reserved_at_60
[0x20];
3953 struct mlx5_ifc_query_qp_out_bits
{
3955 u8 reserved_at_8
[0x18];
3959 u8 reserved_at_40
[0x40];
3961 u8 opt_param_mask
[0x20];
3963 u8 reserved_at_a0
[0x20];
3965 struct mlx5_ifc_qpc_bits qpc
;
3967 u8 reserved_at_800
[0x80];
3972 struct mlx5_ifc_query_qp_in_bits
{
3974 u8 reserved_at_10
[0x10];
3976 u8 reserved_at_20
[0x10];
3979 u8 reserved_at_40
[0x8];
3982 u8 reserved_at_60
[0x20];
3985 struct mlx5_ifc_query_q_counter_out_bits
{
3987 u8 reserved_at_8
[0x18];
3991 u8 reserved_at_40
[0x40];
3993 u8 rx_write_requests
[0x20];
3995 u8 reserved_at_a0
[0x20];
3997 u8 rx_read_requests
[0x20];
3999 u8 reserved_at_e0
[0x20];
4001 u8 rx_atomic_requests
[0x20];
4003 u8 reserved_at_120
[0x20];
4005 u8 rx_dct_connect
[0x20];
4007 u8 reserved_at_160
[0x20];
4009 u8 out_of_buffer
[0x20];
4011 u8 reserved_at_1a0
[0x20];
4013 u8 out_of_sequence
[0x20];
4015 u8 reserved_at_1e0
[0x20];
4017 u8 duplicate_request
[0x20];
4019 u8 reserved_at_220
[0x20];
4021 u8 rnr_nak_retry_err
[0x20];
4023 u8 reserved_at_260
[0x20];
4025 u8 packet_seq_err
[0x20];
4027 u8 reserved_at_2a0
[0x20];
4029 u8 implied_nak_seq_err
[0x20];
4031 u8 reserved_at_2e0
[0x20];
4033 u8 local_ack_timeout_err
[0x20];
4035 u8 reserved_at_320
[0xa0];
4037 u8 resp_local_length_error
[0x20];
4039 u8 req_local_length_error
[0x20];
4041 u8 resp_local_qp_error
[0x20];
4043 u8 local_operation_error
[0x20];
4045 u8 resp_local_protection
[0x20];
4047 u8 req_local_protection
[0x20];
4049 u8 resp_cqe_error
[0x20];
4051 u8 req_cqe_error
[0x20];
4053 u8 req_mw_binding
[0x20];
4055 u8 req_bad_response
[0x20];
4057 u8 req_remote_invalid_request
[0x20];
4059 u8 resp_remote_invalid_request
[0x20];
4061 u8 req_remote_access_errors
[0x20];
4063 u8 resp_remote_access_errors
[0x20];
4065 u8 req_remote_operation_errors
[0x20];
4067 u8 req_transport_retries_exceeded
[0x20];
4069 u8 cq_overflow
[0x20];
4071 u8 resp_cqe_flush_error
[0x20];
4073 u8 req_cqe_flush_error
[0x20];
4075 u8 reserved_at_620
[0x1e0];
4078 struct mlx5_ifc_query_q_counter_in_bits
{
4080 u8 reserved_at_10
[0x10];
4082 u8 reserved_at_20
[0x10];
4085 u8 reserved_at_40
[0x80];
4088 u8 reserved_at_c1
[0x1f];
4090 u8 reserved_at_e0
[0x18];
4091 u8 counter_set_id
[0x8];
4094 struct mlx5_ifc_query_pages_out_bits
{
4096 u8 reserved_at_8
[0x18];
4100 u8 reserved_at_40
[0x10];
4101 u8 function_id
[0x10];
4107 MLX5_QUERY_PAGES_IN_OP_MOD_BOOT_PAGES
= 0x1,
4108 MLX5_QUERY_PAGES_IN_OP_MOD_INIT_PAGES
= 0x2,
4109 MLX5_QUERY_PAGES_IN_OP_MOD_REGULAR_PAGES
= 0x3,
4112 struct mlx5_ifc_query_pages_in_bits
{
4114 u8 reserved_at_10
[0x10];
4116 u8 reserved_at_20
[0x10];
4119 u8 reserved_at_40
[0x10];
4120 u8 function_id
[0x10];
4122 u8 reserved_at_60
[0x20];
4125 struct mlx5_ifc_query_nic_vport_context_out_bits
{
4127 u8 reserved_at_8
[0x18];
4131 u8 reserved_at_40
[0x40];
4133 struct mlx5_ifc_nic_vport_context_bits nic_vport_context
;
4136 struct mlx5_ifc_query_nic_vport_context_in_bits
{
4138 u8 reserved_at_10
[0x10];
4140 u8 reserved_at_20
[0x10];
4143 u8 other_vport
[0x1];
4144 u8 reserved_at_41
[0xf];
4145 u8 vport_number
[0x10];
4147 u8 reserved_at_60
[0x5];
4148 u8 allowed_list_type
[0x3];
4149 u8 reserved_at_68
[0x18];
4152 struct mlx5_ifc_query_mkey_out_bits
{
4154 u8 reserved_at_8
[0x18];
4158 u8 reserved_at_40
[0x40];
4160 struct mlx5_ifc_mkc_bits memory_key_mkey_entry
;
4162 u8 reserved_at_280
[0x600];
4164 u8 bsf0_klm0_pas_mtt0_1
[16][0x8];
4166 u8 bsf1_klm1_pas_mtt2_3
[16][0x8];
4169 struct mlx5_ifc_query_mkey_in_bits
{
4171 u8 reserved_at_10
[0x10];
4173 u8 reserved_at_20
[0x10];
4176 u8 reserved_at_40
[0x8];
4177 u8 mkey_index
[0x18];
4180 u8 reserved_at_61
[0x1f];
4183 struct mlx5_ifc_query_mad_demux_out_bits
{
4185 u8 reserved_at_8
[0x18];
4189 u8 reserved_at_40
[0x40];
4191 u8 mad_dumux_parameters_block
[0x20];
4194 struct mlx5_ifc_query_mad_demux_in_bits
{
4196 u8 reserved_at_10
[0x10];
4198 u8 reserved_at_20
[0x10];
4201 u8 reserved_at_40
[0x40];
4204 struct mlx5_ifc_query_l2_table_entry_out_bits
{
4206 u8 reserved_at_8
[0x18];
4210 u8 reserved_at_40
[0xa0];
4212 u8 reserved_at_e0
[0x13];
4216 struct mlx5_ifc_mac_address_layout_bits mac_address
;
4218 u8 reserved_at_140
[0xc0];
4221 struct mlx5_ifc_query_l2_table_entry_in_bits
{
4223 u8 reserved_at_10
[0x10];
4225 u8 reserved_at_20
[0x10];
4228 u8 reserved_at_40
[0x60];
4230 u8 reserved_at_a0
[0x8];
4231 u8 table_index
[0x18];
4233 u8 reserved_at_c0
[0x140];
4236 struct mlx5_ifc_query_issi_out_bits
{
4238 u8 reserved_at_8
[0x18];
4242 u8 reserved_at_40
[0x10];
4243 u8 current_issi
[0x10];
4245 u8 reserved_at_60
[0xa0];
4247 u8 reserved_at_100
[76][0x8];
4248 u8 supported_issi_dw0
[0x20];
4251 struct mlx5_ifc_query_issi_in_bits
{
4253 u8 reserved_at_10
[0x10];
4255 u8 reserved_at_20
[0x10];
4258 u8 reserved_at_40
[0x40];
4261 struct mlx5_ifc_set_driver_version_out_bits
{
4263 u8 reserved_0
[0x18];
4266 u8 reserved_1
[0x40];
4269 struct mlx5_ifc_set_driver_version_in_bits
{
4271 u8 reserved_0
[0x10];
4273 u8 reserved_1
[0x10];
4276 u8 reserved_2
[0x40];
4277 u8 driver_version
[64][0x8];
4280 struct mlx5_ifc_query_hca_vport_pkey_out_bits
{
4282 u8 reserved_at_8
[0x18];
4286 u8 reserved_at_40
[0x40];
4288 struct mlx5_ifc_pkey_bits pkey
[0];
4291 struct mlx5_ifc_query_hca_vport_pkey_in_bits
{
4293 u8 reserved_at_10
[0x10];
4295 u8 reserved_at_20
[0x10];
4298 u8 other_vport
[0x1];
4299 u8 reserved_at_41
[0xb];
4301 u8 vport_number
[0x10];
4303 u8 reserved_at_60
[0x10];
4304 u8 pkey_index
[0x10];
4308 MLX5_HCA_VPORT_SEL_PORT_GUID
= 1 << 0,
4309 MLX5_HCA_VPORT_SEL_NODE_GUID
= 1 << 1,
4310 MLX5_HCA_VPORT_SEL_STATE_POLICY
= 1 << 2,
4313 struct mlx5_ifc_query_hca_vport_gid_out_bits
{
4315 u8 reserved_at_8
[0x18];
4319 u8 reserved_at_40
[0x20];
4322 u8 reserved_at_70
[0x10];
4324 struct mlx5_ifc_array128_auto_bits gid
[0];
4327 struct mlx5_ifc_query_hca_vport_gid_in_bits
{
4329 u8 reserved_at_10
[0x10];
4331 u8 reserved_at_20
[0x10];
4334 u8 other_vport
[0x1];
4335 u8 reserved_at_41
[0xb];
4337 u8 vport_number
[0x10];
4339 u8 reserved_at_60
[0x10];
4343 struct mlx5_ifc_query_hca_vport_context_out_bits
{
4345 u8 reserved_at_8
[0x18];
4349 u8 reserved_at_40
[0x40];
4351 struct mlx5_ifc_hca_vport_context_bits hca_vport_context
;
4354 struct mlx5_ifc_query_hca_vport_context_in_bits
{
4356 u8 reserved_at_10
[0x10];
4358 u8 reserved_at_20
[0x10];
4361 u8 other_vport
[0x1];
4362 u8 reserved_at_41
[0xb];
4364 u8 vport_number
[0x10];
4366 u8 reserved_at_60
[0x20];
4369 struct mlx5_ifc_query_hca_cap_out_bits
{
4371 u8 reserved_at_8
[0x18];
4375 u8 reserved_at_40
[0x40];
4377 union mlx5_ifc_hca_cap_union_bits capability
;
4380 struct mlx5_ifc_query_hca_cap_in_bits
{
4382 u8 reserved_at_10
[0x10];
4384 u8 reserved_at_20
[0x10];
4387 u8 reserved_at_40
[0x40];
4390 struct mlx5_ifc_query_flow_table_out_bits
{
4392 u8 reserved_at_8
[0x18];
4396 u8 reserved_at_40
[0x80];
4398 u8 reserved_at_c0
[0x8];
4400 u8 reserved_at_d0
[0x8];
4403 u8 reserved_at_e0
[0x120];
4406 struct mlx5_ifc_query_flow_table_in_bits
{
4408 u8 reserved_at_10
[0x10];
4410 u8 reserved_at_20
[0x10];
4413 u8 reserved_at_40
[0x40];
4416 u8 reserved_at_88
[0x18];
4418 u8 reserved_at_a0
[0x8];
4421 u8 reserved_at_c0
[0x140];
4424 struct mlx5_ifc_query_fte_out_bits
{
4426 u8 reserved_at_8
[0x18];
4430 u8 reserved_at_40
[0x1c0];
4432 struct mlx5_ifc_flow_context_bits flow_context
;
4435 struct mlx5_ifc_query_fte_in_bits
{
4437 u8 reserved_at_10
[0x10];
4439 u8 reserved_at_20
[0x10];
4442 u8 reserved_at_40
[0x40];
4445 u8 reserved_at_88
[0x18];
4447 u8 reserved_at_a0
[0x8];
4450 u8 reserved_at_c0
[0x40];
4452 u8 flow_index
[0x20];
4454 u8 reserved_at_120
[0xe0];
4458 MLX5_QUERY_FLOW_GROUP_OUT_MATCH_CRITERIA_ENABLE_OUTER_HEADERS
= 0x0,
4459 MLX5_QUERY_FLOW_GROUP_OUT_MATCH_CRITERIA_ENABLE_MISC_PARAMETERS
= 0x1,
4460 MLX5_QUERY_FLOW_GROUP_OUT_MATCH_CRITERIA_ENABLE_INNER_HEADERS
= 0x2,
4463 struct mlx5_ifc_query_flow_group_out_bits
{
4465 u8 reserved_at_8
[0x18];
4469 u8 reserved_at_40
[0xa0];
4471 u8 start_flow_index
[0x20];
4473 u8 reserved_at_100
[0x20];
4475 u8 end_flow_index
[0x20];
4477 u8 reserved_at_140
[0xa0];
4479 u8 reserved_at_1e0
[0x18];
4480 u8 match_criteria_enable
[0x8];
4482 struct mlx5_ifc_fte_match_param_bits match_criteria
;
4484 u8 reserved_at_1200
[0xe00];
4487 struct mlx5_ifc_query_flow_group_in_bits
{
4489 u8 reserved_at_10
[0x10];
4491 u8 reserved_at_20
[0x10];
4494 u8 reserved_at_40
[0x40];
4497 u8 reserved_at_88
[0x18];
4499 u8 reserved_at_a0
[0x8];
4504 u8 reserved_at_e0
[0x120];
4507 struct mlx5_ifc_query_flow_counter_out_bits
{
4509 u8 reserved_at_8
[0x18];
4513 u8 reserved_at_40
[0x40];
4515 struct mlx5_ifc_traffic_counter_bits flow_statistics
[0];
4518 struct mlx5_ifc_query_flow_counter_in_bits
{
4520 u8 reserved_at_10
[0x10];
4522 u8 reserved_at_20
[0x10];
4525 u8 reserved_at_40
[0x80];
4528 u8 reserved_at_c1
[0xf];
4529 u8 num_of_counters
[0x10];
4531 u8 flow_counter_id
[0x20];
4534 struct mlx5_ifc_query_esw_vport_context_out_bits
{
4536 u8 reserved_at_8
[0x18];
4540 u8 reserved_at_40
[0x40];
4542 struct mlx5_ifc_esw_vport_context_bits esw_vport_context
;
4545 struct mlx5_ifc_query_esw_vport_context_in_bits
{
4547 u8 reserved_at_10
[0x10];
4549 u8 reserved_at_20
[0x10];
4552 u8 other_vport
[0x1];
4553 u8 reserved_at_41
[0xf];
4554 u8 vport_number
[0x10];
4556 u8 reserved_at_60
[0x20];
4559 struct mlx5_ifc_modify_esw_vport_context_out_bits
{
4561 u8 reserved_at_8
[0x18];
4565 u8 reserved_at_40
[0x40];
4568 struct mlx5_ifc_esw_vport_context_fields_select_bits
{
4569 u8 reserved_at_0
[0x1c];
4570 u8 vport_cvlan_insert
[0x1];
4571 u8 vport_svlan_insert
[0x1];
4572 u8 vport_cvlan_strip
[0x1];
4573 u8 vport_svlan_strip
[0x1];
4576 struct mlx5_ifc_modify_esw_vport_context_in_bits
{
4578 u8 reserved_at_10
[0x10];
4580 u8 reserved_at_20
[0x10];
4583 u8 other_vport
[0x1];
4584 u8 reserved_at_41
[0xf];
4585 u8 vport_number
[0x10];
4587 struct mlx5_ifc_esw_vport_context_fields_select_bits field_select
;
4589 struct mlx5_ifc_esw_vport_context_bits esw_vport_context
;
4592 struct mlx5_ifc_query_eq_out_bits
{
4594 u8 reserved_at_8
[0x18];
4598 u8 reserved_at_40
[0x40];
4600 struct mlx5_ifc_eqc_bits eq_context_entry
;
4602 u8 reserved_at_280
[0x40];
4604 u8 event_bitmask
[0x40];
4606 u8 reserved_at_300
[0x580];
4611 struct mlx5_ifc_query_eq_in_bits
{
4613 u8 reserved_at_10
[0x10];
4615 u8 reserved_at_20
[0x10];
4618 u8 reserved_at_40
[0x18];
4621 u8 reserved_at_60
[0x20];
4624 struct mlx5_ifc_encap_header_in_bits
{
4625 u8 reserved_at_0
[0x5];
4626 u8 header_type
[0x3];
4627 u8 reserved_at_8
[0xe];
4628 u8 encap_header_size
[0xa];
4630 u8 reserved_at_20
[0x10];
4631 u8 encap_header
[2][0x8];
4633 u8 more_encap_header
[0][0x8];
4636 struct mlx5_ifc_query_encap_header_out_bits
{
4638 u8 reserved_at_8
[0x18];
4642 u8 reserved_at_40
[0xa0];
4644 struct mlx5_ifc_encap_header_in_bits encap_header
[0];
4647 struct mlx5_ifc_query_encap_header_in_bits
{
4649 u8 reserved_at_10
[0x10];
4651 u8 reserved_at_20
[0x10];
4656 u8 reserved_at_60
[0xa0];
4659 struct mlx5_ifc_alloc_encap_header_out_bits
{
4661 u8 reserved_at_8
[0x18];
4667 u8 reserved_at_60
[0x20];
4670 struct mlx5_ifc_alloc_encap_header_in_bits
{
4672 u8 reserved_at_10
[0x10];
4674 u8 reserved_at_20
[0x10];
4677 u8 reserved_at_40
[0xa0];
4679 struct mlx5_ifc_encap_header_in_bits encap_header
;
4682 struct mlx5_ifc_dealloc_encap_header_out_bits
{
4684 u8 reserved_at_8
[0x18];
4688 u8 reserved_at_40
[0x40];
4691 struct mlx5_ifc_dealloc_encap_header_in_bits
{
4693 u8 reserved_at_10
[0x10];
4695 u8 reserved_20
[0x10];
4700 u8 reserved_60
[0x20];
4703 struct mlx5_ifc_set_action_in_bits
{
4704 u8 action_type
[0x4];
4706 u8 reserved_at_10
[0x3];
4708 u8 reserved_at_18
[0x3];
4714 struct mlx5_ifc_add_action_in_bits
{
4715 u8 action_type
[0x4];
4717 u8 reserved_at_10
[0x10];
4722 union mlx5_ifc_set_action_in_add_action_in_auto_bits
{
4723 struct mlx5_ifc_set_action_in_bits set_action_in
;
4724 struct mlx5_ifc_add_action_in_bits add_action_in
;
4725 u8 reserved_at_0
[0x40];
4729 MLX5_ACTION_TYPE_SET
= 0x1,
4730 MLX5_ACTION_TYPE_ADD
= 0x2,
4734 MLX5_ACTION_IN_FIELD_OUT_SMAC_47_16
= 0x1,
4735 MLX5_ACTION_IN_FIELD_OUT_SMAC_15_0
= 0x2,
4736 MLX5_ACTION_IN_FIELD_OUT_ETHERTYPE
= 0x3,
4737 MLX5_ACTION_IN_FIELD_OUT_DMAC_47_16
= 0x4,
4738 MLX5_ACTION_IN_FIELD_OUT_DMAC_15_0
= 0x5,
4739 MLX5_ACTION_IN_FIELD_OUT_IP_DSCP
= 0x6,
4740 MLX5_ACTION_IN_FIELD_OUT_TCP_FLAGS
= 0x7,
4741 MLX5_ACTION_IN_FIELD_OUT_TCP_SPORT
= 0x8,
4742 MLX5_ACTION_IN_FIELD_OUT_TCP_DPORT
= 0x9,
4743 MLX5_ACTION_IN_FIELD_OUT_IP_TTL
= 0xa,
4744 MLX5_ACTION_IN_FIELD_OUT_UDP_SPORT
= 0xb,
4745 MLX5_ACTION_IN_FIELD_OUT_UDP_DPORT
= 0xc,
4746 MLX5_ACTION_IN_FIELD_OUT_SIPV6_127_96
= 0xd,
4747 MLX5_ACTION_IN_FIELD_OUT_SIPV6_95_64
= 0xe,
4748 MLX5_ACTION_IN_FIELD_OUT_SIPV6_63_32
= 0xf,
4749 MLX5_ACTION_IN_FIELD_OUT_SIPV6_31_0
= 0x10,
4750 MLX5_ACTION_IN_FIELD_OUT_DIPV6_127_96
= 0x11,
4751 MLX5_ACTION_IN_FIELD_OUT_DIPV6_95_64
= 0x12,
4752 MLX5_ACTION_IN_FIELD_OUT_DIPV6_63_32
= 0x13,
4753 MLX5_ACTION_IN_FIELD_OUT_DIPV6_31_0
= 0x14,
4754 MLX5_ACTION_IN_FIELD_OUT_SIPV4
= 0x15,
4755 MLX5_ACTION_IN_FIELD_OUT_DIPV4
= 0x16,
4756 MLX5_ACTION_IN_FIELD_OUT_IPV6_HOPLIMIT
= 0x47,
4759 struct mlx5_ifc_alloc_modify_header_context_out_bits
{
4761 u8 reserved_at_8
[0x18];
4765 u8 modify_header_id
[0x20];
4767 u8 reserved_at_60
[0x20];
4770 struct mlx5_ifc_alloc_modify_header_context_in_bits
{
4772 u8 reserved_at_10
[0x10];
4774 u8 reserved_at_20
[0x10];
4777 u8 reserved_at_40
[0x20];
4780 u8 reserved_at_68
[0x10];
4781 u8 num_of_actions
[0x8];
4783 union mlx5_ifc_set_action_in_add_action_in_auto_bits actions
[0];
4786 struct mlx5_ifc_dealloc_modify_header_context_out_bits
{
4788 u8 reserved_at_8
[0x18];
4792 u8 reserved_at_40
[0x40];
4795 struct mlx5_ifc_dealloc_modify_header_context_in_bits
{
4797 u8 reserved_at_10
[0x10];
4799 u8 reserved_at_20
[0x10];
4802 u8 modify_header_id
[0x20];
4804 u8 reserved_at_60
[0x20];
4807 struct mlx5_ifc_query_dct_out_bits
{
4809 u8 reserved_at_8
[0x18];
4813 u8 reserved_at_40
[0x40];
4815 struct mlx5_ifc_dctc_bits dct_context_entry
;
4817 u8 reserved_at_280
[0x180];
4820 struct mlx5_ifc_query_dct_in_bits
{
4822 u8 reserved_at_10
[0x10];
4824 u8 reserved_at_20
[0x10];
4827 u8 reserved_at_40
[0x8];
4830 u8 reserved_at_60
[0x20];
4833 struct mlx5_ifc_query_cq_out_bits
{
4835 u8 reserved_at_8
[0x18];
4839 u8 reserved_at_40
[0x40];
4841 struct mlx5_ifc_cqc_bits cq_context
;
4843 u8 reserved_at_280
[0x600];
4848 struct mlx5_ifc_query_cq_in_bits
{
4850 u8 reserved_at_10
[0x10];
4852 u8 reserved_at_20
[0x10];
4855 u8 reserved_at_40
[0x8];
4858 u8 reserved_at_60
[0x20];
4861 struct mlx5_ifc_query_cong_status_out_bits
{
4863 u8 reserved_at_8
[0x18];
4867 u8 reserved_at_40
[0x20];
4871 u8 reserved_at_62
[0x1e];
4874 struct mlx5_ifc_query_cong_status_in_bits
{
4876 u8 reserved_at_10
[0x10];
4878 u8 reserved_at_20
[0x10];
4881 u8 reserved_at_40
[0x18];
4883 u8 cong_protocol
[0x4];
4885 u8 reserved_at_60
[0x20];
4888 struct mlx5_ifc_query_cong_statistics_out_bits
{
4890 u8 reserved_at_8
[0x18];
4894 u8 reserved_at_40
[0x40];
4896 u8 rp_cur_flows
[0x20];
4900 u8 rp_cnp_ignored_high
[0x20];
4902 u8 rp_cnp_ignored_low
[0x20];
4904 u8 rp_cnp_handled_high
[0x20];
4906 u8 rp_cnp_handled_low
[0x20];
4908 u8 reserved_at_140
[0x100];
4910 u8 time_stamp_high
[0x20];
4912 u8 time_stamp_low
[0x20];
4914 u8 accumulators_period
[0x20];
4916 u8 np_ecn_marked_roce_packets_high
[0x20];
4918 u8 np_ecn_marked_roce_packets_low
[0x20];
4920 u8 np_cnp_sent_high
[0x20];
4922 u8 np_cnp_sent_low
[0x20];
4924 u8 reserved_at_320
[0x560];
4927 struct mlx5_ifc_query_cong_statistics_in_bits
{
4929 u8 reserved_at_10
[0x10];
4931 u8 reserved_at_20
[0x10];
4935 u8 reserved_at_41
[0x1f];
4937 u8 reserved_at_60
[0x20];
4940 struct mlx5_ifc_query_cong_params_out_bits
{
4942 u8 reserved_at_8
[0x18];
4946 u8 reserved_at_40
[0x40];
4948 union mlx5_ifc_cong_control_roce_ecn_auto_bits congestion_parameters
;
4951 struct mlx5_ifc_query_cong_params_in_bits
{
4953 u8 reserved_at_10
[0x10];
4955 u8 reserved_at_20
[0x10];
4958 u8 reserved_at_40
[0x1c];
4959 u8 cong_protocol
[0x4];
4961 u8 reserved_at_60
[0x20];
4964 struct mlx5_ifc_query_adapter_out_bits
{
4966 u8 reserved_at_8
[0x18];
4970 u8 reserved_at_40
[0x40];
4972 struct mlx5_ifc_query_adapter_param_block_bits query_adapter_struct
;
4975 struct mlx5_ifc_query_adapter_in_bits
{
4977 u8 reserved_at_10
[0x10];
4979 u8 reserved_at_20
[0x10];
4982 u8 reserved_at_40
[0x40];
4985 struct mlx5_ifc_qp_2rst_out_bits
{
4987 u8 reserved_at_8
[0x18];
4991 u8 reserved_at_40
[0x40];
4994 struct mlx5_ifc_qp_2rst_in_bits
{
4996 u8 reserved_at_10
[0x10];
4998 u8 reserved_at_20
[0x10];
5001 u8 reserved_at_40
[0x8];
5004 u8 reserved_at_60
[0x20];
5007 struct mlx5_ifc_qp_2err_out_bits
{
5009 u8 reserved_at_8
[0x18];
5013 u8 reserved_at_40
[0x40];
5016 struct mlx5_ifc_qp_2err_in_bits
{
5018 u8 reserved_at_10
[0x10];
5020 u8 reserved_at_20
[0x10];
5023 u8 reserved_at_40
[0x8];
5026 u8 reserved_at_60
[0x20];
5029 struct mlx5_ifc_page_fault_resume_out_bits
{
5031 u8 reserved_at_8
[0x18];
5035 u8 reserved_at_40
[0x40];
5038 struct mlx5_ifc_page_fault_resume_in_bits
{
5040 u8 reserved_at_10
[0x10];
5042 u8 reserved_at_20
[0x10];
5046 u8 reserved_at_41
[0x4];
5047 u8 page_fault_type
[0x3];
5050 u8 reserved_at_60
[0x8];
5054 struct mlx5_ifc_nop_out_bits
{
5056 u8 reserved_at_8
[0x18];
5060 u8 reserved_at_40
[0x40];
5063 struct mlx5_ifc_nop_in_bits
{
5065 u8 reserved_at_10
[0x10];
5067 u8 reserved_at_20
[0x10];
5070 u8 reserved_at_40
[0x40];
5073 struct mlx5_ifc_modify_vport_state_out_bits
{
5075 u8 reserved_at_8
[0x18];
5079 u8 reserved_at_40
[0x40];
5082 struct mlx5_ifc_modify_vport_state_in_bits
{
5084 u8 reserved_at_10
[0x10];
5086 u8 reserved_at_20
[0x10];
5089 u8 other_vport
[0x1];
5090 u8 reserved_at_41
[0xf];
5091 u8 vport_number
[0x10];
5093 u8 reserved_at_60
[0x18];
5094 u8 admin_state
[0x4];
5095 u8 reserved_at_7c
[0x4];
5098 struct mlx5_ifc_modify_tis_out_bits
{
5100 u8 reserved_at_8
[0x18];
5104 u8 reserved_at_40
[0x40];
5107 struct mlx5_ifc_modify_tis_bitmask_bits
{
5108 u8 reserved_at_0
[0x20];
5110 u8 reserved_at_20
[0x1d];
5111 u8 lag_tx_port_affinity
[0x1];
5112 u8 strict_lag_tx_port_affinity
[0x1];
5116 struct mlx5_ifc_modify_tis_in_bits
{
5118 u8 reserved_at_10
[0x10];
5120 u8 reserved_at_20
[0x10];
5123 u8 reserved_at_40
[0x8];
5126 u8 reserved_at_60
[0x20];
5128 struct mlx5_ifc_modify_tis_bitmask_bits bitmask
;
5130 u8 reserved_at_c0
[0x40];
5132 struct mlx5_ifc_tisc_bits ctx
;
5135 struct mlx5_ifc_modify_tir_bitmask_bits
{
5136 u8 reserved_at_0
[0x20];
5138 u8 reserved_at_20
[0x1b];
5140 u8 reserved_at_3c
[0x1];
5142 u8 reserved_at_3e
[0x1];
5146 struct mlx5_ifc_modify_tir_out_bits
{
5148 u8 reserved_at_8
[0x18];
5152 u8 reserved_at_40
[0x40];
5155 struct mlx5_ifc_modify_tir_in_bits
{
5157 u8 reserved_at_10
[0x10];
5159 u8 reserved_at_20
[0x10];
5162 u8 reserved_at_40
[0x8];
5165 u8 reserved_at_60
[0x20];
5167 struct mlx5_ifc_modify_tir_bitmask_bits bitmask
;
5169 u8 reserved_at_c0
[0x40];
5171 struct mlx5_ifc_tirc_bits ctx
;
5174 struct mlx5_ifc_modify_sq_out_bits
{
5176 u8 reserved_at_8
[0x18];
5180 u8 reserved_at_40
[0x40];
5183 struct mlx5_ifc_modify_sq_in_bits
{
5185 u8 reserved_at_10
[0x10];
5187 u8 reserved_at_20
[0x10];
5191 u8 reserved_at_44
[0x4];
5194 u8 reserved_at_60
[0x20];
5196 u8 modify_bitmask
[0x40];
5198 u8 reserved_at_c0
[0x40];
5200 struct mlx5_ifc_sqc_bits ctx
;
5203 struct mlx5_ifc_modify_scheduling_element_out_bits
{
5205 u8 reserved_at_8
[0x18];
5209 u8 reserved_at_40
[0x1c0];
5213 MODIFY_SCHEDULING_ELEMENT_IN_MODIFY_BITMASK_BW_SHARE
= 0x1,
5214 MODIFY_SCHEDULING_ELEMENT_IN_MODIFY_BITMASK_MAX_AVERAGE_BW
= 0x2,
5217 struct mlx5_ifc_modify_scheduling_element_in_bits
{
5219 u8 reserved_at_10
[0x10];
5221 u8 reserved_at_20
[0x10];
5224 u8 scheduling_hierarchy
[0x8];
5225 u8 reserved_at_48
[0x18];
5227 u8 scheduling_element_id
[0x20];
5229 u8 reserved_at_80
[0x20];
5231 u8 modify_bitmask
[0x20];
5233 u8 reserved_at_c0
[0x40];
5235 struct mlx5_ifc_scheduling_context_bits scheduling_context
;
5237 u8 reserved_at_300
[0x100];
5240 struct mlx5_ifc_modify_rqt_out_bits
{
5242 u8 reserved_at_8
[0x18];
5246 u8 reserved_at_40
[0x40];
5249 struct mlx5_ifc_rqt_bitmask_bits
{
5250 u8 reserved_at_0
[0x20];
5252 u8 reserved_at_20
[0x1f];
5256 struct mlx5_ifc_modify_rqt_in_bits
{
5258 u8 reserved_at_10
[0x10];
5260 u8 reserved_at_20
[0x10];
5263 u8 reserved_at_40
[0x8];
5266 u8 reserved_at_60
[0x20];
5268 struct mlx5_ifc_rqt_bitmask_bits bitmask
;
5270 u8 reserved_at_c0
[0x40];
5272 struct mlx5_ifc_rqtc_bits ctx
;
5275 struct mlx5_ifc_modify_rq_out_bits
{
5277 u8 reserved_at_8
[0x18];
5281 u8 reserved_at_40
[0x40];
5285 MLX5_MODIFY_RQ_IN_MODIFY_BITMASK_VSD
= 1ULL << 1,
5286 MLX5_MODIFY_RQ_IN_MODIFY_BITMASK_SCATTER_FCS
= 1ULL << 2,
5287 MLX5_MODIFY_RQ_IN_MODIFY_BITMASK_RQ_COUNTER_SET_ID
= 1ULL << 3,
5290 struct mlx5_ifc_modify_rq_in_bits
{
5292 u8 reserved_at_10
[0x10];
5294 u8 reserved_at_20
[0x10];
5298 u8 reserved_at_44
[0x4];
5301 u8 reserved_at_60
[0x20];
5303 u8 modify_bitmask
[0x40];
5305 u8 reserved_at_c0
[0x40];
5307 struct mlx5_ifc_rqc_bits ctx
;
5310 struct mlx5_ifc_modify_rmp_out_bits
{
5312 u8 reserved_at_8
[0x18];
5316 u8 reserved_at_40
[0x40];
5319 struct mlx5_ifc_rmp_bitmask_bits
{
5320 u8 reserved_at_0
[0x20];
5322 u8 reserved_at_20
[0x1f];
5326 struct mlx5_ifc_modify_rmp_in_bits
{
5328 u8 reserved_at_10
[0x10];
5330 u8 reserved_at_20
[0x10];
5334 u8 reserved_at_44
[0x4];
5337 u8 reserved_at_60
[0x20];
5339 struct mlx5_ifc_rmp_bitmask_bits bitmask
;
5341 u8 reserved_at_c0
[0x40];
5343 struct mlx5_ifc_rmpc_bits ctx
;
5346 struct mlx5_ifc_modify_nic_vport_context_out_bits
{
5348 u8 reserved_at_8
[0x18];
5352 u8 reserved_at_40
[0x40];
5355 struct mlx5_ifc_modify_nic_vport_field_select_bits
{
5356 u8 reserved_at_0
[0x12];
5357 u8 affiliation
[0x1];
5358 u8 reserved_at_e
[0x1];
5359 u8 disable_uc_local_lb
[0x1];
5360 u8 disable_mc_local_lb
[0x1];
5365 u8 change_event
[0x1];
5367 u8 permanent_address
[0x1];
5368 u8 addresses_list
[0x1];
5370 u8 reserved_at_1f
[0x1];
5373 struct mlx5_ifc_modify_nic_vport_context_in_bits
{
5375 u8 reserved_at_10
[0x10];
5377 u8 reserved_at_20
[0x10];
5380 u8 other_vport
[0x1];
5381 u8 reserved_at_41
[0xf];
5382 u8 vport_number
[0x10];
5384 struct mlx5_ifc_modify_nic_vport_field_select_bits field_select
;
5386 u8 reserved_at_80
[0x780];
5388 struct mlx5_ifc_nic_vport_context_bits nic_vport_context
;
5391 struct mlx5_ifc_modify_hca_vport_context_out_bits
{
5393 u8 reserved_at_8
[0x18];
5397 u8 reserved_at_40
[0x40];
5400 struct mlx5_ifc_modify_hca_vport_context_in_bits
{
5402 u8 reserved_at_10
[0x10];
5404 u8 reserved_at_20
[0x10];
5407 u8 other_vport
[0x1];
5408 u8 reserved_at_41
[0xb];
5410 u8 vport_number
[0x10];
5412 u8 reserved_at_60
[0x20];
5414 struct mlx5_ifc_hca_vport_context_bits hca_vport_context
;
5417 struct mlx5_ifc_modify_cq_out_bits
{
5419 u8 reserved_at_8
[0x18];
5423 u8 reserved_at_40
[0x40];
5427 MLX5_MODIFY_CQ_IN_OP_MOD_MODIFY_CQ
= 0x0,
5428 MLX5_MODIFY_CQ_IN_OP_MOD_RESIZE_CQ
= 0x1,
5431 struct mlx5_ifc_modify_cq_in_bits
{
5433 u8 reserved_at_10
[0x10];
5435 u8 reserved_at_20
[0x10];
5438 u8 reserved_at_40
[0x8];
5441 union mlx5_ifc_modify_field_select_resize_field_select_auto_bits modify_field_select_resize_field_select
;
5443 struct mlx5_ifc_cqc_bits cq_context
;
5445 u8 reserved_at_280
[0x600];
5450 struct mlx5_ifc_modify_cong_status_out_bits
{
5452 u8 reserved_at_8
[0x18];
5456 u8 reserved_at_40
[0x40];
5459 struct mlx5_ifc_modify_cong_status_in_bits
{
5461 u8 reserved_at_10
[0x10];
5463 u8 reserved_at_20
[0x10];
5466 u8 reserved_at_40
[0x18];
5468 u8 cong_protocol
[0x4];
5472 u8 reserved_at_62
[0x1e];
5475 struct mlx5_ifc_modify_cong_params_out_bits
{
5477 u8 reserved_at_8
[0x18];
5481 u8 reserved_at_40
[0x40];
5484 struct mlx5_ifc_modify_cong_params_in_bits
{
5486 u8 reserved_at_10
[0x10];
5488 u8 reserved_at_20
[0x10];
5491 u8 reserved_at_40
[0x1c];
5492 u8 cong_protocol
[0x4];
5494 union mlx5_ifc_field_select_802_1_r_roce_auto_bits field_select
;
5496 u8 reserved_at_80
[0x80];
5498 union mlx5_ifc_cong_control_roce_ecn_auto_bits congestion_parameters
;
5501 struct mlx5_ifc_manage_pages_out_bits
{
5503 u8 reserved_at_8
[0x18];
5507 u8 output_num_entries
[0x20];
5509 u8 reserved_at_60
[0x20];
5515 MLX5_MANAGE_PAGES_IN_OP_MOD_ALLOCATION_FAIL
= 0x0,
5516 MLX5_MANAGE_PAGES_IN_OP_MOD_ALLOCATION_SUCCESS
= 0x1,
5517 MLX5_MANAGE_PAGES_IN_OP_MOD_HCA_RETURN_PAGES
= 0x2,
5520 struct mlx5_ifc_manage_pages_in_bits
{
5522 u8 reserved_at_10
[0x10];
5524 u8 reserved_at_20
[0x10];
5527 u8 reserved_at_40
[0x10];
5528 u8 function_id
[0x10];
5530 u8 input_num_entries
[0x20];
5535 struct mlx5_ifc_mad_ifc_out_bits
{
5537 u8 reserved_at_8
[0x18];
5541 u8 reserved_at_40
[0x40];
5543 u8 response_mad_packet
[256][0x8];
5546 struct mlx5_ifc_mad_ifc_in_bits
{
5548 u8 reserved_at_10
[0x10];
5550 u8 reserved_at_20
[0x10];
5553 u8 remote_lid
[0x10];
5554 u8 reserved_at_50
[0x8];
5557 u8 reserved_at_60
[0x20];
5562 struct mlx5_ifc_init_hca_out_bits
{
5564 u8 reserved_at_8
[0x18];
5568 u8 reserved_at_40
[0x40];
5571 struct mlx5_ifc_init_hca_in_bits
{
5573 u8 reserved_at_10
[0x10];
5575 u8 reserved_at_20
[0x10];
5578 u8 reserved_at_40
[0x40];
5579 u8 sw_owner_id
[4][0x20];
5582 struct mlx5_ifc_init2rtr_qp_out_bits
{
5584 u8 reserved_at_8
[0x18];
5588 u8 reserved_at_40
[0x40];
5591 struct mlx5_ifc_init2rtr_qp_in_bits
{
5593 u8 reserved_at_10
[0x10];
5595 u8 reserved_at_20
[0x10];
5598 u8 reserved_at_40
[0x8];
5601 u8 reserved_at_60
[0x20];
5603 u8 opt_param_mask
[0x20];
5605 u8 reserved_at_a0
[0x20];
5607 struct mlx5_ifc_qpc_bits qpc
;
5609 u8 reserved_at_800
[0x80];
5612 struct mlx5_ifc_init2init_qp_out_bits
{
5614 u8 reserved_at_8
[0x18];
5618 u8 reserved_at_40
[0x40];
5621 struct mlx5_ifc_init2init_qp_in_bits
{
5623 u8 reserved_at_10
[0x10];
5625 u8 reserved_at_20
[0x10];
5628 u8 reserved_at_40
[0x8];
5631 u8 reserved_at_60
[0x20];
5633 u8 opt_param_mask
[0x20];
5635 u8 reserved_at_a0
[0x20];
5637 struct mlx5_ifc_qpc_bits qpc
;
5639 u8 reserved_at_800
[0x80];
5642 struct mlx5_ifc_get_dropped_packet_log_out_bits
{
5644 u8 reserved_at_8
[0x18];
5648 u8 reserved_at_40
[0x40];
5650 u8 packet_headers_log
[128][0x8];
5652 u8 packet_syndrome
[64][0x8];
5655 struct mlx5_ifc_get_dropped_packet_log_in_bits
{
5657 u8 reserved_at_10
[0x10];
5659 u8 reserved_at_20
[0x10];
5662 u8 reserved_at_40
[0x40];
5665 struct mlx5_ifc_gen_eqe_in_bits
{
5667 u8 reserved_at_10
[0x10];
5669 u8 reserved_at_20
[0x10];
5672 u8 reserved_at_40
[0x18];
5675 u8 reserved_at_60
[0x20];
5680 struct mlx5_ifc_gen_eq_out_bits
{
5682 u8 reserved_at_8
[0x18];
5686 u8 reserved_at_40
[0x40];
5689 struct mlx5_ifc_enable_hca_out_bits
{
5691 u8 reserved_at_8
[0x18];
5695 u8 reserved_at_40
[0x20];
5698 struct mlx5_ifc_enable_hca_in_bits
{
5700 u8 reserved_at_10
[0x10];
5702 u8 reserved_at_20
[0x10];
5705 u8 reserved_at_40
[0x10];
5706 u8 function_id
[0x10];
5708 u8 reserved_at_60
[0x20];
5711 struct mlx5_ifc_drain_dct_out_bits
{
5713 u8 reserved_at_8
[0x18];
5717 u8 reserved_at_40
[0x40];
5720 struct mlx5_ifc_drain_dct_in_bits
{
5722 u8 reserved_at_10
[0x10];
5724 u8 reserved_at_20
[0x10];
5727 u8 reserved_at_40
[0x8];
5730 u8 reserved_at_60
[0x20];
5733 struct mlx5_ifc_disable_hca_out_bits
{
5735 u8 reserved_at_8
[0x18];
5739 u8 reserved_at_40
[0x20];
5742 struct mlx5_ifc_disable_hca_in_bits
{
5744 u8 reserved_at_10
[0x10];
5746 u8 reserved_at_20
[0x10];
5749 u8 reserved_at_40
[0x10];
5750 u8 function_id
[0x10];
5752 u8 reserved_at_60
[0x20];
5755 struct mlx5_ifc_detach_from_mcg_out_bits
{
5757 u8 reserved_at_8
[0x18];
5761 u8 reserved_at_40
[0x40];
5764 struct mlx5_ifc_detach_from_mcg_in_bits
{
5766 u8 reserved_at_10
[0x10];
5768 u8 reserved_at_20
[0x10];
5771 u8 reserved_at_40
[0x8];
5774 u8 reserved_at_60
[0x20];
5776 u8 multicast_gid
[16][0x8];
5779 struct mlx5_ifc_destroy_xrq_out_bits
{
5781 u8 reserved_at_8
[0x18];
5785 u8 reserved_at_40
[0x40];
5788 struct mlx5_ifc_destroy_xrq_in_bits
{
5790 u8 reserved_at_10
[0x10];
5792 u8 reserved_at_20
[0x10];
5795 u8 reserved_at_40
[0x8];
5798 u8 reserved_at_60
[0x20];
5801 struct mlx5_ifc_destroy_xrc_srq_out_bits
{
5803 u8 reserved_at_8
[0x18];
5807 u8 reserved_at_40
[0x40];
5810 struct mlx5_ifc_destroy_xrc_srq_in_bits
{
5812 u8 reserved_at_10
[0x10];
5814 u8 reserved_at_20
[0x10];
5817 u8 reserved_at_40
[0x8];
5820 u8 reserved_at_60
[0x20];
5823 struct mlx5_ifc_destroy_tis_out_bits
{
5825 u8 reserved_at_8
[0x18];
5829 u8 reserved_at_40
[0x40];
5832 struct mlx5_ifc_destroy_tis_in_bits
{
5834 u8 reserved_at_10
[0x10];
5836 u8 reserved_at_20
[0x10];
5839 u8 reserved_at_40
[0x8];
5842 u8 reserved_at_60
[0x20];
5845 struct mlx5_ifc_destroy_tir_out_bits
{
5847 u8 reserved_at_8
[0x18];
5851 u8 reserved_at_40
[0x40];
5854 struct mlx5_ifc_destroy_tir_in_bits
{
5856 u8 reserved_at_10
[0x10];
5858 u8 reserved_at_20
[0x10];
5861 u8 reserved_at_40
[0x8];
5864 u8 reserved_at_60
[0x20];
5867 struct mlx5_ifc_destroy_srq_out_bits
{
5869 u8 reserved_at_8
[0x18];
5873 u8 reserved_at_40
[0x40];
5876 struct mlx5_ifc_destroy_srq_in_bits
{
5878 u8 reserved_at_10
[0x10];
5880 u8 reserved_at_20
[0x10];
5883 u8 reserved_at_40
[0x8];
5886 u8 reserved_at_60
[0x20];
5889 struct mlx5_ifc_destroy_sq_out_bits
{
5891 u8 reserved_at_8
[0x18];
5895 u8 reserved_at_40
[0x40];
5898 struct mlx5_ifc_destroy_sq_in_bits
{
5900 u8 reserved_at_10
[0x10];
5902 u8 reserved_at_20
[0x10];
5905 u8 reserved_at_40
[0x8];
5908 u8 reserved_at_60
[0x20];
5911 struct mlx5_ifc_destroy_scheduling_element_out_bits
{
5913 u8 reserved_at_8
[0x18];
5917 u8 reserved_at_40
[0x1c0];
5920 struct mlx5_ifc_destroy_scheduling_element_in_bits
{
5922 u8 reserved_at_10
[0x10];
5924 u8 reserved_at_20
[0x10];
5927 u8 scheduling_hierarchy
[0x8];
5928 u8 reserved_at_48
[0x18];
5930 u8 scheduling_element_id
[0x20];
5932 u8 reserved_at_80
[0x180];
5935 struct mlx5_ifc_destroy_rqt_out_bits
{
5937 u8 reserved_at_8
[0x18];
5941 u8 reserved_at_40
[0x40];
5944 struct mlx5_ifc_destroy_rqt_in_bits
{
5946 u8 reserved_at_10
[0x10];
5948 u8 reserved_at_20
[0x10];
5951 u8 reserved_at_40
[0x8];
5954 u8 reserved_at_60
[0x20];
5957 struct mlx5_ifc_destroy_rq_out_bits
{
5959 u8 reserved_at_8
[0x18];
5963 u8 reserved_at_40
[0x40];
5966 struct mlx5_ifc_destroy_rq_in_bits
{
5968 u8 reserved_at_10
[0x10];
5970 u8 reserved_at_20
[0x10];
5973 u8 reserved_at_40
[0x8];
5976 u8 reserved_at_60
[0x20];
5979 struct mlx5_ifc_set_delay_drop_params_in_bits
{
5981 u8 reserved_at_10
[0x10];
5983 u8 reserved_at_20
[0x10];
5986 u8 reserved_at_40
[0x20];
5988 u8 reserved_at_60
[0x10];
5989 u8 delay_drop_timeout
[0x10];
5992 struct mlx5_ifc_set_delay_drop_params_out_bits
{
5994 u8 reserved_at_8
[0x18];
5998 u8 reserved_at_40
[0x40];
6001 struct mlx5_ifc_destroy_rmp_out_bits
{
6003 u8 reserved_at_8
[0x18];
6007 u8 reserved_at_40
[0x40];
6010 struct mlx5_ifc_destroy_rmp_in_bits
{
6012 u8 reserved_at_10
[0x10];
6014 u8 reserved_at_20
[0x10];
6017 u8 reserved_at_40
[0x8];
6020 u8 reserved_at_60
[0x20];
6023 struct mlx5_ifc_destroy_qp_out_bits
{
6025 u8 reserved_at_8
[0x18];
6029 u8 reserved_at_40
[0x40];
6032 struct mlx5_ifc_destroy_qp_in_bits
{
6034 u8 reserved_at_10
[0x10];
6036 u8 reserved_at_20
[0x10];
6039 u8 reserved_at_40
[0x8];
6042 u8 reserved_at_60
[0x20];
6045 struct mlx5_ifc_destroy_psv_out_bits
{
6047 u8 reserved_at_8
[0x18];
6051 u8 reserved_at_40
[0x40];
6054 struct mlx5_ifc_destroy_psv_in_bits
{
6056 u8 reserved_at_10
[0x10];
6058 u8 reserved_at_20
[0x10];
6061 u8 reserved_at_40
[0x8];
6064 u8 reserved_at_60
[0x20];
6067 struct mlx5_ifc_destroy_mkey_out_bits
{
6069 u8 reserved_at_8
[0x18];
6073 u8 reserved_at_40
[0x40];
6076 struct mlx5_ifc_destroy_mkey_in_bits
{
6078 u8 reserved_at_10
[0x10];
6080 u8 reserved_at_20
[0x10];
6083 u8 reserved_at_40
[0x8];
6084 u8 mkey_index
[0x18];
6086 u8 reserved_at_60
[0x20];
6089 struct mlx5_ifc_destroy_flow_table_out_bits
{
6091 u8 reserved_at_8
[0x18];
6095 u8 reserved_at_40
[0x40];
6098 struct mlx5_ifc_destroy_flow_table_in_bits
{
6100 u8 reserved_at_10
[0x10];
6102 u8 reserved_at_20
[0x10];
6105 u8 other_vport
[0x1];
6106 u8 reserved_at_41
[0xf];
6107 u8 vport_number
[0x10];
6109 u8 reserved_at_60
[0x20];
6112 u8 reserved_at_88
[0x18];
6114 u8 reserved_at_a0
[0x8];
6117 u8 reserved_at_c0
[0x140];
6120 struct mlx5_ifc_destroy_flow_group_out_bits
{
6122 u8 reserved_at_8
[0x18];
6126 u8 reserved_at_40
[0x40];
6129 struct mlx5_ifc_destroy_flow_group_in_bits
{
6131 u8 reserved_at_10
[0x10];
6133 u8 reserved_at_20
[0x10];
6136 u8 other_vport
[0x1];
6137 u8 reserved_at_41
[0xf];
6138 u8 vport_number
[0x10];
6140 u8 reserved_at_60
[0x20];
6143 u8 reserved_at_88
[0x18];
6145 u8 reserved_at_a0
[0x8];
6150 u8 reserved_at_e0
[0x120];
6153 struct mlx5_ifc_destroy_eq_out_bits
{
6155 u8 reserved_at_8
[0x18];
6159 u8 reserved_at_40
[0x40];
6162 struct mlx5_ifc_destroy_eq_in_bits
{
6164 u8 reserved_at_10
[0x10];
6166 u8 reserved_at_20
[0x10];
6169 u8 reserved_at_40
[0x18];
6172 u8 reserved_at_60
[0x20];
6175 struct mlx5_ifc_destroy_dct_out_bits
{
6177 u8 reserved_at_8
[0x18];
6181 u8 reserved_at_40
[0x40];
6184 struct mlx5_ifc_destroy_dct_in_bits
{
6186 u8 reserved_at_10
[0x10];
6188 u8 reserved_at_20
[0x10];
6191 u8 reserved_at_40
[0x8];
6194 u8 reserved_at_60
[0x20];
6197 struct mlx5_ifc_destroy_cq_out_bits
{
6199 u8 reserved_at_8
[0x18];
6203 u8 reserved_at_40
[0x40];
6206 struct mlx5_ifc_destroy_cq_in_bits
{
6208 u8 reserved_at_10
[0x10];
6210 u8 reserved_at_20
[0x10];
6213 u8 reserved_at_40
[0x8];
6216 u8 reserved_at_60
[0x20];
6219 struct mlx5_ifc_delete_vxlan_udp_dport_out_bits
{
6221 u8 reserved_at_8
[0x18];
6225 u8 reserved_at_40
[0x40];
6228 struct mlx5_ifc_delete_vxlan_udp_dport_in_bits
{
6230 u8 reserved_at_10
[0x10];
6232 u8 reserved_at_20
[0x10];
6235 u8 reserved_at_40
[0x20];
6237 u8 reserved_at_60
[0x10];
6238 u8 vxlan_udp_port
[0x10];
6241 struct mlx5_ifc_delete_l2_table_entry_out_bits
{
6243 u8 reserved_at_8
[0x18];
6247 u8 reserved_at_40
[0x40];
6250 struct mlx5_ifc_delete_l2_table_entry_in_bits
{
6252 u8 reserved_at_10
[0x10];
6254 u8 reserved_at_20
[0x10];
6257 u8 reserved_at_40
[0x60];
6259 u8 reserved_at_a0
[0x8];
6260 u8 table_index
[0x18];
6262 u8 reserved_at_c0
[0x140];
6265 struct mlx5_ifc_delete_fte_out_bits
{
6267 u8 reserved_at_8
[0x18];
6271 u8 reserved_at_40
[0x40];
6274 struct mlx5_ifc_delete_fte_in_bits
{
6276 u8 reserved_at_10
[0x10];
6278 u8 reserved_at_20
[0x10];
6281 u8 other_vport
[0x1];
6282 u8 reserved_at_41
[0xf];
6283 u8 vport_number
[0x10];
6285 u8 reserved_at_60
[0x20];
6288 u8 reserved_at_88
[0x18];
6290 u8 reserved_at_a0
[0x8];
6293 u8 reserved_at_c0
[0x40];
6295 u8 flow_index
[0x20];
6297 u8 reserved_at_120
[0xe0];
6300 struct mlx5_ifc_dealloc_xrcd_out_bits
{
6302 u8 reserved_at_8
[0x18];
6306 u8 reserved_at_40
[0x40];
6309 struct mlx5_ifc_dealloc_xrcd_in_bits
{
6311 u8 reserved_at_10
[0x10];
6313 u8 reserved_at_20
[0x10];
6316 u8 reserved_at_40
[0x8];
6319 u8 reserved_at_60
[0x20];
6322 struct mlx5_ifc_dealloc_uar_out_bits
{
6324 u8 reserved_at_8
[0x18];
6328 u8 reserved_at_40
[0x40];
6331 struct mlx5_ifc_dealloc_uar_in_bits
{
6333 u8 reserved_at_10
[0x10];
6335 u8 reserved_at_20
[0x10];
6338 u8 reserved_at_40
[0x8];
6341 u8 reserved_at_60
[0x20];
6344 struct mlx5_ifc_dealloc_transport_domain_out_bits
{
6346 u8 reserved_at_8
[0x18];
6350 u8 reserved_at_40
[0x40];
6353 struct mlx5_ifc_dealloc_transport_domain_in_bits
{
6355 u8 reserved_at_10
[0x10];
6357 u8 reserved_at_20
[0x10];
6360 u8 reserved_at_40
[0x8];
6361 u8 transport_domain
[0x18];
6363 u8 reserved_at_60
[0x20];
6366 struct mlx5_ifc_dealloc_q_counter_out_bits
{
6368 u8 reserved_at_8
[0x18];
6372 u8 reserved_at_40
[0x40];
6375 struct mlx5_ifc_dealloc_q_counter_in_bits
{
6377 u8 reserved_at_10
[0x10];
6379 u8 reserved_at_20
[0x10];
6382 u8 reserved_at_40
[0x18];
6383 u8 counter_set_id
[0x8];
6385 u8 reserved_at_60
[0x20];
6388 struct mlx5_ifc_dealloc_pd_out_bits
{
6390 u8 reserved_at_8
[0x18];
6394 u8 reserved_at_40
[0x40];
6397 struct mlx5_ifc_dealloc_pd_in_bits
{
6399 u8 reserved_at_10
[0x10];
6401 u8 reserved_at_20
[0x10];
6404 u8 reserved_at_40
[0x8];
6407 u8 reserved_at_60
[0x20];
6410 struct mlx5_ifc_dealloc_flow_counter_out_bits
{
6412 u8 reserved_at_8
[0x18];
6416 u8 reserved_at_40
[0x40];
6419 struct mlx5_ifc_dealloc_flow_counter_in_bits
{
6421 u8 reserved_at_10
[0x10];
6423 u8 reserved_at_20
[0x10];
6426 u8 flow_counter_id
[0x20];
6428 u8 reserved_at_60
[0x20];
6431 struct mlx5_ifc_create_xrq_out_bits
{
6433 u8 reserved_at_8
[0x18];
6437 u8 reserved_at_40
[0x8];
6440 u8 reserved_at_60
[0x20];
6443 struct mlx5_ifc_create_xrq_in_bits
{
6445 u8 reserved_at_10
[0x10];
6447 u8 reserved_at_20
[0x10];
6450 u8 reserved_at_40
[0x40];
6452 struct mlx5_ifc_xrqc_bits xrq_context
;
6455 struct mlx5_ifc_create_xrc_srq_out_bits
{
6457 u8 reserved_at_8
[0x18];
6461 u8 reserved_at_40
[0x8];
6464 u8 reserved_at_60
[0x20];
6467 struct mlx5_ifc_create_xrc_srq_in_bits
{
6469 u8 reserved_at_10
[0x10];
6471 u8 reserved_at_20
[0x10];
6474 u8 reserved_at_40
[0x40];
6476 struct mlx5_ifc_xrc_srqc_bits xrc_srq_context_entry
;
6478 u8 reserved_at_280
[0x600];
6483 struct mlx5_ifc_create_tis_out_bits
{
6485 u8 reserved_at_8
[0x18];
6489 u8 reserved_at_40
[0x8];
6492 u8 reserved_at_60
[0x20];
6495 struct mlx5_ifc_create_tis_in_bits
{
6497 u8 reserved_at_10
[0x10];
6499 u8 reserved_at_20
[0x10];
6502 u8 reserved_at_40
[0xc0];
6504 struct mlx5_ifc_tisc_bits ctx
;
6507 struct mlx5_ifc_create_tir_out_bits
{
6509 u8 reserved_at_8
[0x18];
6513 u8 reserved_at_40
[0x8];
6516 u8 reserved_at_60
[0x20];
6519 struct mlx5_ifc_create_tir_in_bits
{
6521 u8 reserved_at_10
[0x10];
6523 u8 reserved_at_20
[0x10];
6526 u8 reserved_at_40
[0xc0];
6528 struct mlx5_ifc_tirc_bits ctx
;
6531 struct mlx5_ifc_create_srq_out_bits
{
6533 u8 reserved_at_8
[0x18];
6537 u8 reserved_at_40
[0x8];
6540 u8 reserved_at_60
[0x20];
6543 struct mlx5_ifc_create_srq_in_bits
{
6545 u8 reserved_at_10
[0x10];
6547 u8 reserved_at_20
[0x10];
6550 u8 reserved_at_40
[0x40];
6552 struct mlx5_ifc_srqc_bits srq_context_entry
;
6554 u8 reserved_at_280
[0x600];
6559 struct mlx5_ifc_create_sq_out_bits
{
6561 u8 reserved_at_8
[0x18];
6565 u8 reserved_at_40
[0x8];
6568 u8 reserved_at_60
[0x20];
6571 struct mlx5_ifc_create_sq_in_bits
{
6573 u8 reserved_at_10
[0x10];
6575 u8 reserved_at_20
[0x10];
6578 u8 reserved_at_40
[0xc0];
6580 struct mlx5_ifc_sqc_bits ctx
;
6583 struct mlx5_ifc_create_scheduling_element_out_bits
{
6585 u8 reserved_at_8
[0x18];
6589 u8 reserved_at_40
[0x40];
6591 u8 scheduling_element_id
[0x20];
6593 u8 reserved_at_a0
[0x160];
6596 struct mlx5_ifc_create_scheduling_element_in_bits
{
6598 u8 reserved_at_10
[0x10];
6600 u8 reserved_at_20
[0x10];
6603 u8 scheduling_hierarchy
[0x8];
6604 u8 reserved_at_48
[0x18];
6606 u8 reserved_at_60
[0xa0];
6608 struct mlx5_ifc_scheduling_context_bits scheduling_context
;
6610 u8 reserved_at_300
[0x100];
6613 struct mlx5_ifc_create_rqt_out_bits
{
6615 u8 reserved_at_8
[0x18];
6619 u8 reserved_at_40
[0x8];
6622 u8 reserved_at_60
[0x20];
6625 struct mlx5_ifc_create_rqt_in_bits
{
6627 u8 reserved_at_10
[0x10];
6629 u8 reserved_at_20
[0x10];
6632 u8 reserved_at_40
[0xc0];
6634 struct mlx5_ifc_rqtc_bits rqt_context
;
6637 struct mlx5_ifc_create_rq_out_bits
{
6639 u8 reserved_at_8
[0x18];
6643 u8 reserved_at_40
[0x8];
6646 u8 reserved_at_60
[0x20];
6649 struct mlx5_ifc_create_rq_in_bits
{
6651 u8 reserved_at_10
[0x10];
6653 u8 reserved_at_20
[0x10];
6656 u8 reserved_at_40
[0xc0];
6658 struct mlx5_ifc_rqc_bits ctx
;
6661 struct mlx5_ifc_create_rmp_out_bits
{
6663 u8 reserved_at_8
[0x18];
6667 u8 reserved_at_40
[0x8];
6670 u8 reserved_at_60
[0x20];
6673 struct mlx5_ifc_create_rmp_in_bits
{
6675 u8 reserved_at_10
[0x10];
6677 u8 reserved_at_20
[0x10];
6680 u8 reserved_at_40
[0xc0];
6682 struct mlx5_ifc_rmpc_bits ctx
;
6685 struct mlx5_ifc_create_qp_out_bits
{
6687 u8 reserved_at_8
[0x18];
6691 u8 reserved_at_40
[0x8];
6694 u8 reserved_at_60
[0x20];
6697 struct mlx5_ifc_create_qp_in_bits
{
6699 u8 reserved_at_10
[0x10];
6701 u8 reserved_at_20
[0x10];
6704 u8 reserved_at_40
[0x40];
6706 u8 opt_param_mask
[0x20];
6708 u8 reserved_at_a0
[0x20];
6710 struct mlx5_ifc_qpc_bits qpc
;
6712 u8 reserved_at_800
[0x80];
6717 struct mlx5_ifc_create_psv_out_bits
{
6719 u8 reserved_at_8
[0x18];
6723 u8 reserved_at_40
[0x40];
6725 u8 reserved_at_80
[0x8];
6726 u8 psv0_index
[0x18];
6728 u8 reserved_at_a0
[0x8];
6729 u8 psv1_index
[0x18];
6731 u8 reserved_at_c0
[0x8];
6732 u8 psv2_index
[0x18];
6734 u8 reserved_at_e0
[0x8];
6735 u8 psv3_index
[0x18];
6738 struct mlx5_ifc_create_psv_in_bits
{
6740 u8 reserved_at_10
[0x10];
6742 u8 reserved_at_20
[0x10];
6746 u8 reserved_at_44
[0x4];
6749 u8 reserved_at_60
[0x20];
6752 struct mlx5_ifc_create_mkey_out_bits
{
6754 u8 reserved_at_8
[0x18];
6758 u8 reserved_at_40
[0x8];
6759 u8 mkey_index
[0x18];
6761 u8 reserved_at_60
[0x20];
6764 struct mlx5_ifc_create_mkey_in_bits
{
6766 u8 reserved_at_10
[0x10];
6768 u8 reserved_at_20
[0x10];
6771 u8 reserved_at_40
[0x20];
6774 u8 reserved_at_61
[0x1f];
6776 struct mlx5_ifc_mkc_bits memory_key_mkey_entry
;
6778 u8 reserved_at_280
[0x80];
6780 u8 translations_octword_actual_size
[0x20];
6782 u8 reserved_at_320
[0x560];
6784 u8 klm_pas_mtt
[0][0x20];
6787 struct mlx5_ifc_create_flow_table_out_bits
{
6789 u8 reserved_at_8
[0x18];
6793 u8 reserved_at_40
[0x8];
6796 u8 reserved_at_60
[0x20];
6799 struct mlx5_ifc_flow_table_context_bits
{
6802 u8 reserved_at_2
[0x2];
6803 u8 table_miss_action
[0x4];
6805 u8 reserved_at_10
[0x8];
6808 u8 reserved_at_20
[0x8];
6809 u8 table_miss_id
[0x18];
6811 u8 reserved_at_40
[0x8];
6812 u8 lag_master_next_table_id
[0x18];
6814 u8 reserved_at_60
[0xe0];
6817 struct mlx5_ifc_create_flow_table_in_bits
{
6819 u8 reserved_at_10
[0x10];
6821 u8 reserved_at_20
[0x10];
6824 u8 other_vport
[0x1];
6825 u8 reserved_at_41
[0xf];
6826 u8 vport_number
[0x10];
6828 u8 reserved_at_60
[0x20];
6831 u8 reserved_at_88
[0x18];
6833 u8 reserved_at_a0
[0x20];
6835 struct mlx5_ifc_flow_table_context_bits flow_table_context
;
6838 struct mlx5_ifc_create_flow_group_out_bits
{
6840 u8 reserved_at_8
[0x18];
6844 u8 reserved_at_40
[0x8];
6847 u8 reserved_at_60
[0x20];
6851 MLX5_CREATE_FLOW_GROUP_IN_MATCH_CRITERIA_ENABLE_OUTER_HEADERS
= 0x0,
6852 MLX5_CREATE_FLOW_GROUP_IN_MATCH_CRITERIA_ENABLE_MISC_PARAMETERS
= 0x1,
6853 MLX5_CREATE_FLOW_GROUP_IN_MATCH_CRITERIA_ENABLE_INNER_HEADERS
= 0x2,
6856 struct mlx5_ifc_create_flow_group_in_bits
{
6858 u8 reserved_at_10
[0x10];
6860 u8 reserved_at_20
[0x10];
6863 u8 other_vport
[0x1];
6864 u8 reserved_at_41
[0xf];
6865 u8 vport_number
[0x10];
6867 u8 reserved_at_60
[0x20];
6870 u8 reserved_at_88
[0x18];
6872 u8 reserved_at_a0
[0x8];
6875 u8 reserved_at_c0
[0x20];
6877 u8 start_flow_index
[0x20];
6879 u8 reserved_at_100
[0x20];
6881 u8 end_flow_index
[0x20];
6883 u8 reserved_at_140
[0xa0];
6885 u8 reserved_at_1e0
[0x18];
6886 u8 match_criteria_enable
[0x8];
6888 struct mlx5_ifc_fte_match_param_bits match_criteria
;
6890 u8 reserved_at_1200
[0xe00];
6893 struct mlx5_ifc_create_eq_out_bits
{
6895 u8 reserved_at_8
[0x18];
6899 u8 reserved_at_40
[0x18];
6902 u8 reserved_at_60
[0x20];
6905 struct mlx5_ifc_create_eq_in_bits
{
6907 u8 reserved_at_10
[0x10];
6909 u8 reserved_at_20
[0x10];
6912 u8 reserved_at_40
[0x40];
6914 struct mlx5_ifc_eqc_bits eq_context_entry
;
6916 u8 reserved_at_280
[0x40];
6918 u8 event_bitmask
[0x40];
6920 u8 reserved_at_300
[0x580];
6925 struct mlx5_ifc_create_dct_out_bits
{
6927 u8 reserved_at_8
[0x18];
6931 u8 reserved_at_40
[0x8];
6934 u8 reserved_at_60
[0x20];
6937 struct mlx5_ifc_create_dct_in_bits
{
6939 u8 reserved_at_10
[0x10];
6941 u8 reserved_at_20
[0x10];
6944 u8 reserved_at_40
[0x40];
6946 struct mlx5_ifc_dctc_bits dct_context_entry
;
6948 u8 reserved_at_280
[0x180];
6951 struct mlx5_ifc_create_cq_out_bits
{
6953 u8 reserved_at_8
[0x18];
6957 u8 reserved_at_40
[0x8];
6960 u8 reserved_at_60
[0x20];
6963 struct mlx5_ifc_create_cq_in_bits
{
6965 u8 reserved_at_10
[0x10];
6967 u8 reserved_at_20
[0x10];
6970 u8 reserved_at_40
[0x40];
6972 struct mlx5_ifc_cqc_bits cq_context
;
6974 u8 reserved_at_280
[0x600];
6979 struct mlx5_ifc_config_int_moderation_out_bits
{
6981 u8 reserved_at_8
[0x18];
6985 u8 reserved_at_40
[0x4];
6987 u8 int_vector
[0x10];
6989 u8 reserved_at_60
[0x20];
6993 MLX5_CONFIG_INT_MODERATION_IN_OP_MOD_WRITE
= 0x0,
6994 MLX5_CONFIG_INT_MODERATION_IN_OP_MOD_READ
= 0x1,
6997 struct mlx5_ifc_config_int_moderation_in_bits
{
6999 u8 reserved_at_10
[0x10];
7001 u8 reserved_at_20
[0x10];
7004 u8 reserved_at_40
[0x4];
7006 u8 int_vector
[0x10];
7008 u8 reserved_at_60
[0x20];
7011 struct mlx5_ifc_attach_to_mcg_out_bits
{
7013 u8 reserved_at_8
[0x18];
7017 u8 reserved_at_40
[0x40];
7020 struct mlx5_ifc_attach_to_mcg_in_bits
{
7022 u8 reserved_at_10
[0x10];
7024 u8 reserved_at_20
[0x10];
7027 u8 reserved_at_40
[0x8];
7030 u8 reserved_at_60
[0x20];
7032 u8 multicast_gid
[16][0x8];
7035 struct mlx5_ifc_arm_xrq_out_bits
{
7037 u8 reserved_at_8
[0x18];
7041 u8 reserved_at_40
[0x40];
7044 struct mlx5_ifc_arm_xrq_in_bits
{
7046 u8 reserved_at_10
[0x10];
7048 u8 reserved_at_20
[0x10];
7051 u8 reserved_at_40
[0x8];
7054 u8 reserved_at_60
[0x10];
7058 struct mlx5_ifc_arm_xrc_srq_out_bits
{
7060 u8 reserved_at_8
[0x18];
7064 u8 reserved_at_40
[0x40];
7068 MLX5_ARM_XRC_SRQ_IN_OP_MOD_XRC_SRQ
= 0x1,
7071 struct mlx5_ifc_arm_xrc_srq_in_bits
{
7073 u8 reserved_at_10
[0x10];
7075 u8 reserved_at_20
[0x10];
7078 u8 reserved_at_40
[0x8];
7081 u8 reserved_at_60
[0x10];
7085 struct mlx5_ifc_arm_rq_out_bits
{
7087 u8 reserved_at_8
[0x18];
7091 u8 reserved_at_40
[0x40];
7095 MLX5_ARM_RQ_IN_OP_MOD_SRQ
= 0x1,
7096 MLX5_ARM_RQ_IN_OP_MOD_XRQ
= 0x2,
7099 struct mlx5_ifc_arm_rq_in_bits
{
7101 u8 reserved_at_10
[0x10];
7103 u8 reserved_at_20
[0x10];
7106 u8 reserved_at_40
[0x8];
7107 u8 srq_number
[0x18];
7109 u8 reserved_at_60
[0x10];
7113 struct mlx5_ifc_arm_dct_out_bits
{
7115 u8 reserved_at_8
[0x18];
7119 u8 reserved_at_40
[0x40];
7122 struct mlx5_ifc_arm_dct_in_bits
{
7124 u8 reserved_at_10
[0x10];
7126 u8 reserved_at_20
[0x10];
7129 u8 reserved_at_40
[0x8];
7130 u8 dct_number
[0x18];
7132 u8 reserved_at_60
[0x20];
7135 struct mlx5_ifc_alloc_xrcd_out_bits
{
7137 u8 reserved_at_8
[0x18];
7141 u8 reserved_at_40
[0x8];
7144 u8 reserved_at_60
[0x20];
7147 struct mlx5_ifc_alloc_xrcd_in_bits
{
7149 u8 reserved_at_10
[0x10];
7151 u8 reserved_at_20
[0x10];
7154 u8 reserved_at_40
[0x40];
7157 struct mlx5_ifc_alloc_uar_out_bits
{
7159 u8 reserved_at_8
[0x18];
7163 u8 reserved_at_40
[0x8];
7166 u8 reserved_at_60
[0x20];
7169 struct mlx5_ifc_alloc_uar_in_bits
{
7171 u8 reserved_at_10
[0x10];
7173 u8 reserved_at_20
[0x10];
7176 u8 reserved_at_40
[0x40];
7179 struct mlx5_ifc_alloc_transport_domain_out_bits
{
7181 u8 reserved_at_8
[0x18];
7185 u8 reserved_at_40
[0x8];
7186 u8 transport_domain
[0x18];
7188 u8 reserved_at_60
[0x20];
7191 struct mlx5_ifc_alloc_transport_domain_in_bits
{
7193 u8 reserved_at_10
[0x10];
7195 u8 reserved_at_20
[0x10];
7198 u8 reserved_at_40
[0x40];
7201 struct mlx5_ifc_alloc_q_counter_out_bits
{
7203 u8 reserved_at_8
[0x18];
7207 u8 reserved_at_40
[0x18];
7208 u8 counter_set_id
[0x8];
7210 u8 reserved_at_60
[0x20];
7213 struct mlx5_ifc_alloc_q_counter_in_bits
{
7215 u8 reserved_at_10
[0x10];
7217 u8 reserved_at_20
[0x10];
7220 u8 reserved_at_40
[0x40];
7223 struct mlx5_ifc_alloc_pd_out_bits
{
7225 u8 reserved_at_8
[0x18];
7229 u8 reserved_at_40
[0x8];
7232 u8 reserved_at_60
[0x20];
7235 struct mlx5_ifc_alloc_pd_in_bits
{
7237 u8 reserved_at_10
[0x10];
7239 u8 reserved_at_20
[0x10];
7242 u8 reserved_at_40
[0x40];
7245 struct mlx5_ifc_alloc_flow_counter_out_bits
{
7247 u8 reserved_at_8
[0x18];
7251 u8 flow_counter_id
[0x20];
7253 u8 reserved_at_60
[0x20];
7256 struct mlx5_ifc_alloc_flow_counter_in_bits
{
7258 u8 reserved_at_10
[0x10];
7260 u8 reserved_at_20
[0x10];
7263 u8 reserved_at_40
[0x40];
7266 struct mlx5_ifc_add_vxlan_udp_dport_out_bits
{
7268 u8 reserved_at_8
[0x18];
7272 u8 reserved_at_40
[0x40];
7275 struct mlx5_ifc_add_vxlan_udp_dport_in_bits
{
7277 u8 reserved_at_10
[0x10];
7279 u8 reserved_at_20
[0x10];
7282 u8 reserved_at_40
[0x20];
7284 u8 reserved_at_60
[0x10];
7285 u8 vxlan_udp_port
[0x10];
7288 struct mlx5_ifc_set_pp_rate_limit_out_bits
{
7290 u8 reserved_at_8
[0x18];
7294 u8 reserved_at_40
[0x40];
7297 struct mlx5_ifc_set_pp_rate_limit_in_bits
{
7299 u8 reserved_at_10
[0x10];
7301 u8 reserved_at_20
[0x10];
7304 u8 reserved_at_40
[0x10];
7305 u8 rate_limit_index
[0x10];
7307 u8 reserved_at_60
[0x20];
7309 u8 rate_limit
[0x20];
7311 u8 reserved_at_a0
[0x160];
7314 struct mlx5_ifc_access_register_out_bits
{
7316 u8 reserved_at_8
[0x18];
7320 u8 reserved_at_40
[0x40];
7322 u8 register_data
[0][0x20];
7326 MLX5_ACCESS_REGISTER_IN_OP_MOD_WRITE
= 0x0,
7327 MLX5_ACCESS_REGISTER_IN_OP_MOD_READ
= 0x1,
7330 struct mlx5_ifc_access_register_in_bits
{
7332 u8 reserved_at_10
[0x10];
7334 u8 reserved_at_20
[0x10];
7337 u8 reserved_at_40
[0x10];
7338 u8 register_id
[0x10];
7342 u8 register_data
[0][0x20];
7345 struct mlx5_ifc_sltp_reg_bits
{
7350 u8 reserved_at_12
[0x2];
7352 u8 reserved_at_18
[0x8];
7354 u8 reserved_at_20
[0x20];
7356 u8 reserved_at_40
[0x7];
7362 u8 reserved_at_60
[0xc];
7363 u8 ob_preemp_mode
[0x4];
7367 u8 reserved_at_80
[0x20];
7370 struct mlx5_ifc_slrg_reg_bits
{
7375 u8 reserved_at_12
[0x2];
7377 u8 reserved_at_18
[0x8];
7379 u8 time_to_link_up
[0x10];
7380 u8 reserved_at_30
[0xc];
7381 u8 grade_lane_speed
[0x4];
7383 u8 grade_version
[0x8];
7386 u8 reserved_at_60
[0x4];
7387 u8 height_grade_type
[0x4];
7388 u8 height_grade
[0x18];
7393 u8 reserved_at_a0
[0x10];
7394 u8 height_sigma
[0x10];
7396 u8 reserved_at_c0
[0x20];
7398 u8 reserved_at_e0
[0x4];
7399 u8 phase_grade_type
[0x4];
7400 u8 phase_grade
[0x18];
7402 u8 reserved_at_100
[0x8];
7403 u8 phase_eo_pos
[0x8];
7404 u8 reserved_at_110
[0x8];
7405 u8 phase_eo_neg
[0x8];
7407 u8 ffe_set_tested
[0x10];
7408 u8 test_errors_per_lane
[0x10];
7411 struct mlx5_ifc_pvlc_reg_bits
{
7412 u8 reserved_at_0
[0x8];
7414 u8 reserved_at_10
[0x10];
7416 u8 reserved_at_20
[0x1c];
7419 u8 reserved_at_40
[0x1c];
7422 u8 reserved_at_60
[0x1c];
7423 u8 vl_operational
[0x4];
7426 struct mlx5_ifc_pude_reg_bits
{
7429 u8 reserved_at_10
[0x4];
7430 u8 admin_status
[0x4];
7431 u8 reserved_at_18
[0x4];
7432 u8 oper_status
[0x4];
7434 u8 reserved_at_20
[0x60];
7437 struct mlx5_ifc_ptys_reg_bits
{
7438 u8 reserved_at_0
[0x1];
7439 u8 an_disable_admin
[0x1];
7440 u8 an_disable_cap
[0x1];
7441 u8 reserved_at_3
[0x5];
7443 u8 reserved_at_10
[0xd];
7447 u8 reserved_at_24
[0x3c];
7449 u8 eth_proto_capability
[0x20];
7451 u8 ib_link_width_capability
[0x10];
7452 u8 ib_proto_capability
[0x10];
7454 u8 reserved_at_a0
[0x20];
7456 u8 eth_proto_admin
[0x20];
7458 u8 ib_link_width_admin
[0x10];
7459 u8 ib_proto_admin
[0x10];
7461 u8 reserved_at_100
[0x20];
7463 u8 eth_proto_oper
[0x20];
7465 u8 ib_link_width_oper
[0x10];
7466 u8 ib_proto_oper
[0x10];
7468 u8 reserved_at_160
[0x1c];
7469 u8 connector_type
[0x4];
7471 u8 eth_proto_lp_advertise
[0x20];
7473 u8 reserved_at_1a0
[0x60];
7476 struct mlx5_ifc_mlcr_reg_bits
{
7477 u8 reserved_at_0
[0x8];
7479 u8 reserved_at_10
[0x20];
7481 u8 beacon_duration
[0x10];
7482 u8 reserved_at_40
[0x10];
7484 u8 beacon_remain
[0x10];
7487 struct mlx5_ifc_ptas_reg_bits
{
7488 u8 reserved_at_0
[0x20];
7490 u8 algorithm_options
[0x10];
7491 u8 reserved_at_30
[0x4];
7492 u8 repetitions_mode
[0x4];
7493 u8 num_of_repetitions
[0x8];
7495 u8 grade_version
[0x8];
7496 u8 height_grade_type
[0x4];
7497 u8 phase_grade_type
[0x4];
7498 u8 height_grade_weight
[0x8];
7499 u8 phase_grade_weight
[0x8];
7501 u8 gisim_measure_bits
[0x10];
7502 u8 adaptive_tap_measure_bits
[0x10];
7504 u8 ber_bath_high_error_threshold
[0x10];
7505 u8 ber_bath_mid_error_threshold
[0x10];
7507 u8 ber_bath_low_error_threshold
[0x10];
7508 u8 one_ratio_high_threshold
[0x10];
7510 u8 one_ratio_high_mid_threshold
[0x10];
7511 u8 one_ratio_low_mid_threshold
[0x10];
7513 u8 one_ratio_low_threshold
[0x10];
7514 u8 ndeo_error_threshold
[0x10];
7516 u8 mixer_offset_step_size
[0x10];
7517 u8 reserved_at_110
[0x8];
7518 u8 mix90_phase_for_voltage_bath
[0x8];
7520 u8 mixer_offset_start
[0x10];
7521 u8 mixer_offset_end
[0x10];
7523 u8 reserved_at_140
[0x15];
7524 u8 ber_test_time
[0xb];
7527 struct mlx5_ifc_pspa_reg_bits
{
7531 u8 reserved_at_18
[0x8];
7533 u8 reserved_at_20
[0x20];
7536 struct mlx5_ifc_pqdr_reg_bits
{
7537 u8 reserved_at_0
[0x8];
7539 u8 reserved_at_10
[0x5];
7541 u8 reserved_at_18
[0x6];
7544 u8 reserved_at_20
[0x20];
7546 u8 reserved_at_40
[0x10];
7547 u8 min_threshold
[0x10];
7549 u8 reserved_at_60
[0x10];
7550 u8 max_threshold
[0x10];
7552 u8 reserved_at_80
[0x10];
7553 u8 mark_probability_denominator
[0x10];
7555 u8 reserved_at_a0
[0x60];
7558 struct mlx5_ifc_ppsc_reg_bits
{
7559 u8 reserved_at_0
[0x8];
7561 u8 reserved_at_10
[0x10];
7563 u8 reserved_at_20
[0x60];
7565 u8 reserved_at_80
[0x1c];
7568 u8 reserved_at_a0
[0x1c];
7569 u8 wrps_status
[0x4];
7571 u8 reserved_at_c0
[0x8];
7572 u8 up_threshold
[0x8];
7573 u8 reserved_at_d0
[0x8];
7574 u8 down_threshold
[0x8];
7576 u8 reserved_at_e0
[0x20];
7578 u8 reserved_at_100
[0x1c];
7581 u8 reserved_at_120
[0x1c];
7582 u8 srps_status
[0x4];
7584 u8 reserved_at_140
[0x40];
7587 struct mlx5_ifc_pplr_reg_bits
{
7588 u8 reserved_at_0
[0x8];
7590 u8 reserved_at_10
[0x10];
7592 u8 reserved_at_20
[0x8];
7594 u8 reserved_at_30
[0x8];
7598 struct mlx5_ifc_pplm_reg_bits
{
7599 u8 reserved_at_0
[0x8];
7601 u8 reserved_at_10
[0x10];
7603 u8 reserved_at_20
[0x20];
7605 u8 port_profile_mode
[0x8];
7606 u8 static_port_profile
[0x8];
7607 u8 active_port_profile
[0x8];
7608 u8 reserved_at_58
[0x8];
7610 u8 retransmission_active
[0x8];
7611 u8 fec_mode_active
[0x18];
7613 u8 reserved_at_80
[0x20];
7616 struct mlx5_ifc_ppcnt_reg_bits
{
7620 u8 reserved_at_12
[0x8];
7624 u8 reserved_at_21
[0x1c];
7627 union mlx5_ifc_eth_cntrs_grp_data_layout_auto_bits counter_set
;
7630 struct mlx5_ifc_mpcnt_reg_bits
{
7631 u8 reserved_at_0
[0x8];
7633 u8 reserved_at_10
[0xa];
7637 u8 reserved_at_21
[0x1f];
7639 union mlx5_ifc_pcie_cntrs_grp_data_layout_auto_bits counter_set
;
7642 struct mlx5_ifc_ppad_reg_bits
{
7643 u8 reserved_at_0
[0x3];
7645 u8 reserved_at_4
[0x4];
7651 u8 reserved_at_40
[0x40];
7654 struct mlx5_ifc_pmtu_reg_bits
{
7655 u8 reserved_at_0
[0x8];
7657 u8 reserved_at_10
[0x10];
7660 u8 reserved_at_30
[0x10];
7663 u8 reserved_at_50
[0x10];
7666 u8 reserved_at_70
[0x10];
7669 struct mlx5_ifc_pmpr_reg_bits
{
7670 u8 reserved_at_0
[0x8];
7672 u8 reserved_at_10
[0x10];
7674 u8 reserved_at_20
[0x18];
7675 u8 attenuation_5g
[0x8];
7677 u8 reserved_at_40
[0x18];
7678 u8 attenuation_7g
[0x8];
7680 u8 reserved_at_60
[0x18];
7681 u8 attenuation_12g
[0x8];
7684 struct mlx5_ifc_pmpe_reg_bits
{
7685 u8 reserved_at_0
[0x8];
7687 u8 reserved_at_10
[0xc];
7688 u8 module_status
[0x4];
7690 u8 reserved_at_20
[0x60];
7693 struct mlx5_ifc_pmpc_reg_bits
{
7694 u8 module_state_updated
[32][0x8];
7697 struct mlx5_ifc_pmlpn_reg_bits
{
7698 u8 reserved_at_0
[0x4];
7699 u8 mlpn_status
[0x4];
7701 u8 reserved_at_10
[0x10];
7704 u8 reserved_at_21
[0x1f];
7707 struct mlx5_ifc_pmlp_reg_bits
{
7709 u8 reserved_at_1
[0x7];
7711 u8 reserved_at_10
[0x8];
7714 u8 lane0_module_mapping
[0x20];
7716 u8 lane1_module_mapping
[0x20];
7718 u8 lane2_module_mapping
[0x20];
7720 u8 lane3_module_mapping
[0x20];
7722 u8 reserved_at_a0
[0x160];
7725 struct mlx5_ifc_pmaos_reg_bits
{
7726 u8 reserved_at_0
[0x8];
7728 u8 reserved_at_10
[0x4];
7729 u8 admin_status
[0x4];
7730 u8 reserved_at_18
[0x4];
7731 u8 oper_status
[0x4];
7735 u8 reserved_at_22
[0x1c];
7738 u8 reserved_at_40
[0x40];
7741 struct mlx5_ifc_plpc_reg_bits
{
7742 u8 reserved_at_0
[0x4];
7744 u8 reserved_at_10
[0x4];
7746 u8 reserved_at_18
[0x8];
7748 u8 reserved_at_20
[0x10];
7749 u8 lane_speed
[0x10];
7751 u8 reserved_at_40
[0x17];
7753 u8 fec_mode_policy
[0x8];
7755 u8 retransmission_capability
[0x8];
7756 u8 fec_mode_capability
[0x18];
7758 u8 retransmission_support_admin
[0x8];
7759 u8 fec_mode_support_admin
[0x18];
7761 u8 retransmission_request_admin
[0x8];
7762 u8 fec_mode_request_admin
[0x18];
7764 u8 reserved_at_c0
[0x80];
7767 struct mlx5_ifc_plib_reg_bits
{
7768 u8 reserved_at_0
[0x8];
7770 u8 reserved_at_10
[0x8];
7773 u8 reserved_at_20
[0x60];
7776 struct mlx5_ifc_plbf_reg_bits
{
7777 u8 reserved_at_0
[0x8];
7779 u8 reserved_at_10
[0xd];
7782 u8 reserved_at_20
[0x20];
7785 struct mlx5_ifc_pipg_reg_bits
{
7786 u8 reserved_at_0
[0x8];
7788 u8 reserved_at_10
[0x10];
7791 u8 reserved_at_21
[0x19];
7793 u8 reserved_at_3e
[0x2];
7796 struct mlx5_ifc_pifr_reg_bits
{
7797 u8 reserved_at_0
[0x8];
7799 u8 reserved_at_10
[0x10];
7801 u8 reserved_at_20
[0xe0];
7803 u8 port_filter
[8][0x20];
7805 u8 port_filter_update_en
[8][0x20];
7808 struct mlx5_ifc_pfcc_reg_bits
{
7809 u8 reserved_at_0
[0x8];
7811 u8 reserved_at_10
[0x10];
7814 u8 reserved_at_24
[0x4];
7815 u8 prio_mask_tx
[0x8];
7816 u8 reserved_at_30
[0x8];
7817 u8 prio_mask_rx
[0x8];
7821 u8 reserved_at_42
[0x6];
7823 u8 reserved_at_50
[0x10];
7827 u8 reserved_at_62
[0x6];
7829 u8 reserved_at_70
[0x10];
7831 u8 reserved_at_80
[0x80];
7834 struct mlx5_ifc_pelc_reg_bits
{
7836 u8 reserved_at_4
[0x4];
7838 u8 reserved_at_10
[0x10];
7841 u8 op_capability
[0x8];
7847 u8 capability
[0x40];
7853 u8 reserved_at_140
[0x80];
7856 struct mlx5_ifc_peir_reg_bits
{
7857 u8 reserved_at_0
[0x8];
7859 u8 reserved_at_10
[0x10];
7861 u8 reserved_at_20
[0xc];
7862 u8 error_count
[0x4];
7863 u8 reserved_at_30
[0x10];
7865 u8 reserved_at_40
[0xc];
7867 u8 reserved_at_50
[0x8];
7871 struct mlx5_ifc_pcam_enhanced_features_bits
{
7872 u8 reserved_at_0
[0x7b];
7874 u8 rx_buffer_fullness_counters
[0x1];
7875 u8 ptys_connector_type
[0x1];
7876 u8 reserved_at_7d
[0x1];
7877 u8 ppcnt_discard_group
[0x1];
7878 u8 ppcnt_statistical_group
[0x1];
7881 struct mlx5_ifc_pcam_reg_bits
{
7882 u8 reserved_at_0
[0x8];
7883 u8 feature_group
[0x8];
7884 u8 reserved_at_10
[0x8];
7885 u8 access_reg_group
[0x8];
7887 u8 reserved_at_20
[0x20];
7890 u8 reserved_at_0
[0x80];
7891 } port_access_reg_cap_mask
;
7893 u8 reserved_at_c0
[0x80];
7896 struct mlx5_ifc_pcam_enhanced_features_bits enhanced_features
;
7897 u8 reserved_at_0
[0x80];
7900 u8 reserved_at_1c0
[0xc0];
7903 struct mlx5_ifc_mcam_enhanced_features_bits
{
7904 u8 reserved_at_0
[0x7b];
7905 u8 pcie_outbound_stalled
[0x1];
7906 u8 tx_overflow_buffer_pkt
[0x1];
7907 u8 mtpps_enh_out_per_adj
[0x1];
7909 u8 pcie_performance_group
[0x1];
7912 struct mlx5_ifc_mcam_access_reg_bits
{
7913 u8 reserved_at_0
[0x1c];
7917 u8 reserved_at_1f
[0x1];
7919 u8 regs_95_to_64
[0x20];
7920 u8 regs_63_to_32
[0x20];
7921 u8 regs_31_to_0
[0x20];
7924 struct mlx5_ifc_mcam_reg_bits
{
7925 u8 reserved_at_0
[0x8];
7926 u8 feature_group
[0x8];
7927 u8 reserved_at_10
[0x8];
7928 u8 access_reg_group
[0x8];
7930 u8 reserved_at_20
[0x20];
7933 struct mlx5_ifc_mcam_access_reg_bits access_regs
;
7934 u8 reserved_at_0
[0x80];
7935 } mng_access_reg_cap_mask
;
7937 u8 reserved_at_c0
[0x80];
7940 struct mlx5_ifc_mcam_enhanced_features_bits enhanced_features
;
7941 u8 reserved_at_0
[0x80];
7942 } mng_feature_cap_mask
;
7944 u8 reserved_at_1c0
[0x80];
7947 struct mlx5_ifc_qcam_access_reg_cap_mask
{
7948 u8 qcam_access_reg_cap_mask_127_to_20
[0x6C];
7950 u8 qcam_access_reg_cap_mask_18_to_4
[0x0F];
7954 u8 qcam_access_reg_cap_mask_0
[0x1];
7957 struct mlx5_ifc_qcam_qos_feature_cap_mask
{
7958 u8 qcam_qos_feature_cap_mask_127_to_1
[0x7F];
7959 u8 qpts_trust_both
[0x1];
7962 struct mlx5_ifc_qcam_reg_bits
{
7963 u8 reserved_at_0
[0x8];
7964 u8 feature_group
[0x8];
7965 u8 reserved_at_10
[0x8];
7966 u8 access_reg_group
[0x8];
7967 u8 reserved_at_20
[0x20];
7970 struct mlx5_ifc_qcam_access_reg_cap_mask reg_cap
;
7971 u8 reserved_at_0
[0x80];
7972 } qos_access_reg_cap_mask
;
7974 u8 reserved_at_c0
[0x80];
7977 struct mlx5_ifc_qcam_qos_feature_cap_mask feature_cap
;
7978 u8 reserved_at_0
[0x80];
7979 } qos_feature_cap_mask
;
7981 u8 reserved_at_1c0
[0x80];
7984 struct mlx5_ifc_pcap_reg_bits
{
7985 u8 reserved_at_0
[0x8];
7987 u8 reserved_at_10
[0x10];
7989 u8 port_capability_mask
[4][0x20];
7992 struct mlx5_ifc_paos_reg_bits
{
7995 u8 reserved_at_10
[0x4];
7996 u8 admin_status
[0x4];
7997 u8 reserved_at_18
[0x4];
7998 u8 oper_status
[0x4];
8002 u8 reserved_at_22
[0x1c];
8005 u8 reserved_at_40
[0x40];
8008 struct mlx5_ifc_pamp_reg_bits
{
8009 u8 reserved_at_0
[0x8];
8010 u8 opamp_group
[0x8];
8011 u8 reserved_at_10
[0xc];
8012 u8 opamp_group_type
[0x4];
8014 u8 start_index
[0x10];
8015 u8 reserved_at_30
[0x4];
8016 u8 num_of_indices
[0xc];
8018 u8 index_data
[18][0x10];
8021 struct mlx5_ifc_pcmr_reg_bits
{
8022 u8 reserved_at_0
[0x8];
8024 u8 reserved_at_10
[0x2e];
8026 u8 reserved_at_3f
[0x1f];
8028 u8 reserved_at_5f
[0x1];
8031 struct mlx5_ifc_lane_2_module_mapping_bits
{
8032 u8 reserved_at_0
[0x6];
8034 u8 reserved_at_8
[0x6];
8036 u8 reserved_at_10
[0x8];
8040 struct mlx5_ifc_bufferx_reg_bits
{
8041 u8 reserved_at_0
[0x6];
8044 u8 reserved_at_8
[0xc];
8047 u8 xoff_threshold
[0x10];
8048 u8 xon_threshold
[0x10];
8051 struct mlx5_ifc_set_node_in_bits
{
8052 u8 node_description
[64][0x8];
8055 struct mlx5_ifc_register_power_settings_bits
{
8056 u8 reserved_at_0
[0x18];
8057 u8 power_settings_level
[0x8];
8059 u8 reserved_at_20
[0x60];
8062 struct mlx5_ifc_register_host_endianness_bits
{
8064 u8 reserved_at_1
[0x1f];
8066 u8 reserved_at_20
[0x60];
8069 struct mlx5_ifc_umr_pointer_desc_argument_bits
{
8070 u8 reserved_at_0
[0x20];
8074 u8 addressh_63_32
[0x20];
8076 u8 addressl_31_0
[0x20];
8079 struct mlx5_ifc_ud_adrs_vector_bits
{
8083 u8 reserved_at_41
[0x7];
8084 u8 destination_qp_dct
[0x18];
8086 u8 static_rate
[0x4];
8087 u8 sl_eth_prio
[0x4];
8090 u8 rlid_udp_sport
[0x10];
8092 u8 reserved_at_80
[0x20];
8094 u8 rmac_47_16
[0x20];
8100 u8 reserved_at_e0
[0x1];
8102 u8 reserved_at_e2
[0x2];
8103 u8 src_addr_index
[0x8];
8104 u8 flow_label
[0x14];
8106 u8 rgid_rip
[16][0x8];
8109 struct mlx5_ifc_pages_req_event_bits
{
8110 u8 reserved_at_0
[0x10];
8111 u8 function_id
[0x10];
8115 u8 reserved_at_40
[0xa0];
8118 struct mlx5_ifc_eqe_bits
{
8119 u8 reserved_at_0
[0x8];
8121 u8 reserved_at_10
[0x8];
8122 u8 event_sub_type
[0x8];
8124 u8 reserved_at_20
[0xe0];
8126 union mlx5_ifc_event_auto_bits event_data
;
8128 u8 reserved_at_1e0
[0x10];
8130 u8 reserved_at_1f8
[0x7];
8135 MLX5_CMD_QUEUE_ENTRY_TYPE_PCIE_CMD_IF_TRANSPORT
= 0x7,
8138 struct mlx5_ifc_cmd_queue_entry_bits
{
8140 u8 reserved_at_8
[0x18];
8142 u8 input_length
[0x20];
8144 u8 input_mailbox_pointer_63_32
[0x20];
8146 u8 input_mailbox_pointer_31_9
[0x17];
8147 u8 reserved_at_77
[0x9];
8149 u8 command_input_inline_data
[16][0x8];
8151 u8 command_output_inline_data
[16][0x8];
8153 u8 output_mailbox_pointer_63_32
[0x20];
8155 u8 output_mailbox_pointer_31_9
[0x17];
8156 u8 reserved_at_1b7
[0x9];
8158 u8 output_length
[0x20];
8162 u8 reserved_at_1f0
[0x8];
8167 struct mlx5_ifc_cmd_out_bits
{
8169 u8 reserved_at_8
[0x18];
8173 u8 command_output
[0x20];
8176 struct mlx5_ifc_cmd_in_bits
{
8178 u8 reserved_at_10
[0x10];
8180 u8 reserved_at_20
[0x10];
8183 u8 command
[0][0x20];
8186 struct mlx5_ifc_cmd_if_box_bits
{
8187 u8 mailbox_data
[512][0x8];
8189 u8 reserved_at_1000
[0x180];
8191 u8 next_pointer_63_32
[0x20];
8193 u8 next_pointer_31_10
[0x16];
8194 u8 reserved_at_11b6
[0xa];
8196 u8 block_number
[0x20];
8198 u8 reserved_at_11e0
[0x8];
8200 u8 ctrl_signature
[0x8];
8204 struct mlx5_ifc_mtt_bits
{
8205 u8 ptag_63_32
[0x20];
8208 u8 reserved_at_38
[0x6];
8213 struct mlx5_ifc_query_wol_rol_out_bits
{
8215 u8 reserved_at_8
[0x18];
8219 u8 reserved_at_40
[0x10];
8223 u8 reserved_at_60
[0x20];
8226 struct mlx5_ifc_query_wol_rol_in_bits
{
8228 u8 reserved_at_10
[0x10];
8230 u8 reserved_at_20
[0x10];
8233 u8 reserved_at_40
[0x40];
8236 struct mlx5_ifc_set_wol_rol_out_bits
{
8238 u8 reserved_at_8
[0x18];
8242 u8 reserved_at_40
[0x40];
8245 struct mlx5_ifc_set_wol_rol_in_bits
{
8247 u8 reserved_at_10
[0x10];
8249 u8 reserved_at_20
[0x10];
8252 u8 rol_mode_valid
[0x1];
8253 u8 wol_mode_valid
[0x1];
8254 u8 reserved_at_42
[0xe];
8258 u8 reserved_at_60
[0x20];
8262 MLX5_INITIAL_SEG_NIC_INTERFACE_FULL_DRIVER
= 0x0,
8263 MLX5_INITIAL_SEG_NIC_INTERFACE_DISABLED
= 0x1,
8264 MLX5_INITIAL_SEG_NIC_INTERFACE_NO_DRAM_NIC
= 0x2,
8268 MLX5_INITIAL_SEG_NIC_INTERFACE_SUPPORTED_FULL_DRIVER
= 0x0,
8269 MLX5_INITIAL_SEG_NIC_INTERFACE_SUPPORTED_DISABLED
= 0x1,
8270 MLX5_INITIAL_SEG_NIC_INTERFACE_SUPPORTED_NO_DRAM_NIC
= 0x2,
8274 MLX5_INITIAL_SEG_HEALTH_SYNDROME_FW_INTERNAL_ERR
= 0x1,
8275 MLX5_INITIAL_SEG_HEALTH_SYNDROME_DEAD_IRISC
= 0x7,
8276 MLX5_INITIAL_SEG_HEALTH_SYNDROME_HW_FATAL_ERR
= 0x8,
8277 MLX5_INITIAL_SEG_HEALTH_SYNDROME_FW_CRC_ERR
= 0x9,
8278 MLX5_INITIAL_SEG_HEALTH_SYNDROME_ICM_FETCH_PCI_ERR
= 0xa,
8279 MLX5_INITIAL_SEG_HEALTH_SYNDROME_ICM_PAGE_ERR
= 0xb,
8280 MLX5_INITIAL_SEG_HEALTH_SYNDROME_ASYNCHRONOUS_EQ_BUF_OVERRUN
= 0xc,
8281 MLX5_INITIAL_SEG_HEALTH_SYNDROME_EQ_IN_ERR
= 0xd,
8282 MLX5_INITIAL_SEG_HEALTH_SYNDROME_EQ_INV
= 0xe,
8283 MLX5_INITIAL_SEG_HEALTH_SYNDROME_FFSER_ERR
= 0xf,
8284 MLX5_INITIAL_SEG_HEALTH_SYNDROME_HIGH_TEMP_ERR
= 0x10,
8287 struct mlx5_ifc_initial_seg_bits
{
8288 u8 fw_rev_minor
[0x10];
8289 u8 fw_rev_major
[0x10];
8291 u8 cmd_interface_rev
[0x10];
8292 u8 fw_rev_subminor
[0x10];
8294 u8 reserved_at_40
[0x40];
8296 u8 cmdq_phy_addr_63_32
[0x20];
8298 u8 cmdq_phy_addr_31_12
[0x14];
8299 u8 reserved_at_b4
[0x2];
8300 u8 nic_interface
[0x2];
8301 u8 log_cmdq_size
[0x4];
8302 u8 log_cmdq_stride
[0x4];
8304 u8 command_doorbell_vector
[0x20];
8306 u8 reserved_at_e0
[0xf00];
8308 u8 initializing
[0x1];
8309 u8 reserved_at_fe1
[0x4];
8310 u8 nic_interface_supported
[0x3];
8311 u8 reserved_at_fe8
[0x18];
8313 struct mlx5_ifc_health_buffer_bits health_buffer
;
8315 u8 no_dram_nic_offset
[0x20];
8317 u8 reserved_at_1220
[0x6e40];
8319 u8 reserved_at_8060
[0x1f];
8322 u8 health_syndrome
[0x8];
8323 u8 health_counter
[0x18];
8325 u8 reserved_at_80a0
[0x17fc0];
8328 struct mlx5_ifc_mtpps_reg_bits
{
8329 u8 reserved_at_0
[0xc];
8330 u8 cap_number_of_pps_pins
[0x4];
8331 u8 reserved_at_10
[0x4];
8332 u8 cap_max_num_of_pps_in_pins
[0x4];
8333 u8 reserved_at_18
[0x4];
8334 u8 cap_max_num_of_pps_out_pins
[0x4];
8336 u8 reserved_at_20
[0x24];
8337 u8 cap_pin_3_mode
[0x4];
8338 u8 reserved_at_48
[0x4];
8339 u8 cap_pin_2_mode
[0x4];
8340 u8 reserved_at_50
[0x4];
8341 u8 cap_pin_1_mode
[0x4];
8342 u8 reserved_at_58
[0x4];
8343 u8 cap_pin_0_mode
[0x4];
8345 u8 reserved_at_60
[0x4];
8346 u8 cap_pin_7_mode
[0x4];
8347 u8 reserved_at_68
[0x4];
8348 u8 cap_pin_6_mode
[0x4];
8349 u8 reserved_at_70
[0x4];
8350 u8 cap_pin_5_mode
[0x4];
8351 u8 reserved_at_78
[0x4];
8352 u8 cap_pin_4_mode
[0x4];
8354 u8 field_select
[0x20];
8355 u8 reserved_at_a0
[0x60];
8358 u8 reserved_at_101
[0xb];
8360 u8 reserved_at_110
[0x4];
8364 u8 reserved_at_120
[0x20];
8366 u8 time_stamp
[0x40];
8368 u8 out_pulse_duration
[0x10];
8369 u8 out_periodic_adjustment
[0x10];
8370 u8 enhanced_out_periodic_adjustment
[0x20];
8372 u8 reserved_at_1c0
[0x20];
8375 struct mlx5_ifc_mtppse_reg_bits
{
8376 u8 reserved_at_0
[0x18];
8379 u8 reserved_at_21
[0x1b];
8380 u8 event_generation_mode
[0x4];
8381 u8 reserved_at_40
[0x40];
8384 struct mlx5_ifc_mcqi_cap_bits
{
8385 u8 supported_info_bitmask
[0x20];
8387 u8 component_size
[0x20];
8389 u8 max_component_size
[0x20];
8391 u8 log_mcda_word_size
[0x4];
8392 u8 reserved_at_64
[0xc];
8393 u8 mcda_max_write_size
[0x10];
8396 u8 reserved_at_81
[0x1];
8397 u8 match_chip_id
[0x1];
8399 u8 check_user_timestamp
[0x1];
8400 u8 match_base_guid_mac
[0x1];
8401 u8 reserved_at_86
[0x1a];
8404 struct mlx5_ifc_mcqi_reg_bits
{
8405 u8 read_pending_component
[0x1];
8406 u8 reserved_at_1
[0xf];
8407 u8 component_index
[0x10];
8409 u8 reserved_at_20
[0x20];
8411 u8 reserved_at_40
[0x1b];
8418 u8 reserved_at_a0
[0x10];
8424 struct mlx5_ifc_mcc_reg_bits
{
8425 u8 reserved_at_0
[0x4];
8426 u8 time_elapsed_since_last_cmd
[0xc];
8427 u8 reserved_at_10
[0x8];
8428 u8 instruction
[0x8];
8430 u8 reserved_at_20
[0x10];
8431 u8 component_index
[0x10];
8433 u8 reserved_at_40
[0x8];
8434 u8 update_handle
[0x18];
8436 u8 handle_owner_type
[0x4];
8437 u8 handle_owner_host_id
[0x4];
8438 u8 reserved_at_68
[0x1];
8439 u8 control_progress
[0x7];
8441 u8 reserved_at_78
[0x4];
8442 u8 control_state
[0x4];
8444 u8 component_size
[0x20];
8446 u8 reserved_at_a0
[0x60];
8449 struct mlx5_ifc_mcda_reg_bits
{
8450 u8 reserved_at_0
[0x8];
8451 u8 update_handle
[0x18];
8455 u8 reserved_at_40
[0x10];
8458 u8 reserved_at_60
[0x20];
8463 union mlx5_ifc_ports_control_registers_document_bits
{
8464 struct mlx5_ifc_bufferx_reg_bits bufferx_reg
;
8465 struct mlx5_ifc_eth_2819_cntrs_grp_data_layout_bits eth_2819_cntrs_grp_data_layout
;
8466 struct mlx5_ifc_eth_2863_cntrs_grp_data_layout_bits eth_2863_cntrs_grp_data_layout
;
8467 struct mlx5_ifc_eth_3635_cntrs_grp_data_layout_bits eth_3635_cntrs_grp_data_layout
;
8468 struct mlx5_ifc_eth_802_3_cntrs_grp_data_layout_bits eth_802_3_cntrs_grp_data_layout
;
8469 struct mlx5_ifc_eth_extended_cntrs_grp_data_layout_bits eth_extended_cntrs_grp_data_layout
;
8470 struct mlx5_ifc_eth_per_prio_grp_data_layout_bits eth_per_prio_grp_data_layout
;
8471 struct mlx5_ifc_eth_per_traffic_grp_data_layout_bits eth_per_traffic_grp_data_layout
;
8472 struct mlx5_ifc_lane_2_module_mapping_bits lane_2_module_mapping
;
8473 struct mlx5_ifc_pamp_reg_bits pamp_reg
;
8474 struct mlx5_ifc_paos_reg_bits paos_reg
;
8475 struct mlx5_ifc_pcap_reg_bits pcap_reg
;
8476 struct mlx5_ifc_peir_reg_bits peir_reg
;
8477 struct mlx5_ifc_pelc_reg_bits pelc_reg
;
8478 struct mlx5_ifc_pfcc_reg_bits pfcc_reg
;
8479 struct mlx5_ifc_ib_port_cntrs_grp_data_layout_bits ib_port_cntrs_grp_data_layout
;
8480 struct mlx5_ifc_phys_layer_cntrs_bits phys_layer_cntrs
;
8481 struct mlx5_ifc_pifr_reg_bits pifr_reg
;
8482 struct mlx5_ifc_pipg_reg_bits pipg_reg
;
8483 struct mlx5_ifc_plbf_reg_bits plbf_reg
;
8484 struct mlx5_ifc_plib_reg_bits plib_reg
;
8485 struct mlx5_ifc_plpc_reg_bits plpc_reg
;
8486 struct mlx5_ifc_pmaos_reg_bits pmaos_reg
;
8487 struct mlx5_ifc_pmlp_reg_bits pmlp_reg
;
8488 struct mlx5_ifc_pmlpn_reg_bits pmlpn_reg
;
8489 struct mlx5_ifc_pmpc_reg_bits pmpc_reg
;
8490 struct mlx5_ifc_pmpe_reg_bits pmpe_reg
;
8491 struct mlx5_ifc_pmpr_reg_bits pmpr_reg
;
8492 struct mlx5_ifc_pmtu_reg_bits pmtu_reg
;
8493 struct mlx5_ifc_ppad_reg_bits ppad_reg
;
8494 struct mlx5_ifc_ppcnt_reg_bits ppcnt_reg
;
8495 struct mlx5_ifc_mpcnt_reg_bits mpcnt_reg
;
8496 struct mlx5_ifc_pplm_reg_bits pplm_reg
;
8497 struct mlx5_ifc_pplr_reg_bits pplr_reg
;
8498 struct mlx5_ifc_ppsc_reg_bits ppsc_reg
;
8499 struct mlx5_ifc_pqdr_reg_bits pqdr_reg
;
8500 struct mlx5_ifc_pspa_reg_bits pspa_reg
;
8501 struct mlx5_ifc_ptas_reg_bits ptas_reg
;
8502 struct mlx5_ifc_ptys_reg_bits ptys_reg
;
8503 struct mlx5_ifc_mlcr_reg_bits mlcr_reg
;
8504 struct mlx5_ifc_pude_reg_bits pude_reg
;
8505 struct mlx5_ifc_pvlc_reg_bits pvlc_reg
;
8506 struct mlx5_ifc_slrg_reg_bits slrg_reg
;
8507 struct mlx5_ifc_sltp_reg_bits sltp_reg
;
8508 struct mlx5_ifc_mtpps_reg_bits mtpps_reg
;
8509 struct mlx5_ifc_mtppse_reg_bits mtppse_reg
;
8510 struct mlx5_ifc_fpga_access_reg_bits fpga_access_reg
;
8511 struct mlx5_ifc_fpga_ctrl_bits fpga_ctrl_bits
;
8512 struct mlx5_ifc_fpga_cap_bits fpga_cap_bits
;
8513 struct mlx5_ifc_mcqi_reg_bits mcqi_reg
;
8514 struct mlx5_ifc_mcc_reg_bits mcc_reg
;
8515 struct mlx5_ifc_mcda_reg_bits mcda_reg
;
8516 u8 reserved_at_0
[0x60e0];
8519 union mlx5_ifc_debug_enhancements_document_bits
{
8520 struct mlx5_ifc_health_buffer_bits health_buffer
;
8521 u8 reserved_at_0
[0x200];
8524 union mlx5_ifc_uplink_pci_interface_document_bits
{
8525 struct mlx5_ifc_initial_seg_bits initial_seg
;
8526 u8 reserved_at_0
[0x20060];
8529 struct mlx5_ifc_set_flow_table_root_out_bits
{
8531 u8 reserved_at_8
[0x18];
8535 u8 reserved_at_40
[0x40];
8538 struct mlx5_ifc_set_flow_table_root_in_bits
{
8540 u8 reserved_at_10
[0x10];
8542 u8 reserved_at_20
[0x10];
8545 u8 other_vport
[0x1];
8546 u8 reserved_at_41
[0xf];
8547 u8 vport_number
[0x10];
8549 u8 reserved_at_60
[0x20];
8552 u8 reserved_at_88
[0x18];
8554 u8 reserved_at_a0
[0x8];
8557 u8 reserved_at_c0
[0x8];
8558 u8 underlay_qpn
[0x18];
8559 u8 reserved_at_e0
[0x120];
8563 MLX5_MODIFY_FLOW_TABLE_MISS_TABLE_ID
= (1UL << 0),
8564 MLX5_MODIFY_FLOW_TABLE_LAG_NEXT_TABLE_ID
= (1UL << 15),
8567 struct mlx5_ifc_modify_flow_table_out_bits
{
8569 u8 reserved_at_8
[0x18];
8573 u8 reserved_at_40
[0x40];
8576 struct mlx5_ifc_modify_flow_table_in_bits
{
8578 u8 reserved_at_10
[0x10];
8580 u8 reserved_at_20
[0x10];
8583 u8 other_vport
[0x1];
8584 u8 reserved_at_41
[0xf];
8585 u8 vport_number
[0x10];
8587 u8 reserved_at_60
[0x10];
8588 u8 modify_field_select
[0x10];
8591 u8 reserved_at_88
[0x18];
8593 u8 reserved_at_a0
[0x8];
8596 struct mlx5_ifc_flow_table_context_bits flow_table_context
;
8599 struct mlx5_ifc_ets_tcn_config_reg_bits
{
8603 u8 reserved_at_3
[0x9];
8605 u8 reserved_at_10
[0x9];
8606 u8 bw_allocation
[0x7];
8608 u8 reserved_at_20
[0xc];
8609 u8 max_bw_units
[0x4];
8610 u8 reserved_at_30
[0x8];
8611 u8 max_bw_value
[0x8];
8614 struct mlx5_ifc_ets_global_config_reg_bits
{
8615 u8 reserved_at_0
[0x2];
8617 u8 reserved_at_3
[0x1d];
8619 u8 reserved_at_20
[0xc];
8620 u8 max_bw_units
[0x4];
8621 u8 reserved_at_30
[0x8];
8622 u8 max_bw_value
[0x8];
8625 struct mlx5_ifc_qetc_reg_bits
{
8626 u8 reserved_at_0
[0x8];
8627 u8 port_number
[0x8];
8628 u8 reserved_at_10
[0x30];
8630 struct mlx5_ifc_ets_tcn_config_reg_bits tc_configuration
[0x8];
8631 struct mlx5_ifc_ets_global_config_reg_bits global_configuration
;
8634 struct mlx5_ifc_qpdpm_dscp_reg_bits
{
8636 u8 reserved_at_01
[0x0b];
8640 struct mlx5_ifc_qpdpm_reg_bits
{
8641 u8 reserved_at_0
[0x8];
8643 u8 reserved_at_10
[0x10];
8644 struct mlx5_ifc_qpdpm_dscp_reg_bits dscp
[64];
8647 struct mlx5_ifc_qpts_reg_bits
{
8648 u8 reserved_at_0
[0x8];
8650 u8 reserved_at_10
[0x2d];
8651 u8 trust_state
[0x3];
8654 struct mlx5_ifc_qtct_reg_bits
{
8655 u8 reserved_at_0
[0x8];
8656 u8 port_number
[0x8];
8657 u8 reserved_at_10
[0xd];
8660 u8 reserved_at_20
[0x1d];
8664 struct mlx5_ifc_mcia_reg_bits
{
8666 u8 reserved_at_1
[0x7];
8668 u8 reserved_at_10
[0x8];
8671 u8 i2c_device_address
[0x8];
8672 u8 page_number
[0x8];
8673 u8 device_address
[0x10];
8675 u8 reserved_at_40
[0x10];
8678 u8 reserved_at_60
[0x20];
8694 struct mlx5_ifc_dcbx_param_bits
{
8695 u8 dcbx_cee_cap
[0x1];
8696 u8 dcbx_ieee_cap
[0x1];
8697 u8 dcbx_standby_cap
[0x1];
8698 u8 reserved_at_0
[0x5];
8699 u8 port_number
[0x8];
8700 u8 reserved_at_10
[0xa];
8701 u8 max_application_table_size
[6];
8702 u8 reserved_at_20
[0x15];
8703 u8 version_oper
[0x3];
8704 u8 reserved_at_38
[5];
8705 u8 version_admin
[0x3];
8706 u8 willing_admin
[0x1];
8707 u8 reserved_at_41
[0x3];
8708 u8 pfc_cap_oper
[0x4];
8709 u8 reserved_at_48
[0x4];
8710 u8 pfc_cap_admin
[0x4];
8711 u8 reserved_at_50
[0x4];
8712 u8 num_of_tc_oper
[0x4];
8713 u8 reserved_at_58
[0x4];
8714 u8 num_of_tc_admin
[0x4];
8715 u8 remote_willing
[0x1];
8716 u8 reserved_at_61
[3];
8717 u8 remote_pfc_cap
[4];
8718 u8 reserved_at_68
[0x14];
8719 u8 remote_num_of_tc
[0x4];
8720 u8 reserved_at_80
[0x18];
8722 u8 reserved_at_a0
[0x160];
8725 struct mlx5_ifc_lagc_bits
{
8726 u8 reserved_at_0
[0x1d];
8729 u8 reserved_at_20
[0x14];
8730 u8 tx_remap_affinity_2
[0x4];
8731 u8 reserved_at_38
[0x4];
8732 u8 tx_remap_affinity_1
[0x4];
8735 struct mlx5_ifc_create_lag_out_bits
{
8737 u8 reserved_at_8
[0x18];
8741 u8 reserved_at_40
[0x40];
8744 struct mlx5_ifc_create_lag_in_bits
{
8746 u8 reserved_at_10
[0x10];
8748 u8 reserved_at_20
[0x10];
8751 struct mlx5_ifc_lagc_bits ctx
;
8754 struct mlx5_ifc_modify_lag_out_bits
{
8756 u8 reserved_at_8
[0x18];
8760 u8 reserved_at_40
[0x40];
8763 struct mlx5_ifc_modify_lag_in_bits
{
8765 u8 reserved_at_10
[0x10];
8767 u8 reserved_at_20
[0x10];
8770 u8 reserved_at_40
[0x20];
8771 u8 field_select
[0x20];
8773 struct mlx5_ifc_lagc_bits ctx
;
8776 struct mlx5_ifc_query_lag_out_bits
{
8778 u8 reserved_at_8
[0x18];
8782 u8 reserved_at_40
[0x40];
8784 struct mlx5_ifc_lagc_bits ctx
;
8787 struct mlx5_ifc_query_lag_in_bits
{
8789 u8 reserved_at_10
[0x10];
8791 u8 reserved_at_20
[0x10];
8794 u8 reserved_at_40
[0x40];
8797 struct mlx5_ifc_destroy_lag_out_bits
{
8799 u8 reserved_at_8
[0x18];
8803 u8 reserved_at_40
[0x40];
8806 struct mlx5_ifc_destroy_lag_in_bits
{
8808 u8 reserved_at_10
[0x10];
8810 u8 reserved_at_20
[0x10];
8813 u8 reserved_at_40
[0x40];
8816 struct mlx5_ifc_create_vport_lag_out_bits
{
8818 u8 reserved_at_8
[0x18];
8822 u8 reserved_at_40
[0x40];
8825 struct mlx5_ifc_create_vport_lag_in_bits
{
8827 u8 reserved_at_10
[0x10];
8829 u8 reserved_at_20
[0x10];
8832 u8 reserved_at_40
[0x40];
8835 struct mlx5_ifc_destroy_vport_lag_out_bits
{
8837 u8 reserved_at_8
[0x18];
8841 u8 reserved_at_40
[0x40];
8844 struct mlx5_ifc_destroy_vport_lag_in_bits
{
8846 u8 reserved_at_10
[0x10];
8848 u8 reserved_at_20
[0x10];
8851 u8 reserved_at_40
[0x40];
8854 #endif /* MLX5_IFC_H */