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_VNIC_ENV = 0x76f,
147 MLX5_CMD_OP_QUERY_VPORT_COUNTER = 0x770,
148 MLX5_CMD_OP_ALLOC_Q_COUNTER = 0x771,
149 MLX5_CMD_OP_DEALLOC_Q_COUNTER = 0x772,
150 MLX5_CMD_OP_QUERY_Q_COUNTER = 0x773,
151 MLX5_CMD_OP_SET_PP_RATE_LIMIT = 0x780,
152 MLX5_CMD_OP_QUERY_RATE_LIMIT = 0x781,
153 MLX5_CMD_OP_CREATE_SCHEDULING_ELEMENT = 0x782,
154 MLX5_CMD_OP_DESTROY_SCHEDULING_ELEMENT = 0x783,
155 MLX5_CMD_OP_QUERY_SCHEDULING_ELEMENT = 0x784,
156 MLX5_CMD_OP_MODIFY_SCHEDULING_ELEMENT = 0x785,
157 MLX5_CMD_OP_CREATE_QOS_PARA_VPORT = 0x786,
158 MLX5_CMD_OP_DESTROY_QOS_PARA_VPORT = 0x787,
159 MLX5_CMD_OP_ALLOC_PD = 0x800,
160 MLX5_CMD_OP_DEALLOC_PD = 0x801,
161 MLX5_CMD_OP_ALLOC_UAR = 0x802,
162 MLX5_CMD_OP_DEALLOC_UAR = 0x803,
163 MLX5_CMD_OP_CONFIG_INT_MODERATION = 0x804,
164 MLX5_CMD_OP_ACCESS_REG = 0x805,
165 MLX5_CMD_OP_ATTACH_TO_MCG = 0x806,
166 MLX5_CMD_OP_DETACH_FROM_MCG = 0x807,
167 MLX5_CMD_OP_GET_DROPPED_PACKET_LOG = 0x80a,
168 MLX5_CMD_OP_MAD_IFC = 0x50d,
169 MLX5_CMD_OP_QUERY_MAD_DEMUX = 0x80b,
170 MLX5_CMD_OP_SET_MAD_DEMUX = 0x80c,
171 MLX5_CMD_OP_NOP = 0x80d,
172 MLX5_CMD_OP_ALLOC_XRCD = 0x80e,
173 MLX5_CMD_OP_DEALLOC_XRCD = 0x80f,
174 MLX5_CMD_OP_ALLOC_TRANSPORT_DOMAIN = 0x816,
175 MLX5_CMD_OP_DEALLOC_TRANSPORT_DOMAIN = 0x817,
176 MLX5_CMD_OP_QUERY_CONG_STATUS = 0x822,
177 MLX5_CMD_OP_MODIFY_CONG_STATUS = 0x823,
178 MLX5_CMD_OP_QUERY_CONG_PARAMS = 0x824,
179 MLX5_CMD_OP_MODIFY_CONG_PARAMS = 0x825,
180 MLX5_CMD_OP_QUERY_CONG_STATISTICS = 0x826,
181 MLX5_CMD_OP_ADD_VXLAN_UDP_DPORT = 0x827,
182 MLX5_CMD_OP_DELETE_VXLAN_UDP_DPORT = 0x828,
183 MLX5_CMD_OP_SET_L2_TABLE_ENTRY = 0x829,
184 MLX5_CMD_OP_QUERY_L2_TABLE_ENTRY = 0x82a,
185 MLX5_CMD_OP_DELETE_L2_TABLE_ENTRY = 0x82b,
186 MLX5_CMD_OP_SET_WOL_ROL = 0x830,
187 MLX5_CMD_OP_QUERY_WOL_ROL = 0x831,
188 MLX5_CMD_OP_CREATE_LAG = 0x840,
189 MLX5_CMD_OP_MODIFY_LAG = 0x841,
190 MLX5_CMD_OP_QUERY_LAG = 0x842,
191 MLX5_CMD_OP_DESTROY_LAG = 0x843,
192 MLX5_CMD_OP_CREATE_VPORT_LAG = 0x844,
193 MLX5_CMD_OP_DESTROY_VPORT_LAG = 0x845,
194 MLX5_CMD_OP_CREATE_TIR = 0x900,
195 MLX5_CMD_OP_MODIFY_TIR = 0x901,
196 MLX5_CMD_OP_DESTROY_TIR = 0x902,
197 MLX5_CMD_OP_QUERY_TIR = 0x903,
198 MLX5_CMD_OP_CREATE_SQ = 0x904,
199 MLX5_CMD_OP_MODIFY_SQ = 0x905,
200 MLX5_CMD_OP_DESTROY_SQ = 0x906,
201 MLX5_CMD_OP_QUERY_SQ = 0x907,
202 MLX5_CMD_OP_CREATE_RQ = 0x908,
203 MLX5_CMD_OP_MODIFY_RQ = 0x909,
204 MLX5_CMD_OP_SET_DELAY_DROP_PARAMS = 0x910,
205 MLX5_CMD_OP_DESTROY_RQ = 0x90a,
206 MLX5_CMD_OP_QUERY_RQ = 0x90b,
207 MLX5_CMD_OP_CREATE_RMP = 0x90c,
208 MLX5_CMD_OP_MODIFY_RMP = 0x90d,
209 MLX5_CMD_OP_DESTROY_RMP = 0x90e,
210 MLX5_CMD_OP_QUERY_RMP = 0x90f,
211 MLX5_CMD_OP_CREATE_TIS = 0x912,
212 MLX5_CMD_OP_MODIFY_TIS = 0x913,
213 MLX5_CMD_OP_DESTROY_TIS = 0x914,
214 MLX5_CMD_OP_QUERY_TIS = 0x915,
215 MLX5_CMD_OP_CREATE_RQT = 0x916,
216 MLX5_CMD_OP_MODIFY_RQT = 0x917,
217 MLX5_CMD_OP_DESTROY_RQT = 0x918,
218 MLX5_CMD_OP_QUERY_RQT = 0x919,
219 MLX5_CMD_OP_SET_FLOW_TABLE_ROOT = 0x92f,
220 MLX5_CMD_OP_CREATE_FLOW_TABLE = 0x930,
221 MLX5_CMD_OP_DESTROY_FLOW_TABLE = 0x931,
222 MLX5_CMD_OP_QUERY_FLOW_TABLE = 0x932,
223 MLX5_CMD_OP_CREATE_FLOW_GROUP = 0x933,
224 MLX5_CMD_OP_DESTROY_FLOW_GROUP = 0x934,
225 MLX5_CMD_OP_QUERY_FLOW_GROUP = 0x935,
226 MLX5_CMD_OP_SET_FLOW_TABLE_ENTRY = 0x936,
227 MLX5_CMD_OP_QUERY_FLOW_TABLE_ENTRY = 0x937,
228 MLX5_CMD_OP_DELETE_FLOW_TABLE_ENTRY = 0x938,
229 MLX5_CMD_OP_ALLOC_FLOW_COUNTER = 0x939,
230 MLX5_CMD_OP_DEALLOC_FLOW_COUNTER = 0x93a,
231 MLX5_CMD_OP_QUERY_FLOW_COUNTER = 0x93b,
232 MLX5_CMD_OP_MODIFY_FLOW_TABLE = 0x93c,
233 MLX5_CMD_OP_ALLOC_ENCAP_HEADER = 0x93d,
234 MLX5_CMD_OP_DEALLOC_ENCAP_HEADER = 0x93e,
235 MLX5_CMD_OP_ALLOC_MODIFY_HEADER_CONTEXT = 0x940,
236 MLX5_CMD_OP_DEALLOC_MODIFY_HEADER_CONTEXT = 0x941,
237 MLX5_CMD_OP_FPGA_CREATE_QP = 0x960,
238 MLX5_CMD_OP_FPGA_MODIFY_QP = 0x961,
239 MLX5_CMD_OP_FPGA_QUERY_QP = 0x962,
240 MLX5_CMD_OP_FPGA_DESTROY_QP = 0x963,
241 MLX5_CMD_OP_FPGA_QUERY_QP_COUNTERS = 0x964,
245 struct mlx5_ifc_flow_table_fields_supported_bits {
248 u8 outer_ether_type[0x1];
249 u8 outer_ip_version[0x1];
250 u8 outer_first_prio[0x1];
251 u8 outer_first_cfi[0x1];
252 u8 outer_first_vid[0x1];
253 u8 outer_ipv4_ttl[0x1];
254 u8 outer_second_prio[0x1];
255 u8 outer_second_cfi[0x1];
256 u8 outer_second_vid[0x1];
257 u8 reserved_at_b[0x1];
261 u8 outer_ip_protocol[0x1];
262 u8 outer_ip_ecn[0x1];
263 u8 outer_ip_dscp[0x1];
264 u8 outer_udp_sport[0x1];
265 u8 outer_udp_dport[0x1];
266 u8 outer_tcp_sport[0x1];
267 u8 outer_tcp_dport[0x1];
268 u8 outer_tcp_flags[0x1];
269 u8 outer_gre_protocol[0x1];
270 u8 outer_gre_key[0x1];
271 u8 outer_vxlan_vni[0x1];
272 u8 reserved_at_1a[0x5];
273 u8 source_eswitch_port[0x1];
277 u8 inner_ether_type[0x1];
278 u8 inner_ip_version[0x1];
279 u8 inner_first_prio[0x1];
280 u8 inner_first_cfi[0x1];
281 u8 inner_first_vid[0x1];
282 u8 reserved_at_27[0x1];
283 u8 inner_second_prio[0x1];
284 u8 inner_second_cfi[0x1];
285 u8 inner_second_vid[0x1];
286 u8 reserved_at_2b[0x1];
290 u8 inner_ip_protocol[0x1];
291 u8 inner_ip_ecn[0x1];
292 u8 inner_ip_dscp[0x1];
293 u8 inner_udp_sport[0x1];
294 u8 inner_udp_dport[0x1];
295 u8 inner_tcp_sport[0x1];
296 u8 inner_tcp_dport[0x1];
297 u8 inner_tcp_flags[0x1];
298 u8 reserved_at_37[0x9];
299 u8 reserved_at_40[0x17];
300 u8 outer_esp_spi[0x1];
301 u8 reserved_at_58[0x2];
304 u8 reserved_at_5b[0x25];
307 struct mlx5_ifc_flow_table_prop_layout_bits {
309 u8 reserved_at_1[0x1];
310 u8 flow_counter[0x1];
311 u8 flow_modify_en[0x1];
313 u8 identified_miss_table_mode[0x1];
314 u8 flow_table_modify[0x1];
317 u8 reserved_at_9[0x1];
320 u8 reserved_at_c[0x14];
322 u8 reserved_at_20[0x2];
323 u8 log_max_ft_size[0x6];
324 u8 log_max_modify_header_context[0x8];
325 u8 max_modify_header_actions[0x8];
326 u8 max_ft_level[0x8];
328 u8 reserved_at_40[0x20];
330 u8 reserved_at_60[0x18];
331 u8 log_max_ft_num[0x8];
333 u8 reserved_at_80[0x18];
334 u8 log_max_destination[0x8];
336 u8 log_max_flow_counter[0x8];
337 u8 reserved_at_a8[0x10];
338 u8 log_max_flow[0x8];
340 u8 reserved_at_c0[0x40];
342 struct mlx5_ifc_flow_table_fields_supported_bits ft_field_support;
344 struct mlx5_ifc_flow_table_fields_supported_bits ft_field_bitmask_support;
347 struct mlx5_ifc_odp_per_transport_service_cap_bits {
354 u8 reserved_at_6[0x1a];
357 struct mlx5_ifc_ipv4_layout_bits {
358 u8 reserved_at_0[0x60];
363 struct mlx5_ifc_ipv6_layout_bits {
367 union mlx5_ifc_ipv6_layout_ipv4_layout_auto_bits {
368 struct mlx5_ifc_ipv6_layout_bits ipv6_layout;
369 struct mlx5_ifc_ipv4_layout_bits ipv4_layout;
370 u8 reserved_at_0[0x80];
373 struct mlx5_ifc_fte_match_set_lyr_2_4_bits {
398 u8 reserved_at_c0[0x18];
399 u8 ttl_hoplimit[0x8];
404 union mlx5_ifc_ipv6_layout_ipv4_layout_auto_bits src_ipv4_src_ipv6;
406 union mlx5_ifc_ipv6_layout_ipv4_layout_auto_bits dst_ipv4_dst_ipv6;
409 struct mlx5_ifc_fte_match_set_misc_bits {
410 u8 reserved_at_0[0x8];
413 u8 reserved_at_20[0x10];
414 u8 source_port[0x10];
416 u8 outer_second_prio[0x3];
417 u8 outer_second_cfi[0x1];
418 u8 outer_second_vid[0xc];
419 u8 inner_second_prio[0x3];
420 u8 inner_second_cfi[0x1];
421 u8 inner_second_vid[0xc];
423 u8 outer_second_cvlan_tag[0x1];
424 u8 inner_second_cvlan_tag[0x1];
425 u8 outer_second_svlan_tag[0x1];
426 u8 inner_second_svlan_tag[0x1];
427 u8 reserved_at_64[0xc];
428 u8 gre_protocol[0x10];
434 u8 reserved_at_b8[0x8];
436 u8 reserved_at_c0[0x20];
438 u8 reserved_at_e0[0xc];
439 u8 outer_ipv6_flow_label[0x14];
441 u8 reserved_at_100[0xc];
442 u8 inner_ipv6_flow_label[0x14];
444 u8 reserved_at_120[0x28];
446 u8 reserved_at_160[0x20];
447 u8 outer_esp_spi[0x20];
448 u8 reserved_at_1a0[0x60];
451 struct mlx5_ifc_cmd_pas_bits {
455 u8 reserved_at_34[0xc];
458 struct mlx5_ifc_uint64_bits {
465 MLX5_ADS_STAT_RATE_NO_LIMIT = 0x0,
466 MLX5_ADS_STAT_RATE_2_5GBPS = 0x7,
467 MLX5_ADS_STAT_RATE_10GBPS = 0x8,
468 MLX5_ADS_STAT_RATE_30GBPS = 0x9,
469 MLX5_ADS_STAT_RATE_5GBPS = 0xa,
470 MLX5_ADS_STAT_RATE_20GBPS = 0xb,
471 MLX5_ADS_STAT_RATE_40GBPS = 0xc,
472 MLX5_ADS_STAT_RATE_60GBPS = 0xd,
473 MLX5_ADS_STAT_RATE_80GBPS = 0xe,
474 MLX5_ADS_STAT_RATE_120GBPS = 0xf,
477 struct mlx5_ifc_ads_bits {
480 u8 reserved_at_2[0xe];
483 u8 reserved_at_20[0x8];
489 u8 reserved_at_45[0x3];
490 u8 src_addr_index[0x8];
491 u8 reserved_at_50[0x4];
495 u8 reserved_at_60[0x4];
499 u8 rgid_rip[16][0x8];
501 u8 reserved_at_100[0x4];
504 u8 reserved_at_106[0x1];
513 u8 vhca_port_num[0x8];
519 struct mlx5_ifc_flow_table_nic_cap_bits {
520 u8 nic_rx_multi_path_tirs[0x1];
521 u8 nic_rx_multi_path_tirs_fts[0x1];
522 u8 allow_sniffer_and_nic_rx_shared_tir[0x1];
523 u8 reserved_at_3[0x1fd];
525 struct mlx5_ifc_flow_table_prop_layout_bits flow_table_properties_nic_receive;
527 u8 reserved_at_400[0x200];
529 struct mlx5_ifc_flow_table_prop_layout_bits flow_table_properties_nic_receive_sniffer;
531 struct mlx5_ifc_flow_table_prop_layout_bits flow_table_properties_nic_transmit;
533 u8 reserved_at_a00[0x200];
535 struct mlx5_ifc_flow_table_prop_layout_bits flow_table_properties_nic_transmit_sniffer;
537 u8 reserved_at_e00[0x7200];
540 struct mlx5_ifc_flow_table_eswitch_cap_bits {
541 u8 reserved_at_0[0x200];
543 struct mlx5_ifc_flow_table_prop_layout_bits flow_table_properties_nic_esw_fdb;
545 struct mlx5_ifc_flow_table_prop_layout_bits flow_table_properties_esw_acl_ingress;
547 struct mlx5_ifc_flow_table_prop_layout_bits flow_table_properties_esw_acl_egress;
549 u8 reserved_at_800[0x7800];
552 struct mlx5_ifc_e_switch_cap_bits {
553 u8 vport_svlan_strip[0x1];
554 u8 vport_cvlan_strip[0x1];
555 u8 vport_svlan_insert[0x1];
556 u8 vport_cvlan_insert_if_not_exist[0x1];
557 u8 vport_cvlan_insert_overwrite[0x1];
558 u8 reserved_at_5[0x19];
559 u8 nic_vport_node_guid_modify[0x1];
560 u8 nic_vport_port_guid_modify[0x1];
562 u8 vxlan_encap_decap[0x1];
563 u8 nvgre_encap_decap[0x1];
564 u8 reserved_at_22[0x9];
565 u8 log_max_encap_headers[0x5];
567 u8 max_encap_header_size[0xa];
569 u8 reserved_40[0x7c0];
573 struct mlx5_ifc_qos_cap_bits {
574 u8 packet_pacing[0x1];
575 u8 esw_scheduling[0x1];
576 u8 esw_bw_share[0x1];
577 u8 esw_rate_limit[0x1];
578 u8 reserved_at_4[0x1c];
580 u8 reserved_at_20[0x20];
582 u8 packet_pacing_max_rate[0x20];
584 u8 packet_pacing_min_rate[0x20];
586 u8 reserved_at_80[0x10];
587 u8 packet_pacing_rate_table_size[0x10];
589 u8 esw_element_type[0x10];
590 u8 esw_tsar_type[0x10];
592 u8 reserved_at_c0[0x10];
593 u8 max_qos_para_vport[0x10];
595 u8 max_tsar_bw_share[0x20];
597 u8 reserved_at_100[0x700];
600 struct mlx5_ifc_debug_cap_bits {
601 u8 reserved_at_0[0x20];
603 u8 reserved_at_20[0x2];
604 u8 stall_detect[0x1];
605 u8 reserved_at_23[0x1d];
607 u8 reserved_at_40[0x7c0];
610 struct mlx5_ifc_per_protocol_networking_offload_caps_bits {
614 u8 lro_psh_flag[0x1];
615 u8 lro_time_stamp[0x1];
616 u8 reserved_at_5[0x2];
617 u8 wqe_vlan_insert[0x1];
618 u8 self_lb_en_modifiable[0x1];
619 u8 reserved_at_9[0x2];
621 u8 multi_pkt_send_wqe[0x2];
622 u8 wqe_inline_mode[0x2];
623 u8 rss_ind_tbl_cap[0x4];
626 u8 enhanced_multi_pkt_send_wqe[0x1];
627 u8 tunnel_lso_const_out_ip_id[0x1];
628 u8 reserved_at_1c[0x2];
629 u8 tunnel_stateless_gre[0x1];
630 u8 tunnel_stateless_vxlan[0x1];
635 u8 reserved_at_23[0x1b];
636 u8 max_geneve_opt_len[0x1];
637 u8 tunnel_stateless_geneve_rx[0x1];
639 u8 reserved_at_40[0x10];
640 u8 lro_min_mss_size[0x10];
642 u8 reserved_at_60[0x120];
644 u8 lro_timer_supported_periods[4][0x20];
646 u8 reserved_at_200[0x600];
649 struct mlx5_ifc_roce_cap_bits {
651 u8 reserved_at_1[0x1f];
653 u8 reserved_at_20[0x60];
655 u8 reserved_at_80[0xc];
657 u8 reserved_at_90[0x8];
658 u8 roce_version[0x8];
660 u8 reserved_at_a0[0x10];
661 u8 r_roce_dest_udp_port[0x10];
663 u8 r_roce_max_src_udp_port[0x10];
664 u8 r_roce_min_src_udp_port[0x10];
666 u8 reserved_at_e0[0x10];
667 u8 roce_address_table_size[0x10];
669 u8 reserved_at_100[0x700];
673 MLX5_ATOMIC_CAPS_ATOMIC_SIZE_QP_1_BYTE = 0x0,
674 MLX5_ATOMIC_CAPS_ATOMIC_SIZE_QP_2_BYTES = 0x2,
675 MLX5_ATOMIC_CAPS_ATOMIC_SIZE_QP_4_BYTES = 0x4,
676 MLX5_ATOMIC_CAPS_ATOMIC_SIZE_QP_8_BYTES = 0x8,
677 MLX5_ATOMIC_CAPS_ATOMIC_SIZE_QP_16_BYTES = 0x10,
678 MLX5_ATOMIC_CAPS_ATOMIC_SIZE_QP_32_BYTES = 0x20,
679 MLX5_ATOMIC_CAPS_ATOMIC_SIZE_QP_64_BYTES = 0x40,
680 MLX5_ATOMIC_CAPS_ATOMIC_SIZE_QP_128_BYTES = 0x80,
681 MLX5_ATOMIC_CAPS_ATOMIC_SIZE_QP_256_BYTES = 0x100,
685 MLX5_ATOMIC_CAPS_ATOMIC_SIZE_DC_1_BYTE = 0x1,
686 MLX5_ATOMIC_CAPS_ATOMIC_SIZE_DC_2_BYTES = 0x2,
687 MLX5_ATOMIC_CAPS_ATOMIC_SIZE_DC_4_BYTES = 0x4,
688 MLX5_ATOMIC_CAPS_ATOMIC_SIZE_DC_8_BYTES = 0x8,
689 MLX5_ATOMIC_CAPS_ATOMIC_SIZE_DC_16_BYTES = 0x10,
690 MLX5_ATOMIC_CAPS_ATOMIC_SIZE_DC_32_BYTES = 0x20,
691 MLX5_ATOMIC_CAPS_ATOMIC_SIZE_DC_64_BYTES = 0x40,
692 MLX5_ATOMIC_CAPS_ATOMIC_SIZE_DC_128_BYTES = 0x80,
693 MLX5_ATOMIC_CAPS_ATOMIC_SIZE_DC_256_BYTES = 0x100,
696 struct mlx5_ifc_atomic_caps_bits {
697 u8 reserved_at_0[0x40];
699 u8 atomic_req_8B_endianness_mode[0x2];
700 u8 reserved_at_42[0x4];
701 u8 supported_atomic_req_8B_endianness_mode_1[0x1];
703 u8 reserved_at_47[0x19];
705 u8 reserved_at_60[0x20];
707 u8 reserved_at_80[0x10];
708 u8 atomic_operations[0x10];
710 u8 reserved_at_a0[0x10];
711 u8 atomic_size_qp[0x10];
713 u8 reserved_at_c0[0x10];
714 u8 atomic_size_dc[0x10];
716 u8 reserved_at_e0[0x720];
719 struct mlx5_ifc_odp_cap_bits {
720 u8 reserved_at_0[0x40];
723 u8 reserved_at_41[0x1f];
725 u8 reserved_at_60[0x20];
727 struct mlx5_ifc_odp_per_transport_service_cap_bits rc_odp_caps;
729 struct mlx5_ifc_odp_per_transport_service_cap_bits uc_odp_caps;
731 struct mlx5_ifc_odp_per_transport_service_cap_bits ud_odp_caps;
733 u8 reserved_at_e0[0x720];
736 struct mlx5_ifc_calc_op {
737 u8 reserved_at_0[0x10];
738 u8 reserved_at_10[0x9];
739 u8 op_swap_endianness[0x1];
748 struct mlx5_ifc_vector_calc_cap_bits {
750 u8 reserved_at_1[0x1f];
751 u8 reserved_at_20[0x8];
752 u8 max_vec_count[0x8];
753 u8 reserved_at_30[0xd];
754 u8 max_chunk_size[0x3];
755 struct mlx5_ifc_calc_op calc0;
756 struct mlx5_ifc_calc_op calc1;
757 struct mlx5_ifc_calc_op calc2;
758 struct mlx5_ifc_calc_op calc3;
760 u8 reserved_at_e0[0x720];
764 MLX5_WQ_TYPE_LINKED_LIST = 0x0,
765 MLX5_WQ_TYPE_CYCLIC = 0x1,
766 MLX5_WQ_TYPE_LINKED_LIST_STRIDING_RQ = 0x2,
767 MLX5_WQ_TYPE_CYCLIC_STRIDING_RQ = 0x3,
771 MLX5_WQ_END_PAD_MODE_NONE = 0x0,
772 MLX5_WQ_END_PAD_MODE_ALIGN = 0x1,
776 MLX5_CMD_HCA_CAP_GID_TABLE_SIZE_8_GID_ENTRIES = 0x0,
777 MLX5_CMD_HCA_CAP_GID_TABLE_SIZE_16_GID_ENTRIES = 0x1,
778 MLX5_CMD_HCA_CAP_GID_TABLE_SIZE_32_GID_ENTRIES = 0x2,
779 MLX5_CMD_HCA_CAP_GID_TABLE_SIZE_64_GID_ENTRIES = 0x3,
780 MLX5_CMD_HCA_CAP_GID_TABLE_SIZE_128_GID_ENTRIES = 0x4,
784 MLX5_CMD_HCA_CAP_PKEY_TABLE_SIZE_128_ENTRIES = 0x0,
785 MLX5_CMD_HCA_CAP_PKEY_TABLE_SIZE_256_ENTRIES = 0x1,
786 MLX5_CMD_HCA_CAP_PKEY_TABLE_SIZE_512_ENTRIES = 0x2,
787 MLX5_CMD_HCA_CAP_PKEY_TABLE_SIZE_1K_ENTRIES = 0x3,
788 MLX5_CMD_HCA_CAP_PKEY_TABLE_SIZE_2K_ENTRIES = 0x4,
789 MLX5_CMD_HCA_CAP_PKEY_TABLE_SIZE_4K_ENTRIES = 0x5,
793 MLX5_CMD_HCA_CAP_PORT_TYPE_IB = 0x0,
794 MLX5_CMD_HCA_CAP_PORT_TYPE_ETHERNET = 0x1,
798 MLX5_CMD_HCA_CAP_CMDIF_CHECKSUM_DISABLED = 0x0,
799 MLX5_CMD_HCA_CAP_CMDIF_CHECKSUM_INITIAL_STATE = 0x1,
800 MLX5_CMD_HCA_CAP_CMDIF_CHECKSUM_ENABLED = 0x3,
804 MLX5_CAP_PORT_TYPE_IB = 0x0,
805 MLX5_CAP_PORT_TYPE_ETH = 0x1,
809 MLX5_CAP_UMR_FENCE_STRONG = 0x0,
810 MLX5_CAP_UMR_FENCE_SMALL = 0x1,
811 MLX5_CAP_UMR_FENCE_NONE = 0x2,
814 struct mlx5_ifc_cmd_hca_cap_bits {
815 u8 reserved_at_0[0x30];
818 u8 reserved_at_40[0x40];
820 u8 log_max_srq_sz[0x8];
821 u8 log_max_qp_sz[0x8];
822 u8 reserved_at_90[0xb];
825 u8 reserved_at_a0[0xb];
827 u8 reserved_at_b0[0x10];
829 u8 reserved_at_c0[0x8];
830 u8 log_max_cq_sz[0x8];
831 u8 reserved_at_d0[0xb];
834 u8 log_max_eq_sz[0x8];
835 u8 reserved_at_e8[0x2];
836 u8 log_max_mkey[0x6];
837 u8 reserved_at_f0[0xc];
840 u8 max_indirection[0x8];
841 u8 fixed_buffer_size[0x1];
842 u8 log_max_mrw_sz[0x7];
843 u8 force_teardown[0x1];
844 u8 reserved_at_111[0x1];
845 u8 log_max_bsf_list_size[0x6];
846 u8 umr_extended_translation_offset[0x1];
848 u8 log_max_klm_list_size[0x6];
850 u8 reserved_at_120[0xa];
851 u8 log_max_ra_req_dc[0x6];
852 u8 reserved_at_130[0xa];
853 u8 log_max_ra_res_dc[0x6];
855 u8 reserved_at_140[0xa];
856 u8 log_max_ra_req_qp[0x6];
857 u8 reserved_at_150[0xa];
858 u8 log_max_ra_res_qp[0x6];
861 u8 cc_query_allowed[0x1];
862 u8 cc_modify_allowed[0x1];
864 u8 cache_line_128byte[0x1];
865 u8 reserved_at_165[0xa];
867 u8 gid_table_size[0x10];
869 u8 out_of_seq_cnt[0x1];
870 u8 vport_counters[0x1];
871 u8 retransmission_q_counters[0x1];
873 u8 modify_rq_counter_set_id[0x1];
874 u8 rq_delay_drop[0x1];
876 u8 pkey_table_size[0x10];
878 u8 vport_group_manager[0x1];
879 u8 vhca_group_manager[0x1];
882 u8 vnic_env_queue_counters[0x1];
884 u8 nic_flow_table[0x1];
885 u8 eswitch_flow_table[0x1];
886 u8 early_vf_enable[0x1];
889 u8 local_ca_ack_delay[0x5];
890 u8 port_module_event[0x1];
891 u8 enhanced_error_q_counters[0x1];
893 u8 reserved_at_1b3[0x1];
894 u8 disable_link_up[0x1];
899 u8 reserved_at_1c0[0x1];
903 u8 reserved_at_1c8[0x4];
905 u8 reserved_at_1d0[0x1];
907 u8 general_notification_event[0x1];
908 u8 reserved_at_1d3[0x2];
912 u8 reserved_at_1d8[0x1];
921 u8 stat_rate_support[0x10];
922 u8 reserved_at_1f0[0xc];
925 u8 compact_address_vector[0x1];
927 u8 reserved_at_202[0x1];
928 u8 ipoib_enhanced_offloads[0x1];
929 u8 ipoib_basic_offloads[0x1];
930 u8 reserved_at_205[0x5];
932 u8 reserved_at_20c[0x3];
933 u8 drain_sigerr[0x1];
934 u8 cmdif_checksum[0x2];
936 u8 reserved_at_213[0x1];
937 u8 wq_signature[0x1];
938 u8 sctr_data_cqe[0x1];
939 u8 reserved_at_216[0x1];
945 u8 eth_net_offloads[0x1];
948 u8 reserved_at_21f[0x1];
952 u8 cq_moderation[0x1];
953 u8 reserved_at_223[0x3];
957 u8 reserved_at_229[0x1];
958 u8 scqe_break_moderation[0x1];
959 u8 cq_period_start_from_cqe[0x1];
961 u8 reserved_at_22d[0x1];
964 u8 umr_ptr_rlky[0x1];
966 u8 reserved_at_232[0x4];
969 u8 set_deth_sqpn[0x1];
970 u8 reserved_at_239[0x3];
977 u8 reserved_at_241[0x9];
979 u8 reserved_at_250[0x8];
983 u8 driver_version[0x1];
984 u8 pad_tx_eth_packet[0x1];
985 u8 reserved_at_263[0x8];
986 u8 log_bf_reg_size[0x5];
988 u8 reserved_at_270[0xb];
990 u8 num_lag_ports[0x4];
992 u8 reserved_at_280[0x10];
993 u8 max_wqe_sz_sq[0x10];
995 u8 reserved_at_2a0[0x10];
996 u8 max_wqe_sz_rq[0x10];
998 u8 max_flow_counter_31_16[0x10];
999 u8 max_wqe_sz_sq_dc[0x10];
1001 u8 reserved_at_2e0[0x7];
1002 u8 max_qp_mcg[0x19];
1004 u8 reserved_at_300[0x18];
1005 u8 log_max_mcg[0x8];
1007 u8 reserved_at_320[0x3];
1008 u8 log_max_transport_domain[0x5];
1009 u8 reserved_at_328[0x3];
1011 u8 reserved_at_330[0xb];
1012 u8 log_max_xrcd[0x5];
1014 u8 nic_receive_steering_discard[0x1];
1015 u8 receive_discard_vport_down[0x1];
1016 u8 transmit_discard_vport_down[0x1];
1017 u8 reserved_at_343[0x5];
1018 u8 log_max_flow_counter_bulk[0x8];
1019 u8 max_flow_counter_15_0[0x10];
1022 u8 reserved_at_360[0x3];
1024 u8 reserved_at_368[0x3];
1026 u8 reserved_at_370[0x3];
1027 u8 log_max_tir[0x5];
1028 u8 reserved_at_378[0x3];
1029 u8 log_max_tis[0x5];
1031 u8 basic_cyclic_rcv_wqe[0x1];
1032 u8 reserved_at_381[0x2];
1033 u8 log_max_rmp[0x5];
1034 u8 reserved_at_388[0x3];
1035 u8 log_max_rqt[0x5];
1036 u8 reserved_at_390[0x3];
1037 u8 log_max_rqt_size[0x5];
1038 u8 reserved_at_398[0x3];
1039 u8 log_max_tis_per_sq[0x5];
1041 u8 reserved_at_3a0[0x3];
1042 u8 log_max_stride_sz_rq[0x5];
1043 u8 reserved_at_3a8[0x3];
1044 u8 log_min_stride_sz_rq[0x5];
1045 u8 reserved_at_3b0[0x3];
1046 u8 log_max_stride_sz_sq[0x5];
1047 u8 reserved_at_3b8[0x3];
1048 u8 log_min_stride_sz_sq[0x5];
1051 u8 reserved_at_3c1[0x2];
1052 u8 log_max_hairpin_queues[0x5];
1053 u8 reserved_at_3c8[0x3];
1054 u8 log_max_hairpin_wq_data_sz[0x5];
1055 u8 reserved_at_3d0[0x3];
1056 u8 log_max_hairpin_num_packets[0x5];
1057 u8 reserved_at_3d8[0x3];
1058 u8 log_max_wq_sz[0x5];
1060 u8 nic_vport_change_event[0x1];
1061 u8 disable_local_lb_uc[0x1];
1062 u8 disable_local_lb_mc[0x1];
1063 u8 log_min_hairpin_wq_data_sz[0x5];
1064 u8 reserved_at_3e8[0x3];
1065 u8 log_max_vlan_list[0x5];
1066 u8 reserved_at_3f0[0x3];
1067 u8 log_max_current_mc_list[0x5];
1068 u8 reserved_at_3f8[0x3];
1069 u8 log_max_current_uc_list[0x5];
1071 u8 reserved_at_400[0x80];
1073 u8 reserved_at_480[0x3];
1074 u8 log_max_l2_table[0x5];
1075 u8 reserved_at_488[0x8];
1076 u8 log_uar_page_sz[0x10];
1078 u8 reserved_at_4a0[0x20];
1079 u8 device_frequency_mhz[0x20];
1080 u8 device_frequency_khz[0x20];
1082 u8 reserved_at_500[0x20];
1083 u8 num_of_uars_per_page[0x20];
1084 u8 reserved_at_540[0x40];
1086 u8 reserved_at_580[0x3d];
1087 u8 cqe_128_always[0x1];
1088 u8 cqe_compression_128[0x1];
1089 u8 cqe_compression[0x1];
1091 u8 cqe_compression_timeout[0x10];
1092 u8 cqe_compression_max_num[0x10];
1094 u8 reserved_at_5e0[0x10];
1095 u8 tag_matching[0x1];
1096 u8 rndv_offload_rc[0x1];
1097 u8 rndv_offload_dc[0x1];
1098 u8 log_tag_matching_list_sz[0x5];
1099 u8 reserved_at_5f8[0x3];
1100 u8 log_max_xrq[0x5];
1102 u8 affiliate_nic_vport_criteria[0x8];
1103 u8 native_port_num[0x8];
1104 u8 num_vhca_ports[0x8];
1105 u8 reserved_at_618[0x6];
1106 u8 sw_owner_id[0x1];
1107 u8 reserved_at_61f[0x1e1];
1110 enum mlx5_flow_destination_type {
1111 MLX5_FLOW_DESTINATION_TYPE_VPORT = 0x0,
1112 MLX5_FLOW_DESTINATION_TYPE_FLOW_TABLE = 0x1,
1113 MLX5_FLOW_DESTINATION_TYPE_TIR = 0x2,
1115 MLX5_FLOW_DESTINATION_TYPE_PORT = 0x99,
1116 MLX5_FLOW_DESTINATION_TYPE_COUNTER = 0x100,
1119 struct mlx5_ifc_dest_format_struct_bits {
1120 u8 destination_type[0x8];
1121 u8 destination_id[0x18];
1123 u8 reserved_at_20[0x20];
1126 struct mlx5_ifc_flow_counter_list_bits {
1127 u8 flow_counter_id[0x20];
1129 u8 reserved_at_20[0x20];
1132 union mlx5_ifc_dest_format_struct_flow_counter_list_auto_bits {
1133 struct mlx5_ifc_dest_format_struct_bits dest_format_struct;
1134 struct mlx5_ifc_flow_counter_list_bits flow_counter_list;
1135 u8 reserved_at_0[0x40];
1138 struct mlx5_ifc_fte_match_param_bits {
1139 struct mlx5_ifc_fte_match_set_lyr_2_4_bits outer_headers;
1141 struct mlx5_ifc_fte_match_set_misc_bits misc_parameters;
1143 struct mlx5_ifc_fte_match_set_lyr_2_4_bits inner_headers;
1145 u8 reserved_at_600[0xa00];
1149 MLX5_RX_HASH_FIELD_SELECT_SELECTED_FIELDS_SRC_IP = 0x0,
1150 MLX5_RX_HASH_FIELD_SELECT_SELECTED_FIELDS_DST_IP = 0x1,
1151 MLX5_RX_HASH_FIELD_SELECT_SELECTED_FIELDS_L4_SPORT = 0x2,
1152 MLX5_RX_HASH_FIELD_SELECT_SELECTED_FIELDS_L4_DPORT = 0x3,
1153 MLX5_RX_HASH_FIELD_SELECT_SELECTED_FIELDS_IPSEC_SPI = 0x4,
1156 struct mlx5_ifc_rx_hash_field_select_bits {
1157 u8 l3_prot_type[0x1];
1158 u8 l4_prot_type[0x1];
1159 u8 selected_fields[0x1e];
1163 MLX5_WQ_WQ_TYPE_WQ_LINKED_LIST = 0x0,
1164 MLX5_WQ_WQ_TYPE_WQ_CYCLIC = 0x1,
1168 MLX5_WQ_END_PADDING_MODE_END_PAD_NONE = 0x0,
1169 MLX5_WQ_END_PADDING_MODE_END_PAD_ALIGN = 0x1,
1172 struct mlx5_ifc_wq_bits {
1174 u8 wq_signature[0x1];
1175 u8 end_padding_mode[0x2];
1177 u8 reserved_at_8[0x18];
1179 u8 hds_skip_first_sge[0x1];
1180 u8 log2_hds_buf_size[0x3];
1181 u8 reserved_at_24[0x7];
1182 u8 page_offset[0x5];
1185 u8 reserved_at_40[0x8];
1188 u8 reserved_at_60[0x8];
1193 u8 hw_counter[0x20];
1195 u8 sw_counter[0x20];
1197 u8 reserved_at_100[0xc];
1198 u8 log_wq_stride[0x4];
1199 u8 reserved_at_110[0x3];
1200 u8 log_wq_pg_sz[0x5];
1201 u8 reserved_at_118[0x3];
1204 u8 reserved_at_120[0x3];
1205 u8 log_hairpin_num_packets[0x5];
1206 u8 reserved_at_128[0x3];
1207 u8 log_hairpin_data_sz[0x5];
1208 u8 reserved_at_130[0x5];
1210 u8 log_wqe_num_of_strides[0x3];
1211 u8 two_byte_shift_en[0x1];
1212 u8 reserved_at_139[0x4];
1213 u8 log_wqe_stride_size[0x3];
1215 u8 reserved_at_140[0x4c0];
1217 struct mlx5_ifc_cmd_pas_bits pas[0];
1220 struct mlx5_ifc_rq_num_bits {
1221 u8 reserved_at_0[0x8];
1225 struct mlx5_ifc_mac_address_layout_bits {
1226 u8 reserved_at_0[0x10];
1227 u8 mac_addr_47_32[0x10];
1229 u8 mac_addr_31_0[0x20];
1232 struct mlx5_ifc_vlan_layout_bits {
1233 u8 reserved_at_0[0x14];
1236 u8 reserved_at_20[0x20];
1239 struct mlx5_ifc_cong_control_r_roce_ecn_np_bits {
1240 u8 reserved_at_0[0xa0];
1242 u8 min_time_between_cnps[0x20];
1244 u8 reserved_at_c0[0x12];
1246 u8 reserved_at_d8[0x4];
1247 u8 cnp_prio_mode[0x1];
1248 u8 cnp_802p_prio[0x3];
1250 u8 reserved_at_e0[0x720];
1253 struct mlx5_ifc_cong_control_r_roce_ecn_rp_bits {
1254 u8 reserved_at_0[0x60];
1256 u8 reserved_at_60[0x4];
1257 u8 clamp_tgt_rate[0x1];
1258 u8 reserved_at_65[0x3];
1259 u8 clamp_tgt_rate_after_time_inc[0x1];
1260 u8 reserved_at_69[0x17];
1262 u8 reserved_at_80[0x20];
1264 u8 rpg_time_reset[0x20];
1266 u8 rpg_byte_reset[0x20];
1268 u8 rpg_threshold[0x20];
1270 u8 rpg_max_rate[0x20];
1272 u8 rpg_ai_rate[0x20];
1274 u8 rpg_hai_rate[0x20];
1278 u8 rpg_min_dec_fac[0x20];
1280 u8 rpg_min_rate[0x20];
1282 u8 reserved_at_1c0[0xe0];
1284 u8 rate_to_set_on_first_cnp[0x20];
1288 u8 dce_tcp_rtt[0x20];
1290 u8 rate_reduce_monitor_period[0x20];
1292 u8 reserved_at_320[0x20];
1294 u8 initial_alpha_value[0x20];
1296 u8 reserved_at_360[0x4a0];
1299 struct mlx5_ifc_cong_control_802_1qau_rp_bits {
1300 u8 reserved_at_0[0x80];
1302 u8 rppp_max_rps[0x20];
1304 u8 rpg_time_reset[0x20];
1306 u8 rpg_byte_reset[0x20];
1308 u8 rpg_threshold[0x20];
1310 u8 rpg_max_rate[0x20];
1312 u8 rpg_ai_rate[0x20];
1314 u8 rpg_hai_rate[0x20];
1318 u8 rpg_min_dec_fac[0x20];
1320 u8 rpg_min_rate[0x20];
1322 u8 reserved_at_1c0[0x640];
1326 MLX5_RESIZE_FIELD_SELECT_RESIZE_FIELD_SELECT_LOG_CQ_SIZE = 0x1,
1327 MLX5_RESIZE_FIELD_SELECT_RESIZE_FIELD_SELECT_PAGE_OFFSET = 0x2,
1328 MLX5_RESIZE_FIELD_SELECT_RESIZE_FIELD_SELECT_LOG_PAGE_SIZE = 0x4,
1331 struct mlx5_ifc_resize_field_select_bits {
1332 u8 resize_field_select[0x20];
1336 MLX5_MODIFY_FIELD_SELECT_MODIFY_FIELD_SELECT_CQ_PERIOD = 0x1,
1337 MLX5_MODIFY_FIELD_SELECT_MODIFY_FIELD_SELECT_CQ_MAX_COUNT = 0x2,
1338 MLX5_MODIFY_FIELD_SELECT_MODIFY_FIELD_SELECT_OI = 0x4,
1339 MLX5_MODIFY_FIELD_SELECT_MODIFY_FIELD_SELECT_C_EQN = 0x8,
1342 struct mlx5_ifc_modify_field_select_bits {
1343 u8 modify_field_select[0x20];
1346 struct mlx5_ifc_field_select_r_roce_np_bits {
1347 u8 field_select_r_roce_np[0x20];
1350 struct mlx5_ifc_field_select_r_roce_rp_bits {
1351 u8 field_select_r_roce_rp[0x20];
1355 MLX5_FIELD_SELECT_802_1QAU_RP_FIELD_SELECT_8021QAURP_RPPP_MAX_RPS = 0x4,
1356 MLX5_FIELD_SELECT_802_1QAU_RP_FIELD_SELECT_8021QAURP_RPG_TIME_RESET = 0x8,
1357 MLX5_FIELD_SELECT_802_1QAU_RP_FIELD_SELECT_8021QAURP_RPG_BYTE_RESET = 0x10,
1358 MLX5_FIELD_SELECT_802_1QAU_RP_FIELD_SELECT_8021QAURP_RPG_THRESHOLD = 0x20,
1359 MLX5_FIELD_SELECT_802_1QAU_RP_FIELD_SELECT_8021QAURP_RPG_MAX_RATE = 0x40,
1360 MLX5_FIELD_SELECT_802_1QAU_RP_FIELD_SELECT_8021QAURP_RPG_AI_RATE = 0x80,
1361 MLX5_FIELD_SELECT_802_1QAU_RP_FIELD_SELECT_8021QAURP_RPG_HAI_RATE = 0x100,
1362 MLX5_FIELD_SELECT_802_1QAU_RP_FIELD_SELECT_8021QAURP_RPG_GD = 0x200,
1363 MLX5_FIELD_SELECT_802_1QAU_RP_FIELD_SELECT_8021QAURP_RPG_MIN_DEC_FAC = 0x400,
1364 MLX5_FIELD_SELECT_802_1QAU_RP_FIELD_SELECT_8021QAURP_RPG_MIN_RATE = 0x800,
1367 struct mlx5_ifc_field_select_802_1qau_rp_bits {
1368 u8 field_select_8021qaurp[0x20];
1371 struct mlx5_ifc_phys_layer_cntrs_bits {
1372 u8 time_since_last_clear_high[0x20];
1374 u8 time_since_last_clear_low[0x20];
1376 u8 symbol_errors_high[0x20];
1378 u8 symbol_errors_low[0x20];
1380 u8 sync_headers_errors_high[0x20];
1382 u8 sync_headers_errors_low[0x20];
1384 u8 edpl_bip_errors_lane0_high[0x20];
1386 u8 edpl_bip_errors_lane0_low[0x20];
1388 u8 edpl_bip_errors_lane1_high[0x20];
1390 u8 edpl_bip_errors_lane1_low[0x20];
1392 u8 edpl_bip_errors_lane2_high[0x20];
1394 u8 edpl_bip_errors_lane2_low[0x20];
1396 u8 edpl_bip_errors_lane3_high[0x20];
1398 u8 edpl_bip_errors_lane3_low[0x20];
1400 u8 fc_fec_corrected_blocks_lane0_high[0x20];
1402 u8 fc_fec_corrected_blocks_lane0_low[0x20];
1404 u8 fc_fec_corrected_blocks_lane1_high[0x20];
1406 u8 fc_fec_corrected_blocks_lane1_low[0x20];
1408 u8 fc_fec_corrected_blocks_lane2_high[0x20];
1410 u8 fc_fec_corrected_blocks_lane2_low[0x20];
1412 u8 fc_fec_corrected_blocks_lane3_high[0x20];
1414 u8 fc_fec_corrected_blocks_lane3_low[0x20];
1416 u8 fc_fec_uncorrectable_blocks_lane0_high[0x20];
1418 u8 fc_fec_uncorrectable_blocks_lane0_low[0x20];
1420 u8 fc_fec_uncorrectable_blocks_lane1_high[0x20];
1422 u8 fc_fec_uncorrectable_blocks_lane1_low[0x20];
1424 u8 fc_fec_uncorrectable_blocks_lane2_high[0x20];
1426 u8 fc_fec_uncorrectable_blocks_lane2_low[0x20];
1428 u8 fc_fec_uncorrectable_blocks_lane3_high[0x20];
1430 u8 fc_fec_uncorrectable_blocks_lane3_low[0x20];
1432 u8 rs_fec_corrected_blocks_high[0x20];
1434 u8 rs_fec_corrected_blocks_low[0x20];
1436 u8 rs_fec_uncorrectable_blocks_high[0x20];
1438 u8 rs_fec_uncorrectable_blocks_low[0x20];
1440 u8 rs_fec_no_errors_blocks_high[0x20];
1442 u8 rs_fec_no_errors_blocks_low[0x20];
1444 u8 rs_fec_single_error_blocks_high[0x20];
1446 u8 rs_fec_single_error_blocks_low[0x20];
1448 u8 rs_fec_corrected_symbols_total_high[0x20];
1450 u8 rs_fec_corrected_symbols_total_low[0x20];
1452 u8 rs_fec_corrected_symbols_lane0_high[0x20];
1454 u8 rs_fec_corrected_symbols_lane0_low[0x20];
1456 u8 rs_fec_corrected_symbols_lane1_high[0x20];
1458 u8 rs_fec_corrected_symbols_lane1_low[0x20];
1460 u8 rs_fec_corrected_symbols_lane2_high[0x20];
1462 u8 rs_fec_corrected_symbols_lane2_low[0x20];
1464 u8 rs_fec_corrected_symbols_lane3_high[0x20];
1466 u8 rs_fec_corrected_symbols_lane3_low[0x20];
1468 u8 link_down_events[0x20];
1470 u8 successful_recovery_events[0x20];
1472 u8 reserved_at_640[0x180];
1475 struct mlx5_ifc_phys_layer_statistical_cntrs_bits {
1476 u8 time_since_last_clear_high[0x20];
1478 u8 time_since_last_clear_low[0x20];
1480 u8 phy_received_bits_high[0x20];
1482 u8 phy_received_bits_low[0x20];
1484 u8 phy_symbol_errors_high[0x20];
1486 u8 phy_symbol_errors_low[0x20];
1488 u8 phy_corrected_bits_high[0x20];
1490 u8 phy_corrected_bits_low[0x20];
1492 u8 phy_corrected_bits_lane0_high[0x20];
1494 u8 phy_corrected_bits_lane0_low[0x20];
1496 u8 phy_corrected_bits_lane1_high[0x20];
1498 u8 phy_corrected_bits_lane1_low[0x20];
1500 u8 phy_corrected_bits_lane2_high[0x20];
1502 u8 phy_corrected_bits_lane2_low[0x20];
1504 u8 phy_corrected_bits_lane3_high[0x20];
1506 u8 phy_corrected_bits_lane3_low[0x20];
1508 u8 reserved_at_200[0x5c0];
1511 struct mlx5_ifc_ib_port_cntrs_grp_data_layout_bits {
1512 u8 symbol_error_counter[0x10];
1514 u8 link_error_recovery_counter[0x8];
1516 u8 link_downed_counter[0x8];
1518 u8 port_rcv_errors[0x10];
1520 u8 port_rcv_remote_physical_errors[0x10];
1522 u8 port_rcv_switch_relay_errors[0x10];
1524 u8 port_xmit_discards[0x10];
1526 u8 port_xmit_constraint_errors[0x8];
1528 u8 port_rcv_constraint_errors[0x8];
1530 u8 reserved_at_70[0x8];
1532 u8 link_overrun_errors[0x8];
1534 u8 reserved_at_80[0x10];
1536 u8 vl_15_dropped[0x10];
1538 u8 reserved_at_a0[0x80];
1540 u8 port_xmit_wait[0x20];
1543 struct mlx5_ifc_eth_per_traffic_grp_data_layout_bits {
1544 u8 transmit_queue_high[0x20];
1546 u8 transmit_queue_low[0x20];
1548 u8 reserved_at_40[0x780];
1551 struct mlx5_ifc_eth_per_prio_grp_data_layout_bits {
1552 u8 rx_octets_high[0x20];
1554 u8 rx_octets_low[0x20];
1556 u8 reserved_at_40[0xc0];
1558 u8 rx_frames_high[0x20];
1560 u8 rx_frames_low[0x20];
1562 u8 tx_octets_high[0x20];
1564 u8 tx_octets_low[0x20];
1566 u8 reserved_at_180[0xc0];
1568 u8 tx_frames_high[0x20];
1570 u8 tx_frames_low[0x20];
1572 u8 rx_pause_high[0x20];
1574 u8 rx_pause_low[0x20];
1576 u8 rx_pause_duration_high[0x20];
1578 u8 rx_pause_duration_low[0x20];
1580 u8 tx_pause_high[0x20];
1582 u8 tx_pause_low[0x20];
1584 u8 tx_pause_duration_high[0x20];
1586 u8 tx_pause_duration_low[0x20];
1588 u8 rx_pause_transition_high[0x20];
1590 u8 rx_pause_transition_low[0x20];
1592 u8 reserved_at_3c0[0x40];
1594 u8 device_stall_minor_watermark_cnt_high[0x20];
1596 u8 device_stall_minor_watermark_cnt_low[0x20];
1598 u8 device_stall_critical_watermark_cnt_high[0x20];
1600 u8 device_stall_critical_watermark_cnt_low[0x20];
1602 u8 reserved_at_480[0x340];
1605 struct mlx5_ifc_eth_extended_cntrs_grp_data_layout_bits {
1606 u8 port_transmit_wait_high[0x20];
1608 u8 port_transmit_wait_low[0x20];
1610 u8 reserved_at_40[0x100];
1612 u8 rx_buffer_almost_full_high[0x20];
1614 u8 rx_buffer_almost_full_low[0x20];
1616 u8 rx_buffer_full_high[0x20];
1618 u8 rx_buffer_full_low[0x20];
1620 u8 reserved_at_1c0[0x600];
1623 struct mlx5_ifc_eth_3635_cntrs_grp_data_layout_bits {
1624 u8 dot3stats_alignment_errors_high[0x20];
1626 u8 dot3stats_alignment_errors_low[0x20];
1628 u8 dot3stats_fcs_errors_high[0x20];
1630 u8 dot3stats_fcs_errors_low[0x20];
1632 u8 dot3stats_single_collision_frames_high[0x20];
1634 u8 dot3stats_single_collision_frames_low[0x20];
1636 u8 dot3stats_multiple_collision_frames_high[0x20];
1638 u8 dot3stats_multiple_collision_frames_low[0x20];
1640 u8 dot3stats_sqe_test_errors_high[0x20];
1642 u8 dot3stats_sqe_test_errors_low[0x20];
1644 u8 dot3stats_deferred_transmissions_high[0x20];
1646 u8 dot3stats_deferred_transmissions_low[0x20];
1648 u8 dot3stats_late_collisions_high[0x20];
1650 u8 dot3stats_late_collisions_low[0x20];
1652 u8 dot3stats_excessive_collisions_high[0x20];
1654 u8 dot3stats_excessive_collisions_low[0x20];
1656 u8 dot3stats_internal_mac_transmit_errors_high[0x20];
1658 u8 dot3stats_internal_mac_transmit_errors_low[0x20];
1660 u8 dot3stats_carrier_sense_errors_high[0x20];
1662 u8 dot3stats_carrier_sense_errors_low[0x20];
1664 u8 dot3stats_frame_too_longs_high[0x20];
1666 u8 dot3stats_frame_too_longs_low[0x20];
1668 u8 dot3stats_internal_mac_receive_errors_high[0x20];
1670 u8 dot3stats_internal_mac_receive_errors_low[0x20];
1672 u8 dot3stats_symbol_errors_high[0x20];
1674 u8 dot3stats_symbol_errors_low[0x20];
1676 u8 dot3control_in_unknown_opcodes_high[0x20];
1678 u8 dot3control_in_unknown_opcodes_low[0x20];
1680 u8 dot3in_pause_frames_high[0x20];
1682 u8 dot3in_pause_frames_low[0x20];
1684 u8 dot3out_pause_frames_high[0x20];
1686 u8 dot3out_pause_frames_low[0x20];
1688 u8 reserved_at_400[0x3c0];
1691 struct mlx5_ifc_eth_2819_cntrs_grp_data_layout_bits {
1692 u8 ether_stats_drop_events_high[0x20];
1694 u8 ether_stats_drop_events_low[0x20];
1696 u8 ether_stats_octets_high[0x20];
1698 u8 ether_stats_octets_low[0x20];
1700 u8 ether_stats_pkts_high[0x20];
1702 u8 ether_stats_pkts_low[0x20];
1704 u8 ether_stats_broadcast_pkts_high[0x20];
1706 u8 ether_stats_broadcast_pkts_low[0x20];
1708 u8 ether_stats_multicast_pkts_high[0x20];
1710 u8 ether_stats_multicast_pkts_low[0x20];
1712 u8 ether_stats_crc_align_errors_high[0x20];
1714 u8 ether_stats_crc_align_errors_low[0x20];
1716 u8 ether_stats_undersize_pkts_high[0x20];
1718 u8 ether_stats_undersize_pkts_low[0x20];
1720 u8 ether_stats_oversize_pkts_high[0x20];
1722 u8 ether_stats_oversize_pkts_low[0x20];
1724 u8 ether_stats_fragments_high[0x20];
1726 u8 ether_stats_fragments_low[0x20];
1728 u8 ether_stats_jabbers_high[0x20];
1730 u8 ether_stats_jabbers_low[0x20];
1732 u8 ether_stats_collisions_high[0x20];
1734 u8 ether_stats_collisions_low[0x20];
1736 u8 ether_stats_pkts64octets_high[0x20];
1738 u8 ether_stats_pkts64octets_low[0x20];
1740 u8 ether_stats_pkts65to127octets_high[0x20];
1742 u8 ether_stats_pkts65to127octets_low[0x20];
1744 u8 ether_stats_pkts128to255octets_high[0x20];
1746 u8 ether_stats_pkts128to255octets_low[0x20];
1748 u8 ether_stats_pkts256to511octets_high[0x20];
1750 u8 ether_stats_pkts256to511octets_low[0x20];
1752 u8 ether_stats_pkts512to1023octets_high[0x20];
1754 u8 ether_stats_pkts512to1023octets_low[0x20];
1756 u8 ether_stats_pkts1024to1518octets_high[0x20];
1758 u8 ether_stats_pkts1024to1518octets_low[0x20];
1760 u8 ether_stats_pkts1519to2047octets_high[0x20];
1762 u8 ether_stats_pkts1519to2047octets_low[0x20];
1764 u8 ether_stats_pkts2048to4095octets_high[0x20];
1766 u8 ether_stats_pkts2048to4095octets_low[0x20];
1768 u8 ether_stats_pkts4096to8191octets_high[0x20];
1770 u8 ether_stats_pkts4096to8191octets_low[0x20];
1772 u8 ether_stats_pkts8192to10239octets_high[0x20];
1774 u8 ether_stats_pkts8192to10239octets_low[0x20];
1776 u8 reserved_at_540[0x280];
1779 struct mlx5_ifc_eth_2863_cntrs_grp_data_layout_bits {
1780 u8 if_in_octets_high[0x20];
1782 u8 if_in_octets_low[0x20];
1784 u8 if_in_ucast_pkts_high[0x20];
1786 u8 if_in_ucast_pkts_low[0x20];
1788 u8 if_in_discards_high[0x20];
1790 u8 if_in_discards_low[0x20];
1792 u8 if_in_errors_high[0x20];
1794 u8 if_in_errors_low[0x20];
1796 u8 if_in_unknown_protos_high[0x20];
1798 u8 if_in_unknown_protos_low[0x20];
1800 u8 if_out_octets_high[0x20];
1802 u8 if_out_octets_low[0x20];
1804 u8 if_out_ucast_pkts_high[0x20];
1806 u8 if_out_ucast_pkts_low[0x20];
1808 u8 if_out_discards_high[0x20];
1810 u8 if_out_discards_low[0x20];
1812 u8 if_out_errors_high[0x20];
1814 u8 if_out_errors_low[0x20];
1816 u8 if_in_multicast_pkts_high[0x20];
1818 u8 if_in_multicast_pkts_low[0x20];
1820 u8 if_in_broadcast_pkts_high[0x20];
1822 u8 if_in_broadcast_pkts_low[0x20];
1824 u8 if_out_multicast_pkts_high[0x20];
1826 u8 if_out_multicast_pkts_low[0x20];
1828 u8 if_out_broadcast_pkts_high[0x20];
1830 u8 if_out_broadcast_pkts_low[0x20];
1832 u8 reserved_at_340[0x480];
1835 struct mlx5_ifc_eth_802_3_cntrs_grp_data_layout_bits {
1836 u8 a_frames_transmitted_ok_high[0x20];
1838 u8 a_frames_transmitted_ok_low[0x20];
1840 u8 a_frames_received_ok_high[0x20];
1842 u8 a_frames_received_ok_low[0x20];
1844 u8 a_frame_check_sequence_errors_high[0x20];
1846 u8 a_frame_check_sequence_errors_low[0x20];
1848 u8 a_alignment_errors_high[0x20];
1850 u8 a_alignment_errors_low[0x20];
1852 u8 a_octets_transmitted_ok_high[0x20];
1854 u8 a_octets_transmitted_ok_low[0x20];
1856 u8 a_octets_received_ok_high[0x20];
1858 u8 a_octets_received_ok_low[0x20];
1860 u8 a_multicast_frames_xmitted_ok_high[0x20];
1862 u8 a_multicast_frames_xmitted_ok_low[0x20];
1864 u8 a_broadcast_frames_xmitted_ok_high[0x20];
1866 u8 a_broadcast_frames_xmitted_ok_low[0x20];
1868 u8 a_multicast_frames_received_ok_high[0x20];
1870 u8 a_multicast_frames_received_ok_low[0x20];
1872 u8 a_broadcast_frames_received_ok_high[0x20];
1874 u8 a_broadcast_frames_received_ok_low[0x20];
1876 u8 a_in_range_length_errors_high[0x20];
1878 u8 a_in_range_length_errors_low[0x20];
1880 u8 a_out_of_range_length_field_high[0x20];
1882 u8 a_out_of_range_length_field_low[0x20];
1884 u8 a_frame_too_long_errors_high[0x20];
1886 u8 a_frame_too_long_errors_low[0x20];
1888 u8 a_symbol_error_during_carrier_high[0x20];
1890 u8 a_symbol_error_during_carrier_low[0x20];
1892 u8 a_mac_control_frames_transmitted_high[0x20];
1894 u8 a_mac_control_frames_transmitted_low[0x20];
1896 u8 a_mac_control_frames_received_high[0x20];
1898 u8 a_mac_control_frames_received_low[0x20];
1900 u8 a_unsupported_opcodes_received_high[0x20];
1902 u8 a_unsupported_opcodes_received_low[0x20];
1904 u8 a_pause_mac_ctrl_frames_received_high[0x20];
1906 u8 a_pause_mac_ctrl_frames_received_low[0x20];
1908 u8 a_pause_mac_ctrl_frames_transmitted_high[0x20];
1910 u8 a_pause_mac_ctrl_frames_transmitted_low[0x20];
1912 u8 reserved_at_4c0[0x300];
1915 struct mlx5_ifc_pcie_perf_cntrs_grp_data_layout_bits {
1916 u8 life_time_counter_high[0x20];
1918 u8 life_time_counter_low[0x20];
1924 u8 l0_to_recovery_eieos[0x20];
1926 u8 l0_to_recovery_ts[0x20];
1928 u8 l0_to_recovery_framing[0x20];
1930 u8 l0_to_recovery_retrain[0x20];
1932 u8 crc_error_dllp[0x20];
1934 u8 crc_error_tlp[0x20];
1936 u8 tx_overflow_buffer_pkt_high[0x20];
1938 u8 tx_overflow_buffer_pkt_low[0x20];
1940 u8 outbound_stalled_reads[0x20];
1942 u8 outbound_stalled_writes[0x20];
1944 u8 outbound_stalled_reads_events[0x20];
1946 u8 outbound_stalled_writes_events[0x20];
1948 u8 reserved_at_200[0x5c0];
1951 struct mlx5_ifc_cmd_inter_comp_event_bits {
1952 u8 command_completion_vector[0x20];
1954 u8 reserved_at_20[0xc0];
1957 struct mlx5_ifc_stall_vl_event_bits {
1958 u8 reserved_at_0[0x18];
1960 u8 reserved_at_19[0x3];
1963 u8 reserved_at_20[0xa0];
1966 struct mlx5_ifc_db_bf_congestion_event_bits {
1967 u8 event_subtype[0x8];
1968 u8 reserved_at_8[0x8];
1969 u8 congestion_level[0x8];
1970 u8 reserved_at_18[0x8];
1972 u8 reserved_at_20[0xa0];
1975 struct mlx5_ifc_gpio_event_bits {
1976 u8 reserved_at_0[0x60];
1978 u8 gpio_event_hi[0x20];
1980 u8 gpio_event_lo[0x20];
1982 u8 reserved_at_a0[0x40];
1985 struct mlx5_ifc_port_state_change_event_bits {
1986 u8 reserved_at_0[0x40];
1989 u8 reserved_at_44[0x1c];
1991 u8 reserved_at_60[0x80];
1994 struct mlx5_ifc_dropped_packet_logged_bits {
1995 u8 reserved_at_0[0xe0];
1999 MLX5_CQ_ERROR_SYNDROME_CQ_OVERRUN = 0x1,
2000 MLX5_CQ_ERROR_SYNDROME_CQ_ACCESS_VIOLATION_ERROR = 0x2,
2003 struct mlx5_ifc_cq_error_bits {
2004 u8 reserved_at_0[0x8];
2007 u8 reserved_at_20[0x20];
2009 u8 reserved_at_40[0x18];
2012 u8 reserved_at_60[0x80];
2015 struct mlx5_ifc_rdma_page_fault_event_bits {
2016 u8 bytes_committed[0x20];
2020 u8 reserved_at_40[0x10];
2021 u8 packet_len[0x10];
2023 u8 rdma_op_len[0x20];
2027 u8 reserved_at_c0[0x5];
2034 struct mlx5_ifc_wqe_associated_page_fault_event_bits {
2035 u8 bytes_committed[0x20];
2037 u8 reserved_at_20[0x10];
2040 u8 reserved_at_40[0x10];
2043 u8 reserved_at_60[0x60];
2045 u8 reserved_at_c0[0x5];
2052 struct mlx5_ifc_qp_events_bits {
2053 u8 reserved_at_0[0xa0];
2056 u8 reserved_at_a8[0x18];
2058 u8 reserved_at_c0[0x8];
2059 u8 qpn_rqn_sqn[0x18];
2062 struct mlx5_ifc_dct_events_bits {
2063 u8 reserved_at_0[0xc0];
2065 u8 reserved_at_c0[0x8];
2066 u8 dct_number[0x18];
2069 struct mlx5_ifc_comp_event_bits {
2070 u8 reserved_at_0[0xc0];
2072 u8 reserved_at_c0[0x8];
2077 MLX5_QPC_STATE_RST = 0x0,
2078 MLX5_QPC_STATE_INIT = 0x1,
2079 MLX5_QPC_STATE_RTR = 0x2,
2080 MLX5_QPC_STATE_RTS = 0x3,
2081 MLX5_QPC_STATE_SQER = 0x4,
2082 MLX5_QPC_STATE_ERR = 0x6,
2083 MLX5_QPC_STATE_SQD = 0x7,
2084 MLX5_QPC_STATE_SUSPENDED = 0x9,
2088 MLX5_QPC_ST_RC = 0x0,
2089 MLX5_QPC_ST_UC = 0x1,
2090 MLX5_QPC_ST_UD = 0x2,
2091 MLX5_QPC_ST_XRC = 0x3,
2092 MLX5_QPC_ST_DCI = 0x5,
2093 MLX5_QPC_ST_QP0 = 0x7,
2094 MLX5_QPC_ST_QP1 = 0x8,
2095 MLX5_QPC_ST_RAW_DATAGRAM = 0x9,
2096 MLX5_QPC_ST_REG_UMR = 0xc,
2100 MLX5_QPC_PM_STATE_ARMED = 0x0,
2101 MLX5_QPC_PM_STATE_REARM = 0x1,
2102 MLX5_QPC_PM_STATE_RESERVED = 0x2,
2103 MLX5_QPC_PM_STATE_MIGRATED = 0x3,
2107 MLX5_QPC_OFFLOAD_TYPE_RNDV = 0x1,
2111 MLX5_QPC_END_PADDING_MODE_SCATTER_AS_IS = 0x0,
2112 MLX5_QPC_END_PADDING_MODE_PAD_TO_CACHE_LINE_ALIGNMENT = 0x1,
2116 MLX5_QPC_MTU_256_BYTES = 0x1,
2117 MLX5_QPC_MTU_512_BYTES = 0x2,
2118 MLX5_QPC_MTU_1K_BYTES = 0x3,
2119 MLX5_QPC_MTU_2K_BYTES = 0x4,
2120 MLX5_QPC_MTU_4K_BYTES = 0x5,
2121 MLX5_QPC_MTU_RAW_ETHERNET_QP = 0x7,
2125 MLX5_QPC_ATOMIC_MODE_IB_SPEC = 0x1,
2126 MLX5_QPC_ATOMIC_MODE_ONLY_8B = 0x2,
2127 MLX5_QPC_ATOMIC_MODE_UP_TO_8B = 0x3,
2128 MLX5_QPC_ATOMIC_MODE_UP_TO_16B = 0x4,
2129 MLX5_QPC_ATOMIC_MODE_UP_TO_32B = 0x5,
2130 MLX5_QPC_ATOMIC_MODE_UP_TO_64B = 0x6,
2131 MLX5_QPC_ATOMIC_MODE_UP_TO_128B = 0x7,
2132 MLX5_QPC_ATOMIC_MODE_UP_TO_256B = 0x8,
2136 MLX5_QPC_CS_REQ_DISABLE = 0x0,
2137 MLX5_QPC_CS_REQ_UP_TO_32B = 0x11,
2138 MLX5_QPC_CS_REQ_UP_TO_64B = 0x22,
2142 MLX5_QPC_CS_RES_DISABLE = 0x0,
2143 MLX5_QPC_CS_RES_UP_TO_32B = 0x1,
2144 MLX5_QPC_CS_RES_UP_TO_64B = 0x2,
2147 struct mlx5_ifc_qpc_bits {
2149 u8 lag_tx_port_affinity[0x4];
2151 u8 reserved_at_10[0x3];
2153 u8 reserved_at_15[0x3];
2154 u8 offload_type[0x4];
2155 u8 end_padding_mode[0x2];
2156 u8 reserved_at_1e[0x2];
2158 u8 wq_signature[0x1];
2159 u8 block_lb_mc[0x1];
2160 u8 atomic_like_write_en[0x1];
2161 u8 latency_sensitive[0x1];
2162 u8 reserved_at_24[0x1];
2163 u8 drain_sigerr[0x1];
2164 u8 reserved_at_26[0x2];
2168 u8 log_msg_max[0x5];
2169 u8 reserved_at_48[0x1];
2170 u8 log_rq_size[0x4];
2171 u8 log_rq_stride[0x3];
2173 u8 log_sq_size[0x4];
2174 u8 reserved_at_55[0x6];
2176 u8 ulp_stateless_offload_mode[0x4];
2178 u8 counter_set_id[0x8];
2181 u8 reserved_at_80[0x8];
2182 u8 user_index[0x18];
2184 u8 reserved_at_a0[0x3];
2185 u8 log_page_size[0x5];
2186 u8 remote_qpn[0x18];
2188 struct mlx5_ifc_ads_bits primary_address_path;
2190 struct mlx5_ifc_ads_bits secondary_address_path;
2192 u8 log_ack_req_freq[0x4];
2193 u8 reserved_at_384[0x4];
2194 u8 log_sra_max[0x3];
2195 u8 reserved_at_38b[0x2];
2196 u8 retry_count[0x3];
2198 u8 reserved_at_393[0x1];
2200 u8 cur_rnr_retry[0x3];
2201 u8 cur_retry_count[0x3];
2202 u8 reserved_at_39b[0x5];
2204 u8 reserved_at_3a0[0x20];
2206 u8 reserved_at_3c0[0x8];
2207 u8 next_send_psn[0x18];
2209 u8 reserved_at_3e0[0x8];
2212 u8 reserved_at_400[0x8];
2215 u8 reserved_at_420[0x20];
2217 u8 reserved_at_440[0x8];
2218 u8 last_acked_psn[0x18];
2220 u8 reserved_at_460[0x8];
2223 u8 reserved_at_480[0x8];
2224 u8 log_rra_max[0x3];
2225 u8 reserved_at_48b[0x1];
2226 u8 atomic_mode[0x4];
2230 u8 reserved_at_493[0x1];
2231 u8 page_offset[0x6];
2232 u8 reserved_at_49a[0x3];
2233 u8 cd_slave_receive[0x1];
2234 u8 cd_slave_send[0x1];
2237 u8 reserved_at_4a0[0x3];
2238 u8 min_rnr_nak[0x5];
2239 u8 next_rcv_psn[0x18];
2241 u8 reserved_at_4c0[0x8];
2244 u8 reserved_at_4e0[0x8];
2251 u8 reserved_at_560[0x5];
2253 u8 srqn_rmpn_xrqn[0x18];
2255 u8 reserved_at_580[0x8];
2258 u8 hw_sq_wqebb_counter[0x10];
2259 u8 sw_sq_wqebb_counter[0x10];
2261 u8 hw_rq_counter[0x20];
2263 u8 sw_rq_counter[0x20];
2265 u8 reserved_at_600[0x20];
2267 u8 reserved_at_620[0xf];
2272 u8 dc_access_key[0x40];
2274 u8 reserved_at_680[0xc0];
2277 struct mlx5_ifc_roce_addr_layout_bits {
2278 u8 source_l3_address[16][0x8];
2280 u8 reserved_at_80[0x3];
2283 u8 source_mac_47_32[0x10];
2285 u8 source_mac_31_0[0x20];
2287 u8 reserved_at_c0[0x14];
2288 u8 roce_l3_type[0x4];
2289 u8 roce_version[0x8];
2291 u8 reserved_at_e0[0x20];
2294 union mlx5_ifc_hca_cap_union_bits {
2295 struct mlx5_ifc_cmd_hca_cap_bits cmd_hca_cap;
2296 struct mlx5_ifc_odp_cap_bits odp_cap;
2297 struct mlx5_ifc_atomic_caps_bits atomic_caps;
2298 struct mlx5_ifc_roce_cap_bits roce_cap;
2299 struct mlx5_ifc_per_protocol_networking_offload_caps_bits per_protocol_networking_offload_caps;
2300 struct mlx5_ifc_flow_table_nic_cap_bits flow_table_nic_cap;
2301 struct mlx5_ifc_flow_table_eswitch_cap_bits flow_table_eswitch_cap;
2302 struct mlx5_ifc_e_switch_cap_bits e_switch_cap;
2303 struct mlx5_ifc_vector_calc_cap_bits vector_calc_cap;
2304 struct mlx5_ifc_qos_cap_bits qos_cap;
2305 struct mlx5_ifc_fpga_cap_bits fpga_cap;
2306 u8 reserved_at_0[0x8000];
2310 MLX5_FLOW_CONTEXT_ACTION_ALLOW = 0x1,
2311 MLX5_FLOW_CONTEXT_ACTION_DROP = 0x2,
2312 MLX5_FLOW_CONTEXT_ACTION_FWD_DEST = 0x4,
2313 MLX5_FLOW_CONTEXT_ACTION_COUNT = 0x8,
2314 MLX5_FLOW_CONTEXT_ACTION_ENCAP = 0x10,
2315 MLX5_FLOW_CONTEXT_ACTION_DECAP = 0x20,
2316 MLX5_FLOW_CONTEXT_ACTION_MOD_HDR = 0x40,
2317 MLX5_FLOW_CONTEXT_ACTION_VLAN_POP = 0x80,
2318 MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH = 0x100,
2321 struct mlx5_ifc_vlan_bits {
2328 struct mlx5_ifc_flow_context_bits {
2329 struct mlx5_ifc_vlan_bits push_vlan;
2333 u8 reserved_at_40[0x8];
2336 u8 reserved_at_60[0x10];
2339 u8 reserved_at_80[0x8];
2340 u8 destination_list_size[0x18];
2342 u8 reserved_at_a0[0x8];
2343 u8 flow_counter_list_size[0x18];
2347 u8 modify_header_id[0x20];
2349 u8 reserved_at_100[0x100];
2351 struct mlx5_ifc_fte_match_param_bits match_value;
2353 u8 reserved_at_1200[0x600];
2355 union mlx5_ifc_dest_format_struct_flow_counter_list_auto_bits destination[0];
2359 MLX5_XRC_SRQC_STATE_GOOD = 0x0,
2360 MLX5_XRC_SRQC_STATE_ERROR = 0x1,
2363 struct mlx5_ifc_xrc_srqc_bits {
2365 u8 log_xrc_srq_size[0x4];
2366 u8 reserved_at_8[0x18];
2368 u8 wq_signature[0x1];
2370 u8 reserved_at_22[0x1];
2372 u8 basic_cyclic_rcv_wqe[0x1];
2373 u8 log_rq_stride[0x3];
2376 u8 page_offset[0x6];
2377 u8 reserved_at_46[0x2];
2380 u8 reserved_at_60[0x20];
2382 u8 user_index_equal_xrc_srqn[0x1];
2383 u8 reserved_at_81[0x1];
2384 u8 log_page_size[0x6];
2385 u8 user_index[0x18];
2387 u8 reserved_at_a0[0x20];
2389 u8 reserved_at_c0[0x8];
2395 u8 reserved_at_100[0x40];
2397 u8 db_record_addr_h[0x20];
2399 u8 db_record_addr_l[0x1e];
2400 u8 reserved_at_17e[0x2];
2402 u8 reserved_at_180[0x80];
2405 struct mlx5_ifc_vnic_diagnostic_statistics_bits {
2406 u8 counter_error_queues[0x20];
2408 u8 total_error_queues[0x20];
2410 u8 send_queue_priority_update_flow[0x20];
2412 u8 reserved_at_60[0x20];
2414 u8 nic_receive_steering_discard[0x40];
2416 u8 receive_discard_vport_down[0x40];
2418 u8 transmit_discard_vport_down[0x40];
2420 u8 reserved_at_140[0xec0];
2423 struct mlx5_ifc_traffic_counter_bits {
2429 struct mlx5_ifc_tisc_bits {
2430 u8 strict_lag_tx_port_affinity[0x1];
2431 u8 reserved_at_1[0x3];
2432 u8 lag_tx_port_affinity[0x04];
2434 u8 reserved_at_8[0x4];
2436 u8 reserved_at_10[0x10];
2438 u8 reserved_at_20[0x100];
2440 u8 reserved_at_120[0x8];
2441 u8 transport_domain[0x18];
2443 u8 reserved_at_140[0x8];
2444 u8 underlay_qpn[0x18];
2445 u8 reserved_at_160[0x3a0];
2449 MLX5_TIRC_DISP_TYPE_DIRECT = 0x0,
2450 MLX5_TIRC_DISP_TYPE_INDIRECT = 0x1,
2454 MLX5_TIRC_LRO_ENABLE_MASK_IPV4_LRO = 0x1,
2455 MLX5_TIRC_LRO_ENABLE_MASK_IPV6_LRO = 0x2,
2459 MLX5_RX_HASH_FN_NONE = 0x0,
2460 MLX5_RX_HASH_FN_INVERTED_XOR8 = 0x1,
2461 MLX5_RX_HASH_FN_TOEPLITZ = 0x2,
2465 MLX5_TIRC_SELF_LB_BLOCK_BLOCK_UNICAST_ = 0x1,
2466 MLX5_TIRC_SELF_LB_BLOCK_BLOCK_MULTICAST_ = 0x2,
2469 struct mlx5_ifc_tirc_bits {
2470 u8 reserved_at_0[0x20];
2473 u8 reserved_at_24[0x1c];
2475 u8 reserved_at_40[0x40];
2477 u8 reserved_at_80[0x4];
2478 u8 lro_timeout_period_usecs[0x10];
2479 u8 lro_enable_mask[0x4];
2480 u8 lro_max_ip_payload_size[0x8];
2482 u8 reserved_at_a0[0x40];
2484 u8 reserved_at_e0[0x8];
2485 u8 inline_rqn[0x18];
2487 u8 rx_hash_symmetric[0x1];
2488 u8 reserved_at_101[0x1];
2489 u8 tunneled_offload_en[0x1];
2490 u8 reserved_at_103[0x5];
2491 u8 indirect_table[0x18];
2494 u8 reserved_at_124[0x2];
2495 u8 self_lb_block[0x2];
2496 u8 transport_domain[0x18];
2498 u8 rx_hash_toeplitz_key[10][0x20];
2500 struct mlx5_ifc_rx_hash_field_select_bits rx_hash_field_selector_outer;
2502 struct mlx5_ifc_rx_hash_field_select_bits rx_hash_field_selector_inner;
2504 u8 reserved_at_2c0[0x4c0];
2508 MLX5_SRQC_STATE_GOOD = 0x0,
2509 MLX5_SRQC_STATE_ERROR = 0x1,
2512 struct mlx5_ifc_srqc_bits {
2514 u8 log_srq_size[0x4];
2515 u8 reserved_at_8[0x18];
2517 u8 wq_signature[0x1];
2519 u8 reserved_at_22[0x1];
2521 u8 reserved_at_24[0x1];
2522 u8 log_rq_stride[0x3];
2525 u8 page_offset[0x6];
2526 u8 reserved_at_46[0x2];
2529 u8 reserved_at_60[0x20];
2531 u8 reserved_at_80[0x2];
2532 u8 log_page_size[0x6];
2533 u8 reserved_at_88[0x18];
2535 u8 reserved_at_a0[0x20];
2537 u8 reserved_at_c0[0x8];
2543 u8 reserved_at_100[0x40];
2547 u8 reserved_at_180[0x80];
2551 MLX5_SQC_STATE_RST = 0x0,
2552 MLX5_SQC_STATE_RDY = 0x1,
2553 MLX5_SQC_STATE_ERR = 0x3,
2556 struct mlx5_ifc_sqc_bits {
2560 u8 flush_in_error_en[0x1];
2561 u8 allow_multi_pkt_send_wqe[0x1];
2562 u8 min_wqe_inline_mode[0x3];
2567 u8 reserved_at_f[0x11];
2569 u8 reserved_at_20[0x8];
2570 u8 user_index[0x18];
2572 u8 reserved_at_40[0x8];
2575 u8 reserved_at_60[0x8];
2576 u8 hairpin_peer_rq[0x18];
2578 u8 reserved_at_80[0x10];
2579 u8 hairpin_peer_vhca[0x10];
2581 u8 reserved_at_a0[0x50];
2583 u8 packet_pacing_rate_limit_index[0x10];
2584 u8 tis_lst_sz[0x10];
2585 u8 reserved_at_110[0x10];
2587 u8 reserved_at_120[0x40];
2589 u8 reserved_at_160[0x8];
2592 struct mlx5_ifc_wq_bits wq;
2596 SCHEDULING_CONTEXT_ELEMENT_TYPE_TSAR = 0x0,
2597 SCHEDULING_CONTEXT_ELEMENT_TYPE_VPORT = 0x1,
2598 SCHEDULING_CONTEXT_ELEMENT_TYPE_VPORT_TC = 0x2,
2599 SCHEDULING_CONTEXT_ELEMENT_TYPE_PARA_VPORT_TC = 0x3,
2602 struct mlx5_ifc_scheduling_context_bits {
2603 u8 element_type[0x8];
2604 u8 reserved_at_8[0x18];
2606 u8 element_attributes[0x20];
2608 u8 parent_element_id[0x20];
2610 u8 reserved_at_60[0x40];
2614 u8 max_average_bw[0x20];
2616 u8 reserved_at_e0[0x120];
2619 struct mlx5_ifc_rqtc_bits {
2620 u8 reserved_at_0[0xa0];
2622 u8 reserved_at_a0[0x10];
2623 u8 rqt_max_size[0x10];
2625 u8 reserved_at_c0[0x10];
2626 u8 rqt_actual_size[0x10];
2628 u8 reserved_at_e0[0x6a0];
2630 struct mlx5_ifc_rq_num_bits rq_num[0];
2634 MLX5_RQC_MEM_RQ_TYPE_MEMORY_RQ_INLINE = 0x0,
2635 MLX5_RQC_MEM_RQ_TYPE_MEMORY_RQ_RMP = 0x1,
2639 MLX5_RQC_STATE_RST = 0x0,
2640 MLX5_RQC_STATE_RDY = 0x1,
2641 MLX5_RQC_STATE_ERR = 0x3,
2644 struct mlx5_ifc_rqc_bits {
2646 u8 delay_drop_en[0x1];
2647 u8 scatter_fcs[0x1];
2649 u8 mem_rq_type[0x4];
2651 u8 reserved_at_c[0x1];
2652 u8 flush_in_error_en[0x1];
2654 u8 reserved_at_f[0x11];
2656 u8 reserved_at_20[0x8];
2657 u8 user_index[0x18];
2659 u8 reserved_at_40[0x8];
2662 u8 counter_set_id[0x8];
2663 u8 reserved_at_68[0x18];
2665 u8 reserved_at_80[0x8];
2668 u8 reserved_at_a0[0x8];
2669 u8 hairpin_peer_sq[0x18];
2671 u8 reserved_at_c0[0x10];
2672 u8 hairpin_peer_vhca[0x10];
2674 u8 reserved_at_e0[0xa0];
2676 struct mlx5_ifc_wq_bits wq;
2680 MLX5_RMPC_STATE_RDY = 0x1,
2681 MLX5_RMPC_STATE_ERR = 0x3,
2684 struct mlx5_ifc_rmpc_bits {
2685 u8 reserved_at_0[0x8];
2687 u8 reserved_at_c[0x14];
2689 u8 basic_cyclic_rcv_wqe[0x1];
2690 u8 reserved_at_21[0x1f];
2692 u8 reserved_at_40[0x140];
2694 struct mlx5_ifc_wq_bits wq;
2697 struct mlx5_ifc_nic_vport_context_bits {
2698 u8 reserved_at_0[0x5];
2699 u8 min_wqe_inline_mode[0x3];
2700 u8 reserved_at_8[0x15];
2701 u8 disable_mc_local_lb[0x1];
2702 u8 disable_uc_local_lb[0x1];
2705 u8 arm_change_event[0x1];
2706 u8 reserved_at_21[0x1a];
2707 u8 event_on_mtu[0x1];
2708 u8 event_on_promisc_change[0x1];
2709 u8 event_on_vlan_change[0x1];
2710 u8 event_on_mc_address_change[0x1];
2711 u8 event_on_uc_address_change[0x1];
2713 u8 reserved_at_40[0xc];
2715 u8 affiliation_criteria[0x4];
2716 u8 affiliated_vhca_id[0x10];
2718 u8 reserved_at_60[0xd0];
2722 u8 system_image_guid[0x40];
2726 u8 reserved_at_200[0x140];
2727 u8 qkey_violation_counter[0x10];
2728 u8 reserved_at_350[0x430];
2732 u8 promisc_all[0x1];
2733 u8 reserved_at_783[0x2];
2734 u8 allowed_list_type[0x3];
2735 u8 reserved_at_788[0xc];
2736 u8 allowed_list_size[0xc];
2738 struct mlx5_ifc_mac_address_layout_bits permanent_address;
2740 u8 reserved_at_7e0[0x20];
2742 u8 current_uc_mac_address[0][0x40];
2746 MLX5_MKC_ACCESS_MODE_PA = 0x0,
2747 MLX5_MKC_ACCESS_MODE_MTT = 0x1,
2748 MLX5_MKC_ACCESS_MODE_KLMS = 0x2,
2749 MLX5_MKC_ACCESS_MODE_KSM = 0x3,
2752 struct mlx5_ifc_mkc_bits {
2753 u8 reserved_at_0[0x1];
2755 u8 reserved_at_2[0xd];
2756 u8 small_fence_on_rdma_read_response[0x1];
2763 u8 access_mode[0x2];
2764 u8 reserved_at_18[0x8];
2769 u8 reserved_at_40[0x20];
2774 u8 reserved_at_63[0x2];
2775 u8 expected_sigerr_count[0x1];
2776 u8 reserved_at_66[0x1];
2780 u8 start_addr[0x40];
2784 u8 bsf_octword_size[0x20];
2786 u8 reserved_at_120[0x80];
2788 u8 translations_octword_size[0x20];
2790 u8 reserved_at_1c0[0x1b];
2791 u8 log_page_size[0x5];
2793 u8 reserved_at_1e0[0x20];
2796 struct mlx5_ifc_pkey_bits {
2797 u8 reserved_at_0[0x10];
2801 struct mlx5_ifc_array128_auto_bits {
2802 u8 array128_auto[16][0x8];
2805 struct mlx5_ifc_hca_vport_context_bits {
2806 u8 field_select[0x20];
2808 u8 reserved_at_20[0xe0];
2810 u8 sm_virt_aware[0x1];
2813 u8 grh_required[0x1];
2814 u8 reserved_at_104[0xc];
2815 u8 port_physical_state[0x4];
2816 u8 vport_state_policy[0x4];
2818 u8 vport_state[0x4];
2820 u8 reserved_at_120[0x20];
2822 u8 system_image_guid[0x40];
2830 u8 cap_mask1_field_select[0x20];
2834 u8 cap_mask2_field_select[0x20];
2836 u8 reserved_at_280[0x80];
2839 u8 reserved_at_310[0x4];
2840 u8 init_type_reply[0x4];
2842 u8 subnet_timeout[0x5];
2846 u8 reserved_at_334[0xc];
2848 u8 qkey_violation_counter[0x10];
2849 u8 pkey_violation_counter[0x10];
2851 u8 reserved_at_360[0xca0];
2854 struct mlx5_ifc_esw_vport_context_bits {
2855 u8 reserved_at_0[0x3];
2856 u8 vport_svlan_strip[0x1];
2857 u8 vport_cvlan_strip[0x1];
2858 u8 vport_svlan_insert[0x1];
2859 u8 vport_cvlan_insert[0x2];
2860 u8 reserved_at_8[0x18];
2862 u8 reserved_at_20[0x20];
2871 u8 reserved_at_60[0x7a0];
2875 MLX5_EQC_STATUS_OK = 0x0,
2876 MLX5_EQC_STATUS_EQ_WRITE_FAILURE = 0xa,
2880 MLX5_EQC_ST_ARMED = 0x9,
2881 MLX5_EQC_ST_FIRED = 0xa,
2884 struct mlx5_ifc_eqc_bits {
2886 u8 reserved_at_4[0x9];
2889 u8 reserved_at_f[0x5];
2891 u8 reserved_at_18[0x8];
2893 u8 reserved_at_20[0x20];
2895 u8 reserved_at_40[0x14];
2896 u8 page_offset[0x6];
2897 u8 reserved_at_5a[0x6];
2899 u8 reserved_at_60[0x3];
2900 u8 log_eq_size[0x5];
2903 u8 reserved_at_80[0x20];
2905 u8 reserved_at_a0[0x18];
2908 u8 reserved_at_c0[0x3];
2909 u8 log_page_size[0x5];
2910 u8 reserved_at_c8[0x18];
2912 u8 reserved_at_e0[0x60];
2914 u8 reserved_at_140[0x8];
2915 u8 consumer_counter[0x18];
2917 u8 reserved_at_160[0x8];
2918 u8 producer_counter[0x18];
2920 u8 reserved_at_180[0x80];
2924 MLX5_DCTC_STATE_ACTIVE = 0x0,
2925 MLX5_DCTC_STATE_DRAINING = 0x1,
2926 MLX5_DCTC_STATE_DRAINED = 0x2,
2930 MLX5_DCTC_CS_RES_DISABLE = 0x0,
2931 MLX5_DCTC_CS_RES_NA = 0x1,
2932 MLX5_DCTC_CS_RES_UP_TO_64B = 0x2,
2936 MLX5_DCTC_MTU_256_BYTES = 0x1,
2937 MLX5_DCTC_MTU_512_BYTES = 0x2,
2938 MLX5_DCTC_MTU_1K_BYTES = 0x3,
2939 MLX5_DCTC_MTU_2K_BYTES = 0x4,
2940 MLX5_DCTC_MTU_4K_BYTES = 0x5,
2943 struct mlx5_ifc_dctc_bits {
2944 u8 reserved_at_0[0x4];
2946 u8 reserved_at_8[0x18];
2948 u8 reserved_at_20[0x8];
2949 u8 user_index[0x18];
2951 u8 reserved_at_40[0x8];
2954 u8 counter_set_id[0x8];
2955 u8 atomic_mode[0x4];
2959 u8 atomic_like_write_en[0x1];
2960 u8 latency_sensitive[0x1];
2963 u8 reserved_at_73[0xd];
2965 u8 reserved_at_80[0x8];
2967 u8 reserved_at_90[0x3];
2968 u8 min_rnr_nak[0x5];
2969 u8 reserved_at_98[0x8];
2971 u8 reserved_at_a0[0x8];
2974 u8 reserved_at_c0[0x8];
2978 u8 reserved_at_e8[0x4];
2979 u8 flow_label[0x14];
2981 u8 dc_access_key[0x40];
2983 u8 reserved_at_140[0x5];
2986 u8 pkey_index[0x10];
2988 u8 reserved_at_160[0x8];
2989 u8 my_addr_index[0x8];
2990 u8 reserved_at_170[0x8];
2993 u8 dc_access_key_violation_count[0x20];
2995 u8 reserved_at_1a0[0x14];
3001 u8 reserved_at_1c0[0x40];
3005 MLX5_CQC_STATUS_OK = 0x0,
3006 MLX5_CQC_STATUS_CQ_OVERFLOW = 0x9,
3007 MLX5_CQC_STATUS_CQ_WRITE_FAIL = 0xa,
3011 MLX5_CQC_CQE_SZ_64_BYTES = 0x0,
3012 MLX5_CQC_CQE_SZ_128_BYTES = 0x1,
3016 MLX5_CQC_ST_SOLICITED_NOTIFICATION_REQUEST_ARMED = 0x6,
3017 MLX5_CQC_ST_NOTIFICATION_REQUEST_ARMED = 0x9,
3018 MLX5_CQC_ST_FIRED = 0xa,
3022 MLX5_CQ_PERIOD_MODE_START_FROM_EQE = 0x0,
3023 MLX5_CQ_PERIOD_MODE_START_FROM_CQE = 0x1,
3024 MLX5_CQ_PERIOD_NUM_MODES
3027 struct mlx5_ifc_cqc_bits {
3029 u8 reserved_at_4[0x4];
3032 u8 reserved_at_c[0x1];
3033 u8 scqe_break_moderation_en[0x1];
3035 u8 cq_period_mode[0x2];
3036 u8 cqe_comp_en[0x1];
3037 u8 mini_cqe_res_format[0x2];
3039 u8 reserved_at_18[0x8];
3041 u8 reserved_at_20[0x20];
3043 u8 reserved_at_40[0x14];
3044 u8 page_offset[0x6];
3045 u8 reserved_at_5a[0x6];
3047 u8 reserved_at_60[0x3];
3048 u8 log_cq_size[0x5];
3051 u8 reserved_at_80[0x4];
3053 u8 cq_max_count[0x10];
3055 u8 reserved_at_a0[0x18];
3058 u8 reserved_at_c0[0x3];
3059 u8 log_page_size[0x5];
3060 u8 reserved_at_c8[0x18];
3062 u8 reserved_at_e0[0x20];
3064 u8 reserved_at_100[0x8];
3065 u8 last_notified_index[0x18];
3067 u8 reserved_at_120[0x8];
3068 u8 last_solicit_index[0x18];
3070 u8 reserved_at_140[0x8];
3071 u8 consumer_counter[0x18];
3073 u8 reserved_at_160[0x8];
3074 u8 producer_counter[0x18];
3076 u8 reserved_at_180[0x40];
3081 union mlx5_ifc_cong_control_roce_ecn_auto_bits {
3082 struct mlx5_ifc_cong_control_802_1qau_rp_bits cong_control_802_1qau_rp;
3083 struct mlx5_ifc_cong_control_r_roce_ecn_rp_bits cong_control_r_roce_ecn_rp;
3084 struct mlx5_ifc_cong_control_r_roce_ecn_np_bits cong_control_r_roce_ecn_np;
3085 u8 reserved_at_0[0x800];
3088 struct mlx5_ifc_query_adapter_param_block_bits {
3089 u8 reserved_at_0[0xc0];
3091 u8 reserved_at_c0[0x8];
3092 u8 ieee_vendor_id[0x18];
3094 u8 reserved_at_e0[0x10];
3095 u8 vsd_vendor_id[0x10];
3099 u8 vsd_contd_psid[16][0x8];
3103 MLX5_XRQC_STATE_GOOD = 0x0,
3104 MLX5_XRQC_STATE_ERROR = 0x1,
3108 MLX5_XRQC_TOPOLOGY_NO_SPECIAL_TOPOLOGY = 0x0,
3109 MLX5_XRQC_TOPOLOGY_TAG_MATCHING = 0x1,
3113 MLX5_XRQC_OFFLOAD_RNDV = 0x1,
3116 struct mlx5_ifc_tag_matching_topology_context_bits {
3117 u8 log_matching_list_sz[0x4];
3118 u8 reserved_at_4[0xc];
3119 u8 append_next_index[0x10];
3121 u8 sw_phase_cnt[0x10];
3122 u8 hw_phase_cnt[0x10];
3124 u8 reserved_at_40[0x40];
3127 struct mlx5_ifc_xrqc_bits {
3130 u8 reserved_at_5[0xf];
3132 u8 reserved_at_18[0x4];
3135 u8 reserved_at_20[0x8];
3136 u8 user_index[0x18];
3138 u8 reserved_at_40[0x8];
3141 u8 reserved_at_60[0xa0];
3143 struct mlx5_ifc_tag_matching_topology_context_bits tag_matching_topology_context;
3145 u8 reserved_at_180[0x280];
3147 struct mlx5_ifc_wq_bits wq;
3150 union mlx5_ifc_modify_field_select_resize_field_select_auto_bits {
3151 struct mlx5_ifc_modify_field_select_bits modify_field_select;
3152 struct mlx5_ifc_resize_field_select_bits resize_field_select;
3153 u8 reserved_at_0[0x20];
3156 union mlx5_ifc_field_select_802_1_r_roce_auto_bits {
3157 struct mlx5_ifc_field_select_802_1qau_rp_bits field_select_802_1qau_rp;
3158 struct mlx5_ifc_field_select_r_roce_rp_bits field_select_r_roce_rp;
3159 struct mlx5_ifc_field_select_r_roce_np_bits field_select_r_roce_np;
3160 u8 reserved_at_0[0x20];
3163 union mlx5_ifc_eth_cntrs_grp_data_layout_auto_bits {
3164 struct mlx5_ifc_eth_802_3_cntrs_grp_data_layout_bits eth_802_3_cntrs_grp_data_layout;
3165 struct mlx5_ifc_eth_2863_cntrs_grp_data_layout_bits eth_2863_cntrs_grp_data_layout;
3166 struct mlx5_ifc_eth_2819_cntrs_grp_data_layout_bits eth_2819_cntrs_grp_data_layout;
3167 struct mlx5_ifc_eth_3635_cntrs_grp_data_layout_bits eth_3635_cntrs_grp_data_layout;
3168 struct mlx5_ifc_eth_extended_cntrs_grp_data_layout_bits eth_extended_cntrs_grp_data_layout;
3169 struct mlx5_ifc_eth_per_prio_grp_data_layout_bits eth_per_prio_grp_data_layout;
3170 struct mlx5_ifc_eth_per_traffic_grp_data_layout_bits eth_per_traffic_grp_data_layout;
3171 struct mlx5_ifc_ib_port_cntrs_grp_data_layout_bits ib_port_cntrs_grp_data_layout;
3172 struct mlx5_ifc_phys_layer_cntrs_bits phys_layer_cntrs;
3173 struct mlx5_ifc_phys_layer_statistical_cntrs_bits phys_layer_statistical_cntrs;
3174 u8 reserved_at_0[0x7c0];
3177 union mlx5_ifc_pcie_cntrs_grp_data_layout_auto_bits {
3178 struct mlx5_ifc_pcie_perf_cntrs_grp_data_layout_bits pcie_perf_cntrs_grp_data_layout;
3179 u8 reserved_at_0[0x7c0];
3182 union mlx5_ifc_event_auto_bits {
3183 struct mlx5_ifc_comp_event_bits comp_event;
3184 struct mlx5_ifc_dct_events_bits dct_events;
3185 struct mlx5_ifc_qp_events_bits qp_events;
3186 struct mlx5_ifc_wqe_associated_page_fault_event_bits wqe_associated_page_fault_event;
3187 struct mlx5_ifc_rdma_page_fault_event_bits rdma_page_fault_event;
3188 struct mlx5_ifc_cq_error_bits cq_error;
3189 struct mlx5_ifc_dropped_packet_logged_bits dropped_packet_logged;
3190 struct mlx5_ifc_port_state_change_event_bits port_state_change_event;
3191 struct mlx5_ifc_gpio_event_bits gpio_event;
3192 struct mlx5_ifc_db_bf_congestion_event_bits db_bf_congestion_event;
3193 struct mlx5_ifc_stall_vl_event_bits stall_vl_event;
3194 struct mlx5_ifc_cmd_inter_comp_event_bits cmd_inter_comp_event;
3195 u8 reserved_at_0[0xe0];
3198 struct mlx5_ifc_health_buffer_bits {
3199 u8 reserved_at_0[0x100];
3201 u8 assert_existptr[0x20];
3203 u8 assert_callra[0x20];
3205 u8 reserved_at_140[0x40];
3207 u8 fw_version[0x20];
3211 u8 reserved_at_1c0[0x20];
3213 u8 irisc_index[0x8];
3218 struct mlx5_ifc_register_loopback_control_bits {
3220 u8 reserved_at_1[0x7];
3222 u8 reserved_at_10[0x10];
3224 u8 reserved_at_20[0x60];
3227 struct mlx5_ifc_vport_tc_element_bits {
3228 u8 traffic_class[0x4];
3229 u8 reserved_at_4[0xc];
3230 u8 vport_number[0x10];
3233 struct mlx5_ifc_vport_element_bits {
3234 u8 reserved_at_0[0x10];
3235 u8 vport_number[0x10];
3239 TSAR_ELEMENT_TSAR_TYPE_DWRR = 0x0,
3240 TSAR_ELEMENT_TSAR_TYPE_ROUND_ROBIN = 0x1,
3241 TSAR_ELEMENT_TSAR_TYPE_ETS = 0x2,
3244 struct mlx5_ifc_tsar_element_bits {
3245 u8 reserved_at_0[0x8];
3247 u8 reserved_at_10[0x10];
3251 MLX5_TEARDOWN_HCA_OUT_FORCE_STATE_SUCCESS = 0x0,
3252 MLX5_TEARDOWN_HCA_OUT_FORCE_STATE_FAIL = 0x1,
3255 struct mlx5_ifc_teardown_hca_out_bits {
3257 u8 reserved_at_8[0x18];