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,
63 MLX5_EVENT_TYPE_CODING_FPGA_QP_ERROR = 0x21
67 MLX5_MODIFY_TIR_BITMASK_LRO = 0x0,
68 MLX5_MODIFY_TIR_BITMASK_INDIRECT_TABLE = 0x1,
69 MLX5_MODIFY_TIR_BITMASK_HASH = 0x2,
70 MLX5_MODIFY_TIR_BITMASK_TUNNELED_OFFLOAD_EN = 0x3
74 MLX5_SET_HCA_CAP_OP_MOD_GENERAL_DEVICE = 0x0,
75 MLX5_SET_HCA_CAP_OP_MOD_ATOMIC = 0x3,
79 MLX5_GENERAL_OBJ_TYPES_CAP_UCTX = (1ULL << 4),
80 MLX5_GENERAL_OBJ_TYPES_CAP_UMEM = (1ULL << 5),
84 MLX5_OBJ_TYPE_UCTX = 0x0004,
85 MLX5_OBJ_TYPE_UMEM = 0x0005,
89 MLX5_CMD_OP_QUERY_HCA_CAP = 0x100,
90 MLX5_CMD_OP_QUERY_ADAPTER = 0x101,
91 MLX5_CMD_OP_INIT_HCA = 0x102,
92 MLX5_CMD_OP_TEARDOWN_HCA = 0x103,
93 MLX5_CMD_OP_ENABLE_HCA = 0x104,
94 MLX5_CMD_OP_DISABLE_HCA = 0x105,
95 MLX5_CMD_OP_QUERY_PAGES = 0x107,
96 MLX5_CMD_OP_MANAGE_PAGES = 0x108,
97 MLX5_CMD_OP_SET_HCA_CAP = 0x109,
98 MLX5_CMD_OP_QUERY_ISSI = 0x10a,
99 MLX5_CMD_OP_SET_ISSI = 0x10b,
100 MLX5_CMD_OP_SET_DRIVER_VERSION = 0x10d,
101 MLX5_CMD_OP_CREATE_MKEY = 0x200,
102 MLX5_CMD_OP_QUERY_MKEY = 0x201,
103 MLX5_CMD_OP_DESTROY_MKEY = 0x202,
104 MLX5_CMD_OP_QUERY_SPECIAL_CONTEXTS = 0x203,
105 MLX5_CMD_OP_PAGE_FAULT_RESUME = 0x204,
106 MLX5_CMD_OP_ALLOC_MEMIC = 0x205,
107 MLX5_CMD_OP_DEALLOC_MEMIC = 0x206,
108 MLX5_CMD_OP_CREATE_EQ = 0x301,
109 MLX5_CMD_OP_DESTROY_EQ = 0x302,
110 MLX5_CMD_OP_QUERY_EQ = 0x303,
111 MLX5_CMD_OP_GEN_EQE = 0x304,
112 MLX5_CMD_OP_CREATE_CQ = 0x400,
113 MLX5_CMD_OP_DESTROY_CQ = 0x401,
114 MLX5_CMD_OP_QUERY_CQ = 0x402,
115 MLX5_CMD_OP_MODIFY_CQ = 0x403,
116 MLX5_CMD_OP_CREATE_QP = 0x500,
117 MLX5_CMD_OP_DESTROY_QP = 0x501,
118 MLX5_CMD_OP_RST2INIT_QP = 0x502,
119 MLX5_CMD_OP_INIT2RTR_QP = 0x503,
120 MLX5_CMD_OP_RTR2RTS_QP = 0x504,
121 MLX5_CMD_OP_RTS2RTS_QP = 0x505,
122 MLX5_CMD_OP_SQERR2RTS_QP = 0x506,
123 MLX5_CMD_OP_2ERR_QP = 0x507,
124 MLX5_CMD_OP_2RST_QP = 0x50a,
125 MLX5_CMD_OP_QUERY_QP = 0x50b,
126 MLX5_CMD_OP_SQD_RTS_QP = 0x50c,
127 MLX5_CMD_OP_INIT2INIT_QP = 0x50e,
128 MLX5_CMD_OP_CREATE_PSV = 0x600,
129 MLX5_CMD_OP_DESTROY_PSV = 0x601,
130 MLX5_CMD_OP_CREATE_SRQ = 0x700,
131 MLX5_CMD_OP_DESTROY_SRQ = 0x701,
132 MLX5_CMD_OP_QUERY_SRQ = 0x702,
133 MLX5_CMD_OP_ARM_RQ = 0x703,
134 MLX5_CMD_OP_CREATE_XRC_SRQ = 0x705,
135 MLX5_CMD_OP_DESTROY_XRC_SRQ = 0x706,
136 MLX5_CMD_OP_QUERY_XRC_SRQ = 0x707,
137 MLX5_CMD_OP_ARM_XRC_SRQ = 0x708,
138 MLX5_CMD_OP_CREATE_DCT = 0x710,
139 MLX5_CMD_OP_DESTROY_DCT = 0x711,
140 MLX5_CMD_OP_DRAIN_DCT = 0x712,
141 MLX5_CMD_OP_QUERY_DCT = 0x713,
142 MLX5_CMD_OP_ARM_DCT_FOR_KEY_VIOLATION = 0x714,
143 MLX5_CMD_OP_CREATE_XRQ = 0x717,
144 MLX5_CMD_OP_DESTROY_XRQ = 0x718,
145 MLX5_CMD_OP_QUERY_XRQ = 0x719,
146 MLX5_CMD_OP_ARM_XRQ = 0x71a,
147 MLX5_CMD_OP_QUERY_VPORT_STATE = 0x750,
148 MLX5_CMD_OP_MODIFY_VPORT_STATE = 0x751,
149 MLX5_CMD_OP_QUERY_ESW_VPORT_CONTEXT = 0x752,
150 MLX5_CMD_OP_MODIFY_ESW_VPORT_CONTEXT = 0x753,
151 MLX5_CMD_OP_QUERY_NIC_VPORT_CONTEXT = 0x754,
152 MLX5_CMD_OP_MODIFY_NIC_VPORT_CONTEXT = 0x755,
153 MLX5_CMD_OP_QUERY_ROCE_ADDRESS = 0x760,
154 MLX5_CMD_OP_SET_ROCE_ADDRESS = 0x761,
155 MLX5_CMD_OP_QUERY_HCA_VPORT_CONTEXT = 0x762,
156 MLX5_CMD_OP_MODIFY_HCA_VPORT_CONTEXT = 0x763,
157 MLX5_CMD_OP_QUERY_HCA_VPORT_GID = 0x764,
158 MLX5_CMD_OP_QUERY_HCA_VPORT_PKEY = 0x765,
159 MLX5_CMD_OP_QUERY_VNIC_ENV = 0x76f,
160 MLX5_CMD_OP_QUERY_VPORT_COUNTER = 0x770,
161 MLX5_CMD_OP_ALLOC_Q_COUNTER = 0x771,
162 MLX5_CMD_OP_DEALLOC_Q_COUNTER = 0x772,
163 MLX5_CMD_OP_QUERY_Q_COUNTER = 0x773,
164 MLX5_CMD_OP_SET_PP_RATE_LIMIT = 0x780,
165 MLX5_CMD_OP_QUERY_RATE_LIMIT = 0x781,
166 MLX5_CMD_OP_CREATE_SCHEDULING_ELEMENT = 0x782,
167 MLX5_CMD_OP_DESTROY_SCHEDULING_ELEMENT = 0x783,
168 MLX5_CMD_OP_QUERY_SCHEDULING_ELEMENT = 0x784,
169 MLX5_CMD_OP_MODIFY_SCHEDULING_ELEMENT = 0x785,
170 MLX5_CMD_OP_CREATE_QOS_PARA_VPORT = 0x786,
171 MLX5_CMD_OP_DESTROY_QOS_PARA_VPORT = 0x787,
172 MLX5_CMD_OP_ALLOC_PD = 0x800,
173 MLX5_CMD_OP_DEALLOC_PD = 0x801,
174 MLX5_CMD_OP_ALLOC_UAR = 0x802,
175 MLX5_CMD_OP_DEALLOC_UAR = 0x803,
176 MLX5_CMD_OP_CONFIG_INT_MODERATION = 0x804,
177 MLX5_CMD_OP_ACCESS_REG = 0x805,
178 MLX5_CMD_OP_ATTACH_TO_MCG = 0x806,
179 MLX5_CMD_OP_DETACH_FROM_MCG = 0x807,
180 MLX5_CMD_OP_GET_DROPPED_PACKET_LOG = 0x80a,
181 MLX5_CMD_OP_MAD_IFC = 0x50d,
182 MLX5_CMD_OP_QUERY_MAD_DEMUX = 0x80b,
183 MLX5_CMD_OP_SET_MAD_DEMUX = 0x80c,
184 MLX5_CMD_OP_NOP = 0x80d,
185 MLX5_CMD_OP_ALLOC_XRCD = 0x80e,
186 MLX5_CMD_OP_DEALLOC_XRCD = 0x80f,
187 MLX5_CMD_OP_ALLOC_TRANSPORT_DOMAIN = 0x816,
188 MLX5_CMD_OP_DEALLOC_TRANSPORT_DOMAIN = 0x817,
189 MLX5_CMD_OP_QUERY_CONG_STATUS = 0x822,
190 MLX5_CMD_OP_MODIFY_CONG_STATUS = 0x823,
191 MLX5_CMD_OP_QUERY_CONG_PARAMS = 0x824,
192 MLX5_CMD_OP_MODIFY_CONG_PARAMS = 0x825,
193 MLX5_CMD_OP_QUERY_CONG_STATISTICS = 0x826,
194 MLX5_CMD_OP_ADD_VXLAN_UDP_DPORT = 0x827,
195 MLX5_CMD_OP_DELETE_VXLAN_UDP_DPORT = 0x828,
196 MLX5_CMD_OP_SET_L2_TABLE_ENTRY = 0x829,
197 MLX5_CMD_OP_QUERY_L2_TABLE_ENTRY = 0x82a,
198 MLX5_CMD_OP_DELETE_L2_TABLE_ENTRY = 0x82b,
199 MLX5_CMD_OP_SET_WOL_ROL = 0x830,
200 MLX5_CMD_OP_QUERY_WOL_ROL = 0x831,
201 MLX5_CMD_OP_CREATE_LAG = 0x840,
202 MLX5_CMD_OP_MODIFY_LAG = 0x841,
203 MLX5_CMD_OP_QUERY_LAG = 0x842,
204 MLX5_CMD_OP_DESTROY_LAG = 0x843,
205 MLX5_CMD_OP_CREATE_VPORT_LAG = 0x844,
206 MLX5_CMD_OP_DESTROY_VPORT_LAG = 0x845,
207 MLX5_CMD_OP_CREATE_TIR = 0x900,
208 MLX5_CMD_OP_MODIFY_TIR = 0x901,
209 MLX5_CMD_OP_DESTROY_TIR = 0x902,
210 MLX5_CMD_OP_QUERY_TIR = 0x903,
211 MLX5_CMD_OP_CREATE_SQ = 0x904,
212 MLX5_CMD_OP_MODIFY_SQ = 0x905,
213 MLX5_CMD_OP_DESTROY_SQ = 0x906,
214 MLX5_CMD_OP_QUERY_SQ = 0x907,
215 MLX5_CMD_OP_CREATE_RQ = 0x908,
216 MLX5_CMD_OP_MODIFY_RQ = 0x909,
217 MLX5_CMD_OP_SET_DELAY_DROP_PARAMS = 0x910,
218 MLX5_CMD_OP_DESTROY_RQ = 0x90a,
219 MLX5_CMD_OP_QUERY_RQ = 0x90b,
220 MLX5_CMD_OP_CREATE_RMP = 0x90c,
221 MLX5_CMD_OP_MODIFY_RMP = 0x90d,
222 MLX5_CMD_OP_DESTROY_RMP = 0x90e,
223 MLX5_CMD_OP_QUERY_RMP = 0x90f,
224 MLX5_CMD_OP_CREATE_TIS = 0x912,
225 MLX5_CMD_OP_MODIFY_TIS = 0x913,
226 MLX5_CMD_OP_DESTROY_TIS = 0x914,
227 MLX5_CMD_OP_QUERY_TIS = 0x915,
228 MLX5_CMD_OP_CREATE_RQT = 0x916,
229 MLX5_CMD_OP_MODIFY_RQT = 0x917,
230 MLX5_CMD_OP_DESTROY_RQT = 0x918,
231 MLX5_CMD_OP_QUERY_RQT = 0x919,
232 MLX5_CMD_OP_SET_FLOW_TABLE_ROOT = 0x92f,
233 MLX5_CMD_OP_CREATE_FLOW_TABLE = 0x930,
234 MLX5_CMD_OP_DESTROY_FLOW_TABLE = 0x931,
235 MLX5_CMD_OP_QUERY_FLOW_TABLE = 0x932,
236 MLX5_CMD_OP_CREATE_FLOW_GROUP = 0x933,
237 MLX5_CMD_OP_DESTROY_FLOW_GROUP = 0x934,
238 MLX5_CMD_OP_QUERY_FLOW_GROUP = 0x935,
239 MLX5_CMD_OP_SET_FLOW_TABLE_ENTRY = 0x936,
240 MLX5_CMD_OP_QUERY_FLOW_TABLE_ENTRY = 0x937,
241 MLX5_CMD_OP_DELETE_FLOW_TABLE_ENTRY = 0x938,
242 MLX5_CMD_OP_ALLOC_FLOW_COUNTER = 0x939,
243 MLX5_CMD_OP_DEALLOC_FLOW_COUNTER = 0x93a,
244 MLX5_CMD_OP_QUERY_FLOW_COUNTER = 0x93b,
245 MLX5_CMD_OP_MODIFY_FLOW_TABLE = 0x93c,
246 MLX5_CMD_OP_ALLOC_PACKET_REFORMAT_CONTEXT = 0x93d,
247 MLX5_CMD_OP_DEALLOC_PACKET_REFORMAT_CONTEXT = 0x93e,
248 MLX5_CMD_OP_ALLOC_MODIFY_HEADER_CONTEXT = 0x940,
249 MLX5_CMD_OP_DEALLOC_MODIFY_HEADER_CONTEXT = 0x941,
250 MLX5_CMD_OP_QUERY_MODIFY_HEADER_CONTEXT = 0x942,
251 MLX5_CMD_OP_FPGA_CREATE_QP = 0x960,
252 MLX5_CMD_OP_FPGA_MODIFY_QP = 0x961,
253 MLX5_CMD_OP_FPGA_QUERY_QP = 0x962,
254 MLX5_CMD_OP_FPGA_DESTROY_QP = 0x963,
255 MLX5_CMD_OP_FPGA_QUERY_QP_COUNTERS = 0x964,
256 MLX5_CMD_OP_CREATE_GENERAL_OBJECT = 0xa00,
257 MLX5_CMD_OP_MODIFY_GENERAL_OBJECT = 0xa01,
258 MLX5_CMD_OP_QUERY_GENERAL_OBJECT = 0xa02,
259 MLX5_CMD_OP_DESTROY_GENERAL_OBJECT = 0xa03,
263 struct mlx5_ifc_flow_table_fields_supported_bits {
266 u8 outer_ether_type[0x1];
267 u8 outer_ip_version[0x1];
268 u8 outer_first_prio[0x1];
269 u8 outer_first_cfi[0x1];
270 u8 outer_first_vid[0x1];
271 u8 outer_ipv4_ttl[0x1];
272 u8 outer_second_prio[0x1];
273 u8 outer_second_cfi[0x1];
274 u8 outer_second_vid[0x1];
275 u8 reserved_at_b[0x1];
279 u8 outer_ip_protocol[0x1];
280 u8 outer_ip_ecn[0x1];
281 u8 outer_ip_dscp[0x1];
282 u8 outer_udp_sport[0x1];
283 u8 outer_udp_dport[0x1];
284 u8 outer_tcp_sport[0x1];
285 u8 outer_tcp_dport[0x1];
286 u8 outer_tcp_flags[0x1];
287 u8 outer_gre_protocol[0x1];
288 u8 outer_gre_key[0x1];
289 u8 outer_vxlan_vni[0x1];
290 u8 reserved_at_1a[0x5];
291 u8 source_eswitch_port[0x1];
295 u8 inner_ether_type[0x1];
296 u8 inner_ip_version[0x1];
297 u8 inner_first_prio[0x1];
298 u8 inner_first_cfi[0x1];
299 u8 inner_first_vid[0x1];
300 u8 reserved_at_27[0x1];
301 u8 inner_second_prio[0x1];
302 u8 inner_second_cfi[0x1];
303 u8 inner_second_vid[0x1];
304 u8 reserved_at_2b[0x1];
308 u8 inner_ip_protocol[0x1];
309 u8 inner_ip_ecn[0x1];
310 u8 inner_ip_dscp[0x1];
311 u8 inner_udp_sport[0x1];
312 u8 inner_udp_dport[0x1];
313 u8 inner_tcp_sport[0x1];
314 u8 inner_tcp_dport[0x1];
315 u8 inner_tcp_flags[0x1];
316 u8 reserved_at_37[0x9];
318 u8 reserved_at_40[0x5];
319 u8 outer_first_mpls_over_udp[0x4];
320 u8 outer_first_mpls_over_gre[0x4];
321 u8 inner_first_mpls[0x4];
322 u8 outer_first_mpls[0x4];
323 u8 reserved_at_55[0x2];
324 u8 outer_esp_spi[0x1];
325 u8 reserved_at_58[0x2];
328 u8 reserved_at_5b[0x25];
331 struct mlx5_ifc_flow_table_prop_layout_bits {
333 u8 reserved_at_1[0x1];
334 u8 flow_counter[0x1];
335 u8 flow_modify_en[0x1];
337 u8 identified_miss_table_mode[0x1];
338 u8 flow_table_modify[0x1];
341 u8 reserved_at_9[0x1];
344 u8 reserved_at_c[0x1];
347 u8 reformat_and_vlan_action[0x1];
348 u8 reserved_at_10[0x2];
349 u8 reformat_l3_tunnel_to_l2[0x1];
350 u8 reformat_l2_to_l3_tunnel[0x1];
351 u8 reformat_and_modify_action[0x1];
352 u8 reserved_at_14[0xb];
353 u8 reserved_at_20[0x2];
354 u8 log_max_ft_size[0x6];
355 u8 log_max_modify_header_context[0x8];
356 u8 max_modify_header_actions[0x8];
357 u8 max_ft_level[0x8];
359 u8 reserved_at_40[0x20];
361 u8 reserved_at_60[0x18];
362 u8 log_max_ft_num[0x8];
364 u8 reserved_at_80[0x18];
365 u8 log_max_destination[0x8];
367 u8 log_max_flow_counter[0x8];
368 u8 reserved_at_a8[0x10];
369 u8 log_max_flow[0x8];
371 u8 reserved_at_c0[0x40];
373 struct mlx5_ifc_flow_table_fields_supported_bits ft_field_support;
375 struct mlx5_ifc_flow_table_fields_supported_bits ft_field_bitmask_support;
378 struct mlx5_ifc_odp_per_transport_service_cap_bits {
385 u8 reserved_at_6[0x1a];
388 struct mlx5_ifc_fte_match_set_lyr_2_4_bits {
413 u8 reserved_at_c0[0x18];
414 u8 ttl_hoplimit[0x8];
419 union mlx5_ifc_ipv6_layout_ipv4_layout_auto_bits src_ipv4_src_ipv6;
421 union mlx5_ifc_ipv6_layout_ipv4_layout_auto_bits dst_ipv4_dst_ipv6;
424 struct mlx5_ifc_fte_match_set_misc_bits {
425 u8 reserved_at_0[0x8];
428 u8 source_eswitch_owner_vhca_id[0x10];
429 u8 source_port[0x10];
431 u8 outer_second_prio[0x3];
432 u8 outer_second_cfi[0x1];
433 u8 outer_second_vid[0xc];
434 u8 inner_second_prio[0x3];
435 u8 inner_second_cfi[0x1];
436 u8 inner_second_vid[0xc];
438 u8 outer_second_cvlan_tag[0x1];
439 u8 inner_second_cvlan_tag[0x1];
440 u8 outer_second_svlan_tag[0x1];
441 u8 inner_second_svlan_tag[0x1];
442 u8 reserved_at_64[0xc];
443 u8 gre_protocol[0x10];
449 u8 reserved_at_b8[0x8];
451 u8 reserved_at_c0[0x20];
453 u8 reserved_at_e0[0xc];
454 u8 outer_ipv6_flow_label[0x14];
456 u8 reserved_at_100[0xc];
457 u8 inner_ipv6_flow_label[0x14];
459 u8 reserved_at_120[0x28];
461 u8 reserved_at_160[0x20];
462 u8 outer_esp_spi[0x20];
463 u8 reserved_at_1a0[0x60];
466 struct mlx5_ifc_fte_match_mpls_bits {
473 struct mlx5_ifc_fte_match_set_misc2_bits {
474 struct mlx5_ifc_fte_match_mpls_bits outer_first_mpls;
476 struct mlx5_ifc_fte_match_mpls_bits inner_first_mpls;
478 struct mlx5_ifc_fte_match_mpls_bits outer_first_mpls_over_gre;
480 struct mlx5_ifc_fte_match_mpls_bits outer_first_mpls_over_udp;
482 u8 reserved_at_80[0x100];
484 u8 metadata_reg_a[0x20];
486 u8 reserved_at_1a0[0x60];
489 struct mlx5_ifc_cmd_pas_bits {
493 u8 reserved_at_34[0xc];
496 struct mlx5_ifc_uint64_bits {
503 MLX5_ADS_STAT_RATE_NO_LIMIT = 0x0,
504 MLX5_ADS_STAT_RATE_2_5GBPS = 0x7,
505 MLX5_ADS_STAT_RATE_10GBPS = 0x8,
506 MLX5_ADS_STAT_RATE_30GBPS = 0x9,
507 MLX5_ADS_STAT_RATE_5GBPS = 0xa,
508 MLX5_ADS_STAT_RATE_20GBPS = 0xb,
509 MLX5_ADS_STAT_RATE_40GBPS = 0xc,
510 MLX5_ADS_STAT_RATE_60GBPS = 0xd,
511 MLX5_ADS_STAT_RATE_80GBPS = 0xe,
512 MLX5_ADS_STAT_RATE_120GBPS = 0xf,
515 struct mlx5_ifc_ads_bits {
518 u8 reserved_at_2[0xe];
521 u8 reserved_at_20[0x8];
527 u8 reserved_at_45[0x3];
528 u8 src_addr_index[0x8];
529 u8 reserved_at_50[0x4];
533 u8 reserved_at_60[0x4];
537 u8 rgid_rip[16][0x8];
539 u8 reserved_at_100[0x4];
542 u8 reserved_at_106[0x1];
551 u8 vhca_port_num[0x8];
557 struct mlx5_ifc_flow_table_nic_cap_bits {
558 u8 nic_rx_multi_path_tirs[0x1];
559 u8 nic_rx_multi_path_tirs_fts[0x1];
560 u8 allow_sniffer_and_nic_rx_shared_tir[0x1];
561 u8 reserved_at_3[0x1d];
562 u8 encap_general_header[0x1];
563 u8 reserved_at_21[0xa];
564 u8 log_max_packet_reformat_context[0x5];
565 u8 reserved_at_30[0x6];
566 u8 max_encap_header_size[0xa];
567 u8 reserved_at_40[0x1c0];
569 struct mlx5_ifc_flow_table_prop_layout_bits flow_table_properties_nic_receive;
571 u8 reserved_at_400[0x200];
573 struct mlx5_ifc_flow_table_prop_layout_bits flow_table_properties_nic_receive_sniffer;
575 struct mlx5_ifc_flow_table_prop_layout_bits flow_table_properties_nic_transmit;
577 u8 reserved_at_a00[0x200];
579 struct mlx5_ifc_flow_table_prop_layout_bits flow_table_properties_nic_transmit_sniffer;
581 u8 reserved_at_e00[0x7200];
584 struct mlx5_ifc_flow_table_eswitch_cap_bits {
585 u8 reserved_at_0[0x1c];
586 u8 fdb_multi_path_to_table[0x1];
587 u8 reserved_at_1d[0x1];
588 u8 multi_fdb_encap[0x1];
589 u8 reserved_at_1e[0x1e1];
591 struct mlx5_ifc_flow_table_prop_layout_bits flow_table_properties_nic_esw_fdb;
593 struct mlx5_ifc_flow_table_prop_layout_bits flow_table_properties_esw_acl_ingress;
595 struct mlx5_ifc_flow_table_prop_layout_bits flow_table_properties_esw_acl_egress;
597 u8 reserved_at_800[0x7800];
600 struct mlx5_ifc_e_switch_cap_bits {
601 u8 vport_svlan_strip[0x1];
602 u8 vport_cvlan_strip[0x1];
603 u8 vport_svlan_insert[0x1];
604 u8 vport_cvlan_insert_if_not_exist[0x1];
605 u8 vport_cvlan_insert_overwrite[0x1];
606 u8 reserved_at_5[0x18];
607 u8 merged_eswitch[0x1];
608 u8 nic_vport_node_guid_modify[0x1];
609 u8 nic_vport_port_guid_modify[0x1];
611 u8 vxlan_encap_decap[0x1];
612 u8 nvgre_encap_decap[0x1];
613 u8 reserved_at_22[0x9];
614 u8 log_max_packet_reformat_context[0x5];
616 u8 max_encap_header_size[0xa];
618 u8 reserved_40[0x7c0];
622 struct mlx5_ifc_qos_cap_bits {
623 u8 packet_pacing[0x1];
624 u8 esw_scheduling[0x1];
625 u8 esw_bw_share[0x1];
626 u8 esw_rate_limit[0x1];
627 u8 reserved_at_4[0x1];
628 u8 packet_pacing_burst_bound[0x1];
629 u8 packet_pacing_typical_size[0x1];
630 u8 reserved_at_7[0x19];
632 u8 reserved_at_20[0x20];
634 u8 packet_pacing_max_rate[0x20];
636 u8 packet_pacing_min_rate[0x20];
638 u8 reserved_at_80[0x10];
639 u8 packet_pacing_rate_table_size[0x10];
641 u8 esw_element_type[0x10];
642 u8 esw_tsar_type[0x10];
644 u8 reserved_at_c0[0x10];
645 u8 max_qos_para_vport[0x10];
647 u8 max_tsar_bw_share[0x20];
649 u8 reserved_at_100[0x700];
652 struct mlx5_ifc_debug_cap_bits {
653 u8 reserved_at_0[0x20];
655 u8 reserved_at_20[0x2];
656 u8 stall_detect[0x1];
657 u8 reserved_at_23[0x1d];
659 u8 reserved_at_40[0x7c0];
662 struct mlx5_ifc_per_protocol_networking_offload_caps_bits {
666 u8 lro_psh_flag[0x1];
667 u8 lro_time_stamp[0x1];
668 u8 reserved_at_5[0x2];
669 u8 wqe_vlan_insert[0x1];
670 u8 self_lb_en_modifiable[0x1];
671 u8 reserved_at_9[0x2];
673 u8 multi_pkt_send_wqe[0x2];
674 u8 wqe_inline_mode[0x2];
675 u8 rss_ind_tbl_cap[0x4];
678 u8 enhanced_multi_pkt_send_wqe[0x1];
679 u8 tunnel_lso_const_out_ip_id[0x1];
680 u8 reserved_at_1c[0x2];
681 u8 tunnel_stateless_gre[0x1];
682 u8 tunnel_stateless_vxlan[0x1];
687 u8 reserved_at_23[0xd];
688 u8 max_vxlan_udp_ports[0x8];
689 u8 reserved_at_38[0x6];
690 u8 max_geneve_opt_len[0x1];
691 u8 tunnel_stateless_geneve_rx[0x1];
693 u8 reserved_at_40[0x10];
694 u8 lro_min_mss_size[0x10];
696 u8 reserved_at_60[0x120];
698 u8 lro_timer_supported_periods[4][0x20];
700 u8 reserved_at_200[0x600];
703 struct mlx5_ifc_roce_cap_bits {
705 u8 reserved_at_1[0x1f];
707 u8 reserved_at_20[0x60];
709 u8 reserved_at_80[0xc];
711 u8 reserved_at_90[0x8];
712 u8 roce_version[0x8];
714 u8 reserved_at_a0[0x10];
715 u8 r_roce_dest_udp_port[0x10];
717 u8 r_roce_max_src_udp_port[0x10];
718 u8 r_roce_min_src_udp_port[0x10];
720 u8 reserved_at_e0[0x10];
721 u8 roce_address_table_size[0x10];
723 u8 reserved_at_100[0x700];
726 struct mlx5_ifc_device_mem_cap_bits {
728 u8 reserved_at_1[0x1f];
730 u8 reserved_at_20[0xb];
731 u8 log_min_memic_alloc_size[0x5];
732 u8 reserved_at_30[0x8];
733 u8 log_max_memic_addr_alignment[0x8];
735 u8 memic_bar_start_addr[0x40];
737 u8 memic_bar_size[0x20];
739 u8 max_memic_size[0x20];
741 u8 reserved_at_c0[0x740];
745 MLX5_ATOMIC_CAPS_ATOMIC_SIZE_QP_1_BYTE = 0x0,
746 MLX5_ATOMIC_CAPS_ATOMIC_SIZE_QP_2_BYTES = 0x2,
747 MLX5_ATOMIC_CAPS_ATOMIC_SIZE_QP_4_BYTES = 0x4,
748 MLX5_ATOMIC_CAPS_ATOMIC_SIZE_QP_8_BYTES = 0x8,
749 MLX5_ATOMIC_CAPS_ATOMIC_SIZE_QP_16_BYTES = 0x10,
750 MLX5_ATOMIC_CAPS_ATOMIC_SIZE_QP_32_BYTES = 0x20,
751 MLX5_ATOMIC_CAPS_ATOMIC_SIZE_QP_64_BYTES = 0x40,
752 MLX5_ATOMIC_CAPS_ATOMIC_SIZE_QP_128_BYTES = 0x80,
753 MLX5_ATOMIC_CAPS_ATOMIC_SIZE_QP_256_BYTES = 0x100,
757 MLX5_ATOMIC_CAPS_ATOMIC_SIZE_DC_1_BYTE = 0x1,
758 MLX5_ATOMIC_CAPS_ATOMIC_SIZE_DC_2_BYTES = 0x2,
759 MLX5_ATOMIC_CAPS_ATOMIC_SIZE_DC_4_BYTES = 0x4,
760 MLX5_ATOMIC_CAPS_ATOMIC_SIZE_DC_8_BYTES = 0x8,
761 MLX5_ATOMIC_CAPS_ATOMIC_SIZE_DC_16_BYTES = 0x10,
762 MLX5_ATOMIC_CAPS_ATOMIC_SIZE_DC_32_BYTES = 0x20,
763 MLX5_ATOMIC_CAPS_ATOMIC_SIZE_DC_64_BYTES = 0x40,
764 MLX5_ATOMIC_CAPS_ATOMIC_SIZE_DC_128_BYTES = 0x80,
765 MLX5_ATOMIC_CAPS_ATOMIC_SIZE_DC_256_BYTES = 0x100,
768 struct mlx5_ifc_atomic_caps_bits {
769 u8 reserved_at_0[0x40];
771 u8 atomic_req_8B_endianness_mode[0x2];
772 u8 reserved_at_42[0x4];
773 u8 supported_atomic_req_8B_endianness_mode_1[0x1];
775 u8 reserved_at_47[0x19];
777 u8 reserved_at_60[0x20];
779 u8 reserved_at_80[0x10];
780 u8 atomic_operations[0x10];
782 u8 reserved_at_a0[0x10];
783 u8 atomic_size_qp[0x10];
785 u8 reserved_at_c0[0x10];
786 u8 atomic_size_dc[0x10];
788 u8 reserved_at_e0[0x720];
791 struct mlx5_ifc_odp_cap_bits {
792 u8 reserved_at_0[0x40];
795 u8 reserved_at_41[0x1f];
797 u8 reserved_at_60[0x20];
799 struct mlx5_ifc_odp_per_transport_service_cap_bits rc_odp_caps;
801 struct mlx5_ifc_odp_per_transport_service_cap_bits uc_odp_caps;
803 struct mlx5_ifc_odp_per_transport_service_cap_bits ud_odp_caps;
805 u8 reserved_at_e0[0x720];
808 struct mlx5_ifc_calc_op {
809 u8 reserved_at_0[0x10];
810 u8 reserved_at_10[0x9];
811 u8 op_swap_endianness[0x1];
820 struct mlx5_ifc_vector_calc_cap_bits {
822 u8 reserved_at_1[0x1f];
823 u8 reserved_at_20[0x8];
824 u8 max_vec_count[0x8];
825 u8 reserved_at_30[0xd];
826 u8 max_chunk_size[0x3];
827 struct mlx5_ifc_calc_op calc0;
828 struct mlx5_ifc_calc_op calc1;
829 struct mlx5_ifc_calc_op calc2;
830 struct mlx5_ifc_calc_op calc3;
832 u8 reserved_at_e0[0x720];
836 MLX5_WQ_TYPE_LINKED_LIST = 0x0,
837 MLX5_WQ_TYPE_CYCLIC = 0x1,
838 MLX5_WQ_TYPE_LINKED_LIST_STRIDING_RQ = 0x2,
839 MLX5_WQ_TYPE_CYCLIC_STRIDING_RQ = 0x3,
843 MLX5_WQ_END_PAD_MODE_NONE = 0x0,
844 MLX5_WQ_END_PAD_MODE_ALIGN = 0x1,
848 MLX5_CMD_HCA_CAP_GID_TABLE_SIZE_8_GID_ENTRIES = 0x0,
849 MLX5_CMD_HCA_CAP_GID_TABLE_SIZE_16_GID_ENTRIES = 0x1,
850 MLX5_CMD_HCA_CAP_GID_TABLE_SIZE_32_GID_ENTRIES = 0x2,
851 MLX5_CMD_HCA_CAP_GID_TABLE_SIZE_64_GID_ENTRIES = 0x3,
852 MLX5_CMD_HCA_CAP_GID_TABLE_SIZE_128_GID_ENTRIES = 0x4,
856 MLX5_CMD_HCA_CAP_PKEY_TABLE_SIZE_128_ENTRIES = 0x0,
857 MLX5_CMD_HCA_CAP_PKEY_TABLE_SIZE_256_ENTRIES = 0x1,
858 MLX5_CMD_HCA_CAP_PKEY_TABLE_SIZE_512_ENTRIES = 0x2,
859 MLX5_CMD_HCA_CAP_PKEY_TABLE_SIZE_1K_ENTRIES = 0x3,
860 MLX5_CMD_HCA_CAP_PKEY_TABLE_SIZE_2K_ENTRIES = 0x4,
861 MLX5_CMD_HCA_CAP_PKEY_TABLE_SIZE_4K_ENTRIES = 0x5,
865 MLX5_CMD_HCA_CAP_PORT_TYPE_IB = 0x0,
866 MLX5_CMD_HCA_CAP_PORT_TYPE_ETHERNET = 0x1,
870 MLX5_CMD_HCA_CAP_CMDIF_CHECKSUM_DISABLED = 0x0,
871 MLX5_CMD_HCA_CAP_CMDIF_CHECKSUM_INITIAL_STATE = 0x1,
872 MLX5_CMD_HCA_CAP_CMDIF_CHECKSUM_ENABLED = 0x3,
876 MLX5_CAP_PORT_TYPE_IB = 0x0,
877 MLX5_CAP_PORT_TYPE_ETH = 0x1,
881 MLX5_CAP_UMR_FENCE_STRONG = 0x0,
882 MLX5_CAP_UMR_FENCE_SMALL = 0x1,
883 MLX5_CAP_UMR_FENCE_NONE = 0x2,
886 struct mlx5_ifc_cmd_hca_cap_bits {
887 u8 reserved_at_0[0x30];
890 u8 reserved_at_40[0x40];
892 u8 log_max_srq_sz[0x8];
893 u8 log_max_qp_sz[0x8];
894 u8 reserved_at_90[0xb];
897 u8 reserved_at_a0[0xb];
899 u8 reserved_at_b0[0x10];
901 u8 reserved_at_c0[0x8];
902 u8 log_max_cq_sz[0x8];
903 u8 reserved_at_d0[0xb];
906 u8 log_max_eq_sz[0x8];
907 u8 reserved_at_e8[0x2];
908 u8 log_max_mkey[0x6];
909 u8 reserved_at_f0[0x8];
910 u8 dump_fill_mkey[0x1];
911 u8 reserved_at_f9[0x2];
912 u8 fast_teardown[0x1];
915 u8 max_indirection[0x8];
916 u8 fixed_buffer_size[0x1];
917 u8 log_max_mrw_sz[0x7];
918 u8 force_teardown[0x1];
919 u8 reserved_at_111[0x1];
920 u8 log_max_bsf_list_size[0x6];
921 u8 umr_extended_translation_offset[0x1];
923 u8 log_max_klm_list_size[0x6];
925 u8 reserved_at_120[0xa];
926 u8 log_max_ra_req_dc[0x6];
927 u8 reserved_at_130[0xa];
928 u8 log_max_ra_res_dc[0x6];
930 u8 reserved_at_140[0xa];
931 u8 log_max_ra_req_qp[0x6];
932 u8 reserved_at_150[0xa];
933 u8 log_max_ra_res_qp[0x6];
936 u8 cc_query_allowed[0x1];
937 u8 cc_modify_allowed[0x1];
939 u8 cache_line_128byte[0x1];
940 u8 reserved_at_165[0xa];
942 u8 gid_table_size[0x10];
944 u8 out_of_seq_cnt[0x1];
945 u8 vport_counters[0x1];
946 u8 retransmission_q_counters[0x1];
948 u8 modify_rq_counter_set_id[0x1];
949 u8 rq_delay_drop[0x1];
951 u8 pkey_table_size[0x10];
953 u8 vport_group_manager[0x1];
954 u8 vhca_group_manager[0x1];
957 u8 vnic_env_queue_counters[0x1];
959 u8 nic_flow_table[0x1];
960 u8 eswitch_manager[0x1];
961 u8 device_memory[0x1];
964 u8 local_ca_ack_delay[0x5];
965 u8 port_module_event[0x1];
966 u8 enhanced_error_q_counters[0x1];
968 u8 reserved_at_1b3[0x1];
969 u8 disable_link_up[0x1];
974 u8 reserved_at_1c0[0x1];
978 u8 reserved_at_1c8[0x4];
980 u8 temp_warn_event[0x1];
982 u8 general_notification_event[0x1];
983 u8 reserved_at_1d3[0x2];
987 u8 reserved_at_1d8[0x1];
996 u8 stat_rate_support[0x10];
997 u8 reserved_at_1f0[0xc];
1000 u8 compact_address_vector[0x1];
1001 u8 striding_rq[0x1];
1002 u8 reserved_at_202[0x1];
1003 u8 ipoib_enhanced_offloads[0x1];
1004 u8 ipoib_basic_offloads[0x1];
1005 u8 reserved_at_205[0x1];
1006 u8 repeated_block_disabled[0x1];
1007 u8 umr_modify_entity_size_disabled[0x1];
1008 u8 umr_modify_atomic_disabled[0x1];
1009 u8 umr_indirect_mkey_disabled[0x1];
1011 u8 dc_req_scat_data_cqe[0x1];
1012 u8 reserved_at_20d[0x2];
1013 u8 drain_sigerr[0x1];
1014 u8 cmdif_checksum[0x2];
1016 u8 reserved_at_213[0x1];
1017 u8 wq_signature[0x1];
1018 u8 sctr_data_cqe[0x1];
1019 u8 reserved_at_216[0x1];
1025 u8 eth_net_offloads[0x1];
1028 u8 reserved_at_21f[0x1];
1032 u8 cq_moderation[0x1];
1033 u8 reserved_at_223[0x3];
1034 u8 cq_eq_remap[0x1];
1036 u8 block_lb_mc[0x1];
1037 u8 reserved_at_229[0x1];
1038 u8 scqe_break_moderation[0x1];
1039 u8 cq_period_start_from_cqe[0x1];
1041 u8 reserved_at_22d[0x1];
1043 u8 vector_calc[0x1];
1044 u8 umr_ptr_rlky[0x1];
1046 u8 reserved_at_232[0x4];
1049 u8 set_deth_sqpn[0x1];
1050 u8 reserved_at_239[0x3];
1057 u8 reserved_at_241[0x9];
1059 u8 reserved_at_250[0x8];
1063 u8 driver_version[0x1];
1064 u8 pad_tx_eth_packet[0x1];
1065 u8 reserved_at_263[0x8];
1066 u8 log_bf_reg_size[0x5];
1068 u8 reserved_at_270[0xb];
1070 u8 num_lag_ports[0x4];
1072 u8 reserved_at_280[0x10];
1073 u8 max_wqe_sz_sq[0x10];
1075 u8 reserved_at_2a0[0x10];
1076 u8 max_wqe_sz_rq[0x10];
1078 u8 max_flow_counter_31_16[0x10];
1079 u8 max_wqe_sz_sq_dc[0x10];
1081 u8 reserved_at_2e0[0x7];
1082 u8 max_qp_mcg[0x19];
1084 u8 reserved_at_300[0x18];
1085 u8 log_max_mcg[0x8];
1087 u8 reserved_at_320[0x3];
1088 u8 log_max_transport_domain[0x5];
1089 u8 reserved_at_328[0x3];
1091 u8 reserved_at_330[0xb];
1092 u8 log_max_xrcd[0x5];
1094 u8 nic_receive_steering_discard[0x1];
1095 u8 receive_discard_vport_down[0x1];
1096 u8 transmit_discard_vport_down[0x1];
1097 u8 reserved_at_343[0x5];
1098 u8 log_max_flow_counter_bulk[0x8];
1099 u8 max_flow_counter_15_0[0x10];
1102 u8 reserved_at_360[0x3];
1104 u8 reserved_at_368[0x3];
1106 u8 reserved_at_370[0x3];
1107 u8 log_max_tir[0x5];
1108 u8 reserved_at_378[0x3];
1109 u8 log_max_tis[0x5];
1111 u8 basic_cyclic_rcv_wqe[0x1];
1112 u8 reserved_at_381[0x2];
1113 u8 log_max_rmp[0x5];
1114 u8 reserved_at_388[0x3];
1115 u8 log_max_rqt[0x5];
1116 u8 reserved_at_390[0x3];
1117 u8 log_max_rqt_size[0x5];
1118 u8 reserved_at_398[0x3];
1119 u8 log_max_tis_per_sq[0x5];
1121 u8 ext_stride_num_range[0x1];
1122 u8 reserved_at_3a1[0x2];
1123 u8 log_max_stride_sz_rq[0x5];
1124 u8 reserved_at_3a8[0x3];
1125 u8 log_min_stride_sz_rq[0x5];
1126 u8 reserved_at_3b0[0x3];
1127 u8 log_max_stride_sz_sq[0x5];
1128 u8 reserved_at_3b8[0x3];
1129 u8 log_min_stride_sz_sq[0x5];
1132 u8 reserved_at_3c1[0x2];
1133 u8 log_max_hairpin_queues[0x5];
1134 u8 reserved_at_3c8[0x3];
1135 u8 log_max_hairpin_wq_data_sz[0x5];
1136 u8 reserved_at_3d0[0x3];
1137 u8 log_max_hairpin_num_packets[0x5];
1138 u8 reserved_at_3d8[0x3];
1139 u8 log_max_wq_sz[0x5];
1141 u8 nic_vport_change_event[0x1];
1142 u8 disable_local_lb_uc[0x1];
1143 u8 disable_local_lb_mc[0x1];
1144 u8 log_min_hairpin_wq_data_sz[0x5];
1145 u8 reserved_at_3e8[0x3];
1146 u8 log_max_vlan_list[0x5];
1147 u8 reserved_at_3f0[0x3];
1148 u8 log_max_current_mc_list[0x5];
1149 u8 reserved_at_3f8[0x3];
1150 u8 log_max_current_uc_list[0x5];
1152 u8 general_obj_types[0x40];
1154 u8 reserved_at_440[0x20];
1156 u8 reserved_at_460[0x10];
1157 u8 max_num_eqs[0x10];
1159 u8 reserved_at_480[0x3];
1160 u8 log_max_l2_table[0x5];
1161 u8 reserved_at_488[0x8];
1162 u8 log_uar_page_sz[0x10];
1164 u8 reserved_at_4a0[0x20];
1165 u8 device_frequency_mhz[0x20];
1166 u8 device_frequency_khz[0x20];
1168 u8 reserved_at_500[0x20];
1169 u8 num_of_uars_per_page[0x20];
1171 u8 flex_parser_protocols[0x20];
1172 u8 reserved_at_560[0x20];
1174 u8 reserved_at_580[0x3c];
1175 u8 mini_cqe_resp_stride_index[0x1];
1176 u8 cqe_128_always[0x1];
1177 u8 cqe_compression_128[0x1];
1178 u8 cqe_compression[0x1];
1180 u8 cqe_compression_timeout[0x10];
1181 u8 cqe_compression_max_num[0x10];
1183 u8 reserved_at_5e0[0x10];
1184 u8 tag_matching[0x1];
1185 u8 rndv_offload_rc[0x1];
1186 u8 rndv_offload_dc[0x1];
1187 u8 log_tag_matching_list_sz[0x5];
1188 u8 reserved_at_5f8[0x3];
1189 u8 log_max_xrq[0x5];
1191 u8 affiliate_nic_vport_criteria[0x8];
1192 u8 native_port_num[0x8];
1193 u8 num_vhca_ports[0x8];
1194 u8 reserved_at_618[0x6];
1195 u8 sw_owner_id[0x1];
1196 u8 reserved_at_61f[0x1e1];
1199 enum mlx5_flow_destination_type {
1200 MLX5_FLOW_DESTINATION_TYPE_VPORT = 0x0,
1201 MLX5_FLOW_DESTINATION_TYPE_FLOW_TABLE = 0x1,
1202 MLX5_FLOW_DESTINATION_TYPE_TIR = 0x2,
1204 MLX5_FLOW_DESTINATION_TYPE_PORT = 0x99,
1205 MLX5_FLOW_DESTINATION_TYPE_COUNTER = 0x100,
1206 MLX5_FLOW_DESTINATION_TYPE_FLOW_TABLE_NUM = 0x101,
1209 struct mlx5_ifc_dest_format_struct_bits {
1210 u8 destination_type[0x8];
1211 u8 destination_id[0x18];
1212 u8 destination_eswitch_owner_vhca_id_valid[0x1];
1213 u8 reserved_at_21[0xf];
1214 u8 destination_eswitch_owner_vhca_id[0x10];
1217 struct mlx5_ifc_flow_counter_list_bits {
1218 u8 flow_counter_id[0x20];
1220 u8 reserved_at_20[0x20];
1223 union mlx5_ifc_dest_format_struct_flow_counter_list_auto_bits {
1224 struct mlx5_ifc_dest_format_struct_bits dest_format_struct;
1225 struct mlx5_ifc_flow_counter_list_bits flow_counter_list;
1226 u8 reserved_at_0[0x40];
1229 struct mlx5_ifc_fte_match_param_bits {
1230 struct mlx5_ifc_fte_match_set_lyr_2_4_bits outer_headers;
1232 struct mlx5_ifc_fte_match_set_misc_bits misc_parameters;
1234 struct mlx5_ifc_fte_match_set_lyr_2_4_bits inner_headers;
1236 struct mlx5_ifc_fte_match_set_misc2_bits misc_parameters_2;
1238 u8 reserved_at_800[0x800];
1242 MLX5_RX_HASH_FIELD_SELECT_SELECTED_FIELDS_SRC_IP = 0x0,
1243 MLX5_RX_HASH_FIELD_SELECT_SELECTED_FIELDS_DST_IP = 0x1,
1244 MLX5_RX_HASH_FIELD_SELECT_SELECTED_FIELDS_L4_SPORT = 0x2,
1245 MLX5_RX_HASH_FIELD_SELECT_SELECTED_FIELDS_L4_DPORT = 0x3,
1246 MLX5_RX_HASH_FIELD_SELECT_SELECTED_FIELDS_IPSEC_SPI = 0x4,
1249 struct mlx5_ifc_rx_hash_field_select_bits {
1250 u8 l3_prot_type[0x1];
1251 u8 l4_prot_type[0x1];
1252 u8 selected_fields[0x1e];
1256 MLX5_WQ_WQ_TYPE_WQ_LINKED_LIST = 0x0,
1257 MLX5_WQ_WQ_TYPE_WQ_CYCLIC = 0x1,
1261 MLX5_WQ_END_PADDING_MODE_END_PAD_NONE = 0x0,
1262 MLX5_WQ_END_PADDING_MODE_END_PAD_ALIGN = 0x1,
1265 struct mlx5_ifc_wq_bits {
1267 u8 wq_signature[0x1];
1268 u8 end_padding_mode[0x2];
1270 u8 reserved_at_8[0x18];
1272 u8 hds_skip_first_sge[0x1];
1273 u8 log2_hds_buf_size[0x3];
1274 u8 reserved_at_24[0x7];
1275 u8 page_offset[0x5];
1278 u8 reserved_at_40[0x8];
1281 u8 reserved_at_60[0x8];
1286 u8 hw_counter[0x20];
1288 u8 sw_counter[0x20];
1290 u8 reserved_at_100[0xc];
1291 u8 log_wq_stride[0x4];
1292 u8 reserved_at_110[0x3];
1293 u8 log_wq_pg_sz[0x5];
1294 u8 reserved_at_118[0x3];
1297 u8 dbr_umem_valid[0x1];
1298 u8 wq_umem_valid[0x1];
1299 u8 reserved_at_122[0x1];
1300 u8 log_hairpin_num_packets[0x5];
1301 u8 reserved_at_128[0x3];
1302 u8 log_hairpin_data_sz[0x5];
1304 u8 reserved_at_130[0x4];
1305 u8 log_wqe_num_of_strides[0x4];
1306 u8 two_byte_shift_en[0x1];
1307 u8 reserved_at_139[0x4];
1308 u8 log_wqe_stride_size[0x3];
1310 u8 reserved_at_140[0x4c0];
1312 struct mlx5_ifc_cmd_pas_bits pas[0];
1315 struct mlx5_ifc_rq_num_bits {
1316 u8 reserved_at_0[0x8];
1320 struct mlx5_ifc_mac_address_layout_bits {
1321 u8 reserved_at_0[0x10];
1322 u8 mac_addr_47_32[0x10];
1324 u8 mac_addr_31_0[0x20];
1327 struct mlx5_ifc_vlan_layout_bits {
1328 u8 reserved_at_0[0x14];
1331 u8 reserved_at_20[0x20];
1334 struct mlx5_ifc_cong_control_r_roce_ecn_np_bits {
1335 u8 reserved_at_0[0xa0];
1337 u8 min_time_between_cnps[0x20];
1339 u8 reserved_at_c0[0x12];
1341 u8 reserved_at_d8[0x4];
1342 u8 cnp_prio_mode[0x1];
1343 u8 cnp_802p_prio[0x3];
1345 u8 reserved_at_e0[0x720];
1348 struct mlx5_ifc_cong_control_r_roce_ecn_rp_bits {
1349 u8 reserved_at_0[0x60];
1351 u8 reserved_at_60[0x4];
1352 u8 clamp_tgt_rate[0x1];
1353 u8 reserved_at_65[0x3];
1354 u8 clamp_tgt_rate_after_time_inc[0x1];
1355 u8 reserved_at_69[0x17];
1357 u8 reserved_at_80[0x20];
1359 u8 rpg_time_reset[0x20];
1361 u8 rpg_byte_reset[0x20];
1363 u8 rpg_threshold[0x20];
1365 u8 rpg_max_rate[0x20];
1367 u8 rpg_ai_rate[0x20];
1369 u8 rpg_hai_rate[0x20];
1373 u8 rpg_min_dec_fac[0x20];
1375 u8 rpg_min_rate[0x20];
1377 u8 reserved_at_1c0[0xe0];
1379 u8 rate_to_set_on_first_cnp[0x20];
1383 u8 dce_tcp_rtt[0x20];
1385 u8 rate_reduce_monitor_period[0x20];
1387 u8 reserved_at_320[0x20];
1389 u8 initial_alpha_value[0x20];
1391 u8 reserved_at_360[0x4a0];
1394 struct mlx5_ifc_cong_control_802_1qau_rp_bits {
1395 u8 reserved_at_0[0x80];
1397 u8 rppp_max_rps[0x20];
1399 u8 rpg_time_reset[0x20];
1401 u8 rpg_byte_reset[0x20];
1403 u8 rpg_threshold[0x20];
1405 u8 rpg_max_rate[0x20];
1407 u8 rpg_ai_rate[0x20];
1409 u8 rpg_hai_rate[0x20];
1413 u8 rpg_min_dec_fac[0x20];
1415 u8 rpg_min_rate[0x20];
1417 u8 reserved_at_1c0[0x640];
1421 MLX5_RESIZE_FIELD_SELECT_RESIZE_FIELD_SELECT_LOG_CQ_SIZE = 0x1,
1422 MLX5_RESIZE_FIELD_SELECT_RESIZE_FIELD_SELECT_PAGE_OFFSET = 0x2,
1423 MLX5_RESIZE_FIELD_SELECT_RESIZE_FIELD_SELECT_LOG_PAGE_SIZE = 0x4,
1426 struct mlx5_ifc_resize_field_select_bits {
1427 u8 resize_field_select[0x20];
1431 MLX5_MODIFY_FIELD_SELECT_MODIFY_FIELD_SELECT_CQ_PERIOD = 0x1,
1432 MLX5_MODIFY_FIELD_SELECT_MODIFY_FIELD_SELECT_CQ_MAX_COUNT = 0x2,
1433 MLX5_MODIFY_FIELD_SELECT_MODIFY_FIELD_SELECT_OI = 0x4,
1434 MLX5_MODIFY_FIELD_SELECT_MODIFY_FIELD_SELECT_C_EQN = 0x8,
1437 struct mlx5_ifc_modify_field_select_bits {
1438 u8 modify_field_select[0x20];
1441 struct mlx5_ifc_field_select_r_roce_np_bits {
1442 u8 field_select_r_roce_np[0x20];
1445 struct mlx5_ifc_field_select_r_roce_rp_bits {
1446 u8 field_select_r_roce_rp[0x20];
1450 MLX5_FIELD_SELECT_802_1QAU_RP_FIELD_SELECT_8021QAURP_RPPP_MAX_RPS = 0x4,
1451 MLX5_FIELD_SELECT_802_1QAU_RP_FIELD_SELECT_8021QAURP_RPG_TIME_RESET = 0x8,
1452 MLX5_FIELD_SELECT_802_1QAU_RP_FIELD_SELECT_8021QAURP_RPG_BYTE_RESET = 0x10,
1453 MLX5_FIELD_SELECT_802_1QAU_RP_FIELD_SELECT_8021QAURP_RPG_THRESHOLD = 0x20,
1454 MLX5_FIELD_SELECT_802_1QAU_RP_FIELD_SELECT_8021QAURP_RPG_MAX_RATE = 0x40,
1455 MLX5_FIELD_SELECT_802_1QAU_RP_FIELD_SELECT_8021QAURP_RPG_AI_RATE = 0x80,
1456 MLX5_FIELD_SELECT_802_1QAU_RP_FIELD_SELECT_8021QAURP_RPG_HAI_RATE = 0x100,
1457 MLX5_FIELD_SELECT_802_1QAU_RP_FIELD_SELECT_8021QAURP_RPG_GD = 0x200,
1458 MLX5_FIELD_SELECT_802_1QAU_RP_FIELD_SELECT_8021QAURP_RPG_MIN_DEC_FAC = 0x400,
1459 MLX5_FIELD_SELECT_802_1QAU_RP_FIELD_SELECT_8021QAURP_RPG_MIN_RATE = 0x800,
1462 struct mlx5_ifc_field_select_802_1qau_rp_bits {
1463 u8 field_select_8021qaurp[0x20];
1466 struct mlx5_ifc_phys_layer_cntrs_bits {
1467 u8 time_since_last_clear_high[0x20];
1469 u8 time_since_last_clear_low[0x20];
1471 u8 symbol_errors_high[0x20];
1473 u8 symbol_errors_low[0x20];
1475 u8 sync_headers_errors_high[0x20];
1477 u8 sync_headers_errors_low[0x20];
1479 u8 edpl_bip_errors_lane0_high[0x20];
1481 u8 edpl_bip_errors_lane0_low[0x20];
1483 u8 edpl_bip_errors_lane1_high[0x20];
1485 u8 edpl_bip_errors_lane1_low[0x20];
1487 u8 edpl_bip_errors_lane2_high[0x20];
1489 u8 edpl_bip_errors_lane2_low[0x20];
1491 u8 edpl_bip_errors_lane3_high[0x20];
1493 u8 edpl_bip_errors_lane3_low[0x20];
1495 u8 fc_fec_corrected_blocks_lane0_high[0x20];
1497 u8 fc_fec_corrected_blocks_lane0_low[0x20];
1499 u8 fc_fec_corrected_blocks_lane1_high[0x20];
1501 u8 fc_fec_corrected_blocks_lane1_low[0x20];
1503 u8 fc_fec_corrected_blocks_lane2_high[0x20];
1505 u8 fc_fec_corrected_blocks_lane2_low[0x20];
1507 u8 fc_fec_corrected_blocks_lane3_high[0x20];
1509 u8 fc_fec_corrected_blocks_lane3_low[0x20];
1511 u8 fc_fec_uncorrectable_blocks_lane0_high[0x20];
1513 u8 fc_fec_uncorrectable_blocks_lane0_low[0x20];
1515 u8 fc_fec_uncorrectable_blocks_lane1_high[0x20];
1517 u8 fc_fec_uncorrectable_blocks_lane1_low[0x20];
1519 u8 fc_fec_uncorrectable_blocks_lane2_high[0x20];
1521 u8 fc_fec_uncorrectable_blocks_lane2_low[0x20];
1523 u8 fc_fec_uncorrectable_blocks_lane3_high[0x20];
1525 u8 fc_fec_uncorrectable_blocks_lane3_low[0x20];
1527 u8 rs_fec_corrected_blocks_high[0x20];
1529 u8 rs_fec_corrected_blocks_low[0x20];
1531 u8 rs_fec_uncorrectable_blocks_high[0x20];
1533 u8 rs_fec_uncorrectable_blocks_low[0x20];
1535 u8 rs_fec_no_errors_blocks_high[0x20];
1537 u8 rs_fec_no_errors_blocks_low[0x20];
1539 u8 rs_fec_single_error_blocks_high[0x20];
1541 u8 rs_fec_single_error_blocks_low[0x20];
1543 u8 rs_fec_corrected_symbols_total_high[0x20];
1545 u8 rs_fec_corrected_symbols_total_low[0x20];
1547 u8 rs_fec_corrected_symbols_lane0_high[0x20];
1549 u8 rs_fec_corrected_symbols_lane0_low[0x20];
1551 u8 rs_fec_corrected_symbols_lane1_high[0x20];
1553 u8 rs_fec_corrected_symbols_lane1_low[0x20];
1555 u8 rs_fec_corrected_symbols_lane2_high[0x20];
1557 u8 rs_fec_corrected_symbols_lane2_low[0x20];
1559 u8 rs_fec_corrected_symbols_lane3_high[0x20];
1561 u8 rs_fec_corrected_symbols_lane3_low[0x20];
1563 u8 link_down_events[0x20];
1565 u8 successful_recovery_events[0x20];
1567 u8 reserved_at_640[0x180];
1570 struct mlx5_ifc_phys_layer_statistical_cntrs_bits {
1571 u8 time_since_last_clear_high[0x20];
1573 u8 time_since_last_clear_low[0x20];
1575 u8 phy_received_bits_high[0x20];
1577 u8 phy_received_bits_low[0x20];
1579 u8 phy_symbol_errors_high[0x20];
1581 u8 phy_symbol_errors_low[0x20];
1583 u8 phy_corrected_bits_high[0x20];
1585 u8 phy_corrected_bits_low[0x20];
1587 u8 phy_corrected_bits_lane0_high[0x20];
1589 u8 phy_corrected_bits_lane0_low[0x20];
1591 u8 phy_corrected_bits_lane1_high[0x20];
1593 u8 phy_corrected_bits_lane1_low[0x20];
1595 u8 phy_corrected_bits_lane2_high[0x20];
1597 u8 phy_corrected_bits_lane2_low[0x20];
1599 u8 phy_corrected_bits_lane3_high[0x20];
1601 u8 phy_corrected_bits_lane3_low[0x20];
1603 u8 reserved_at_200[0x5c0];
1606 struct mlx5_ifc_ib_port_cntrs_grp_data_layout_bits {
1607 u8 symbol_error_counter[0x10];
1609 u8 link_error_recovery_counter[0x8];
1611 u8 link_downed_counter[0x8];
1613 u8 port_rcv_errors[0x10];
1615 u8 port_rcv_remote_physical_errors[0x10];
1617 u8 port_rcv_switch_relay_errors[0x10];
1619 u8 port_xmit_discards[0x10];
1621 u8 port_xmit_constraint_errors[0x8];
1623 u8 port_rcv_constraint_errors[0x8];
1625 u8 reserved_at_70[0x8];
1627 u8 link_overrun_errors[0x8];
1629 u8 reserved_at_80[0x10];
1631 u8 vl_15_dropped[0x10];
1633 u8 reserved_at_a0[0x80];
1635 u8 port_xmit_wait[0x20];
1638 struct mlx5_ifc_eth_per_traffic_grp_data_layout_bits {
1639 u8 transmit_queue_high[0x20];
1641 u8 transmit_queue_low[0x20];
1643 u8 reserved_at_40[0x780];
1646 struct mlx5_ifc_eth_per_prio_grp_data_layout_bits {
1647 u8 rx_octets_high[0x20];
1649 u8 rx_octets_low[0x20];
1651 u8 reserved_at_40[0xc0];
1653 u8 rx_frames_high[0x20];
1655 u8 rx_frames_low[0x20];
1657 u8 tx_octets_high[0x20];
1659 u8 tx_octets_low[0x20];
1661 u8 reserved_at_180[0xc0];
1663 u8 tx_frames_high[0x20];
1665 u8 tx_frames_low[0x20];
1667 u8 rx_pause_high[0x20];
1669 u8 rx_pause_low[0x20];
1671 u8 rx_pause_duration_high[0x20];
1673 u8 rx_pause_duration_low[0x20];
1675 u8 tx_pause_high[0x20];
1677 u8 tx_pause_low[0x20];
1679 u8 tx_pause_duration_high[0x20];
1681 u8 tx_pause_duration_low[0x20];
1683 u8 rx_pause_transition_high[0x20];
1685 u8 rx_pause_transition_low[0x20];
1687 u8 reserved_at_3c0[0x40];
1689 u8 device_stall_minor_watermark_cnt_high[0x20];
1691 u8 device_stall_minor_watermark_cnt_low[0x20];
1693 u8 device_stall_critical_watermark_cnt_high[0x20];
1695 u8 device_stall_critical_watermark_cnt_low[0x20];
1697 u8 reserved_at_480[0x340];
1700 struct mlx5_ifc_eth_extended_cntrs_grp_data_layout_bits {
1701 u8 port_transmit_wait_high[0x20];
1703 u8 port_transmit_wait_low[0x20];
1705 u8 reserved_at_40[0x100];
1707 u8 rx_buffer_almost_full_high[0x20];
1709 u8 rx_buffer_almost_full_low[0x20];
1711 u8 rx_buffer_full_high[0x20];
1713 u8 rx_buffer_full_low[0x20];
1715 u8 rx_icrc_encapsulated_high[0x20];
1717 u8 rx_icrc_encapsulated_low[0x20];
1719 u8 reserved_at_200[0x5c0];
1722 struct mlx5_ifc_eth_3635_cntrs_grp_data_layout_bits {
1723 u8 dot3stats_alignment_errors_high[0x20];
1725 u8 dot3stats_alignment_errors_low[0x20];
1727 u8 dot3stats_fcs_errors_high[0x20];
1729 u8 dot3stats_fcs_errors_low[0x20];
1731 u8 dot3stats_single_collision_frames_high[0x20];
1733 u8 dot3stats_single_collision_frames_low[0x20];
1735 u8 dot3stats_multiple_collision_frames_high[0x20];
1737 u8 dot3stats_multiple_collision_frames_low[0x20];
1739 u8 dot3stats_sqe_test_errors_high[0x20];
1741 u8 dot3stats_sqe_test_errors_low[0x20];
1743 u8 dot3stats_deferred_transmissions_high[0x20];
1745 u8 dot3stats_deferred_transmissions_low[0x20];
1747 u8 dot3stats_late_collisions_high[0x20];
1749 u8 dot3stats_late_collisions_low[0x20];
1751 u8 dot3stats_excessive_collisions_high[0x20];
1753 u8 dot3stats_excessive_collisions_low[0x20];
1755 u8 dot3stats_internal_mac_transmit_errors_high[0x20];
1757 u8 dot3stats_internal_mac_transmit_errors_low[0x20];
1759 u8 dot3stats_carrier_sense_errors_high[0x20];
1761 u8 dot3stats_carrier_sense_errors_low[0x20];
1763 u8 dot3stats_frame_too_longs_high[0x20];
1765 u8 dot3stats_frame_too_longs_low[0x20];
1767 u8 dot3stats_internal_mac_receive_errors_high[0x20];
1769 u8 dot3stats_internal_mac_receive_errors_low[0x20];
1771 u8 dot3stats_symbol_errors_high[0x20];
1773 u8 dot3stats_symbol_errors_low[0x20];
1775 u8 dot3control_in_unknown_opcodes_high[0x20];
1777 u8 dot3control_in_unknown_opcodes_low[0x20];
1779 u8 dot3in_pause_frames_high[0x20];
1781 u8 dot3in_pause_frames_low[0x20];
1783 u8 dot3out_pause_frames_high[0x20];
1785 u8 dot3out_pause_frames_low[0x20];
1787 u8 reserved_at_400[0x3c0];
1790 struct mlx5_ifc_eth_2819_cntrs_grp_data_layout_bits {
1791 u8 ether_stats_drop_events_high[0x20];
1793 u8 ether_stats_drop_events_low[0x20];
1795 u8 ether_stats_octets_high[0x20];
1797 u8 ether_stats_octets_low[0x20];
1799 u8 ether_stats_pkts_high[0x20];
1801 u8 ether_stats_pkts_low[0x20];
1803 u8 ether_stats_broadcast_pkts_high[0x20];
1805 u8 ether_stats_broadcast_pkts_low[0x20];
1807 u8 ether_stats_multicast_pkts_high[0x20];
1809 u8 ether_stats_multicast_pkts_low[0x20];
1811 u8 ether_stats_crc_align_errors_high[0x20];
1813 u8 ether_stats_crc_align_errors_low[0x20];
1815 u8 ether_stats_undersize_pkts_high[0x20];
1817 u8 ether_stats_undersize_pkts_low[0x20];
1819 u8 ether_stats_oversize_pkts_high[0x20];
1821 u8 ether_stats_oversize_pkts_low[0x20];
1823 u8 ether_stats_fragments_high[0x20];
1825 u8 ether_stats_fragments_low[0x20];
1827 u8 ether_stats_jabbers_high[0x20];
1829 u8 ether_stats_jabbers_low[0x20];
1831 u8 ether_stats_collisions_high[0x20];
1833 u8 ether_stats_collisions_low[0x20];
1835 u8 ether_stats_pkts64octets_high[0x20];
1837 u8 ether_stats_pkts64octets_low[0x20];
1839 u8 ether_stats_pkts65to127octets_high[0x20];
1841 u8 ether_stats_pkts65to127octets_low[0x20];
1843 u8 ether_stats_pkts128to255octets_high[0x20];
1845 u8 ether_stats_pkts128to255octets_low[0x20];
1847 u8 ether_stats_pkts256to511octets_high[0x20];
1849 u8 ether_stats_pkts256to511octets_low[0x20];
1851 u8 ether_stats_pkts512to1023octets_high[0x20];
1853 u8 ether_stats_pkts512to1023octets_low[0x20];
1855 u8 ether_stats_pkts1024to1518octets_high[0x20];
1857 u8 ether_stats_pkts1024to1518octets_low[0x20];
1859 u8 ether_stats_pkts1519to2047octets_high[0x20];
1861 u8 ether_stats_pkts1519to2047octets_low[0x20];
1863 u8 ether_stats_pkts2048to4095octets_high[0x20];
1865 u8 ether_stats_pkts2048to4095octets_low[0x20];
1867 u8 ether_stats_pkts4096to8191octets_high[0x20];
1869 u8 ether_stats_pkts4096to8191octets_low[0x20];
1871 u8 ether_stats_pkts8192to10239octets_high[0x20];
1873 u8 ether_stats_pkts8192to10239octets_low[0x20];
1875 u8 reserved_at_540[0x280];
1878 struct mlx5_ifc_eth_2863_cntrs_grp_data_layout_bits {
1879 u8 if_in_octets_high[0x20];
1881 u8 if_in_octets_low[0x20];
1883 u8 if_in_ucast_pkts_high[0x20];
1885 u8 if_in_ucast_pkts_low[0x20];
1887 u8 if_in_discards_high[0x20];
1889 u8 if_in_discards_low[0x20];
1891 u8 if_in_errors_high[0x20];
1893 u8 if_in_errors_low[0x20];
1895 u8 if_in_unknown_protos_high[0x20];
1897 u8 if_in_unknown_protos_low[0x20];
1899 u8 if_out_octets_high[0x20];
1901 u8 if_out_octets_low[0x20];
1903 u8 if_out_ucast_pkts_high[0x20];
1905 u8 if_out_ucast_pkts_low[0x20];
1907 u8 if_out_discards_high[0x20];
1909 u8 if_out_discards_low[0x20];
1911 u8 if_out_errors_high[0x20];
1913 u8 if_out_errors_low[0x20];
1915 u8 if_in_multicast_pkts_high[0x20];
1917 u8 if_in_multicast_pkts_low[0x20];
1919 u8 if_in_broadcast_pkts_high[0x20];
1921 u8 if_in_broadcast_pkts_low[0x20];
1923 u8 if_out_multicast_pkts_high[0x20];
1925 u8 if_out_multicast_pkts_low[0x20];
1927 u8 if_out_broadcast_pkts_high[0x20];
1929 u8 if_out_broadcast_pkts_low[0x20];
1931 u8 reserved_at_340[0x480];
1934 struct mlx5_ifc_eth_802_3_cntrs_grp_data_layout_bits {
1935 u8 a_frames_transmitted_ok_high[0x20];
1937 u8 a_frames_transmitted_ok_low[0x20];
1939 u8 a_frames_received_ok_high[0x20];
1941 u8 a_frames_received_ok_low[0x20];
1943 u8 a_frame_check_sequence_errors_high[0x20];
1945 u8 a_frame_check_sequence_errors_low[0x20];
1947 u8 a_alignment_errors_high[0x20];
1949 u8 a_alignment_errors_low[0x20];
1951 u8 a_octets_transmitted_ok_high[0x20];
1953 u8 a_octets_transmitted_ok_low[0x20];
1955 u8 a_octets_received_ok_high[0x20];
1957 u8 a_octets_received_ok_low[0x20];
1959 u8 a_multicast_frames_xmitted_ok_high[0x20];
1961 u8 a_multicast_frames_xmitted_ok_low[0x20];
1963 u8 a_broadcast_frames_xmitted_ok_high[0x20];
1965 u8 a_broadcast_frames_xmitted_ok_low[0x20];
1967 u8 a_multicast_frames_received_ok_high[0x20];
1969 u8 a_multicast_frames_received_ok_low[0x20];
1971 u8 a_broadcast_frames_received_ok_high[0x20];
1973 u8 a_broadcast_frames_received_ok_low[0x20];
1975 u8 a_in_range_length_errors_high[0x20];
1977 u8 a_in_range_length_errors_low[0x20];
1979 u8 a_out_of_range_length_field_high[0x20];
1981 u8 a_out_of_range_length_field_low[0x20];
1983 u8 a_frame_too_long_errors_high[0x20];
1985 u8 a_frame_too_long_errors_low[0x20];
1987 u8 a_symbol_error_during_carrier_high[0x20];
1989 u8 a_symbol_error_during_carrier_low[0x20];
1991 u8 a_mac_control_frames_transmitted_high[0x20];
1993 u8 a_mac_control_frames_transmitted_low[0x20];
1995 u8 a_mac_control_frames_received_high[0x20];
1997 u8 a_mac_control_frames_received_low[0x20];
1999 u8 a_unsupported_opcodes_received_high[0x20];
2001 u8 a_unsupported_opcodes_received_low[0x20];
2003 u8 a_pause_mac_ctrl_frames_received_high[0x20];
2005 u8 a_pause_mac_ctrl_frames_received_low[0x20];
2007 u8 a_pause_mac_ctrl_frames_transmitted_high[0x20];
2009 u8 a_pause_mac_ctrl_frames_transmitted_low[0x20];
2011 u8 reserved_at_4c0[0x300];
2014 struct mlx5_ifc_pcie_perf_cntrs_grp_data_layout_bits {
2015 u8 life_time_counter_high[0x20];
2017 u8 life_time_counter_low[0x20];
2023 u8 l0_to_recovery_eieos[0x20];
2025 u8 l0_to_recovery_ts[0x20];
2027 u8 l0_to_recovery_framing[0x20];
2029 u8 l0_to_recovery_retrain[0x20];
2031 u8 crc_error_dllp[0x20];
2033 u8 crc_error_tlp[0x20];
2035 u8 tx_overflow_buffer_pkt_high[0x20];
2037 u8 tx_overflow_buffer_pkt_low[0x20];
2039 u8 outbound_stalled_reads[0x20];
2041 u8 outbound_stalled_writes[0x20];
2043 u8 outbound_stalled_reads_events[0x20];
2045 u8 outbound_stalled_writes_events[0x20];
2047 u8 reserved_at_200[0x5c0];
2050 struct mlx5_ifc_cmd_inter_comp_event_bits {
2051 u8 command_completion_vector[0x20];
2053 u8 reserved_at_20[0xc0];
2056 struct mlx5_ifc_stall_vl_event_bits {
2057 u8 reserved_at_0[0x18];
2059 u8 reserved_at_19[0x3];
2062 u8 reserved_at_20[0xa0];
2065 struct mlx5_ifc_db_bf_congestion_event_bits {
2066 u8 event_subtype[0x8];
2067 u8 reserved_at_8[0x8];
2068 u8 congestion_level[0x8];
2069 u8 reserved_at_18[0x8];
2071 u8 reserved_at_20[0xa0];
2074 struct mlx5_ifc_gpio_event_bits {
2075 u8 reserved_at_0[0x60];
2077 u8 gpio_event_hi[0x20];
2079 u8 gpio_event_lo[0x20];
2081 u8 reserved_at_a0[0x40];
2084 struct mlx5_ifc_port_state_change_event_bits {
2085 u8 reserved_at_0[0x40];
2088 u8 reserved_at_44[0x1c];
2090 u8 reserved_at_60[0x80];
2093 struct mlx5_ifc_dropped_packet_logged_bits {
2094 u8 reserved_at_0[0xe0];
2098 MLX5_CQ_ERROR_SYNDROME_CQ_OVERRUN = 0x1,
2099 MLX5_CQ_ERROR_SYNDROME_CQ_ACCESS_VIOLATION_ERROR = 0x2,
2102 struct mlx5_ifc_cq_error_bits {
2103 u8 reserved_at_0[0x8];
2106 u8 reserved_at_20[0x20];
2108 u8 reserved_at_40[0x18];
2111 u8 reserved_at_60[0x80];
2114 struct mlx5_ifc_rdma_page_fault_event_bits {
2115 u8 bytes_committed[0x20];
2119 u8 reserved_at_40[0x10];
2120 u8 packet_len[0x10];
2122 u8 rdma_op_len[0x20];
2126 u8 reserved_at_c0[0x5];
2133 struct mlx5_ifc_wqe_associated_page_fault_event_bits {
2134 u8 bytes_committed[0x20];
2136 u8 reserved_at_20[0x10];
2139 u8 reserved_at_40[0x10];
2142 u8 reserved_at_60[0x60];
2144 u8 reserved_at_c0[0x5];
2151 struct mlx5_ifc_qp_events_bits {
2152 u8 reserved_at_0[0xa0];
2155 u8 reserved_at_a8[0x18];
2157 u8 reserved_at_c0[0x8];
2158 u8 qpn_rqn_sqn[0x18];
2161 struct mlx5_ifc_dct_events_bits {
2162 u8 reserved_at_0[0xc0];
2164 u8 reserved_at_c0[0x8];
2165 u8 dct_number[0x18];
2168 struct mlx5_ifc_comp_event_bits {
2169 u8 reserved_at_0[0xc0];
2171 u8 reserved_at_c0[0x8];
2176 MLX5_QPC_STATE_RST = 0x0,
2177 MLX5_QPC_STATE_INIT = 0x1,
2178 MLX5_QPC_STATE_RTR = 0x2,
2179 MLX5_QPC_STATE_RTS = 0x3,
2180 MLX5_QPC_STATE_SQER = 0x4,
2181 MLX5_QPC_STATE_ERR = 0x6,
2182 MLX5_QPC_STATE_SQD = 0x7,
2183 MLX5_QPC_STATE_SUSPENDED = 0x9,
2187 MLX5_QPC_ST_RC = 0x0,
2188 MLX5_QPC_ST_UC = 0x1,
2189 MLX5_QPC_ST_UD = 0x2,
2190 MLX5_QPC_ST_XRC = 0x3,
2191 MLX5_QPC_ST_DCI = 0x5,
2192 MLX5_QPC_ST_QP0 = 0x7,
2193 MLX5_QPC_ST_QP1 = 0x8,
2194 MLX5_QPC_ST_RAW_DATAGRAM = 0x9,
2195 MLX5_QPC_ST_REG_UMR = 0xc,
2199 MLX5_QPC_PM_STATE_ARMED = 0x0,
2200 MLX5_QPC_PM_STATE_REARM = 0x1,
2201 MLX5_QPC_PM_STATE_RESERVED = 0x2,
2202 MLX5_QPC_PM_STATE_MIGRATED = 0x3,
2206 MLX5_QPC_OFFLOAD_TYPE_RNDV = 0x1,
2210 MLX5_QPC_END_PADDING_MODE_SCATTER_AS_IS = 0x0,
2211 MLX5_QPC_END_PADDING_MODE_PAD_TO_CACHE_LINE_ALIGNMENT = 0x1,
2215 MLX5_QPC_MTU_256_BYTES = 0x1,
2216 MLX5_QPC_MTU_512_BYTES = 0x2,
2217 MLX5_QPC_MTU_1K_BYTES = 0x3,
2218 MLX5_QPC_MTU_2K_BYTES = 0x4,
2219 MLX5_QPC_MTU_4K_BYTES = 0x5,
2220 MLX5_QPC_MTU_RAW_ETHERNET_QP = 0x7,
2224 MLX5_QPC_ATOMIC_MODE_IB_SPEC = 0x1,
2225 MLX5_QPC_ATOMIC_MODE_ONLY_8B = 0x2,
2226 MLX5_QPC_ATOMIC_MODE_UP_TO_8B = 0x3,
2227 MLX5_QPC_ATOMIC_MODE_UP_TO_16B = 0x4,
2228 MLX5_QPC_ATOMIC_MODE_UP_TO_32B = 0x5,
2229 MLX5_QPC_ATOMIC_MODE_UP_TO_64B = 0x6,
2230 MLX5_QPC_ATOMIC_MODE_UP_TO_128B = 0x7,
2231 MLX5_QPC_ATOMIC_MODE_UP_TO_256B = 0x8,
2235 MLX5_QPC_CS_REQ_DISABLE = 0x0,
2236 MLX5_QPC_CS_REQ_UP_TO_32B = 0x11,
2237 MLX5_QPC_CS_REQ_UP_TO_64B = 0x22,
2241 MLX5_QPC_CS_RES_DISABLE = 0x0,
2242 MLX5_QPC_CS_RES_UP_TO_32B = 0x1,
2243 MLX5_QPC_CS_RES_UP_TO_64B = 0x2,
2246 struct mlx5_ifc_qpc_bits {
2248 u8 lag_tx_port_affinity[0x4];
2250 u8 reserved_at_10[0x3];
2252 u8 reserved_at_15[0x3];
2253 u8 offload_type[0x4];
2254 u8 end_padding_mode[0x2];
2255 u8 reserved_at_1e[0x2];
2257 u8 wq_signature[0x1];
2258 u8 block_lb_mc[0x1];
2259 u8 atomic_like_write_en[0x1];
2260 u8 latency_sensitive[0x1];
2261 u8 reserved_at_24[0x1];
2262 u8 drain_sigerr[0x1];
2263 u8 reserved_at_26[0x2];
2267 u8 log_msg_max[0x5];
2268 u8 reserved_at_48[0x1];
2269 u8 log_rq_size[0x4];
2270 u8 log_rq_stride[0x3];
2272 u8 log_sq_size[0x4];
2273 u8 reserved_at_55[0x6];
2275 u8 ulp_stateless_offload_mode[0x4];
2277 u8 counter_set_id[0x8];
2280 u8 reserved_at_80[0x8];
2281 u8 user_index[0x18];
2283 u8 reserved_at_a0[0x3];
2284 u8 log_page_size[0x5];
2285 u8 remote_qpn[0x18];
2287 struct mlx5_ifc_ads_bits primary_address_path;
2289 struct mlx5_ifc_ads_bits secondary_address_path;
2291 u8 log_ack_req_freq[0x4];
2292 u8 reserved_at_384[0x4];
2293 u8 log_sra_max[0x3];
2294 u8 reserved_at_38b[0x2];
2295 u8 retry_count[0x3];
2297 u8 reserved_at_393[0x1];
2299 u8 cur_rnr_retry[0x3];
2300 u8 cur_retry_count[0x3];
2301 u8 reserved_at_39b[0x5];
2303 u8 reserved_at_3a0[0x20];
2305 u8 reserved_at_3c0[0x8];
2306 u8 next_send_psn[0x18];
2308 u8 reserved_at_3e0[0x8];
2311 u8 reserved_at_400[0x8];
2314 u8 reserved_at_420[0x20];
2316 u8 reserved_at_440[0x8];
2317 u8 last_acked_psn[0x18];
2319 u8 reserved_at_460[0x8];
2322 u8 reserved_at_480[0x8];
2323 u8 log_rra_max[0x3];
2324 u8 reserved_at_48b[0x1];
2325 u8 atomic_mode[0x4];
2329 u8 reserved_at_493[0x1];
2330 u8 page_offset[0x6];
2331 u8 reserved_at_49a[0x3];
2332 u8 cd_slave_receive[0x1];
2333 u8 cd_slave_send[0x1];
2336 u8 reserved_at_4a0[0x3];
2337 u8 min_rnr_nak[0x5];
2338 u8 next_rcv_psn[0x18];
2340 u8 reserved_at_4c0[0x8];
2343 u8 reserved_at_4e0[0x8];
2350 u8 reserved_at_560[0x5];
2352 u8 srqn_rmpn_xrqn[0x18];
2354 u8 reserved_at_580[0x8];
2357 u8 hw_sq_wqebb_counter[0x10];
2358 u8 sw_sq_wqebb_counter[0x10];
2360 u8 hw_rq_counter[0x20];
2362 u8 sw_rq_counter[0x20];
2364 u8 reserved_at_600[0x20];
2366 u8 reserved_at_620[0xf];
2371 u8 dc_access_key[0x40];
2373 u8 reserved_at_680[0x3];
2374 u8 dbr_umem_valid[0x1];
2376 u8 reserved_at_684[0xbc];
2379 struct mlx5_ifc_roce_addr_layout_bits {
2380 u8 source_l3_address[16][0x8];
2382 u8 reserved_at_80[0x3];
2385 u8 source_mac_47_32[0x10];
2387 u8 source_mac_31_0[0x20];
2389 u8 reserved_at_c0[0x14];
2390 u8 roce_l3_type[0x4];
2391 u8 roce_version[0x8];
2393 u8 reserved_at_e0[0x20];
2396 union mlx5_ifc_hca_cap_union_bits {
2397 struct mlx5_ifc_cmd_hca_cap_bits cmd_hca_cap;
2398 struct mlx5_ifc_odp_cap_bits odp_cap;
2399 struct mlx5_ifc_atomic_caps_bits atomic_caps;
2400 struct mlx5_ifc_roce_cap_bits roce_cap;
2401 struct mlx5_ifc_per_protocol_networking_offload_caps_bits per_protocol_networking_offload_caps;
2402 struct mlx5_ifc_flow_table_nic_cap_bits flow_table_nic_cap;
2403 struct mlx5_ifc_flow_table_eswitch_cap_bits flow_table_eswitch_cap;
2404 struct mlx5_ifc_e_switch_cap_bits e_switch_cap;
2405 struct mlx5_ifc_vector_calc_cap_bits vector_calc_cap;
2406 struct mlx5_ifc_qos_cap_bits qos_cap;
2407 struct mlx5_ifc_fpga_cap_bits fpga_cap;
2408 u8 reserved_at_0[0x8000];
2412 MLX5_FLOW_CONTEXT_ACTION_ALLOW = 0x1,
2413 MLX5_FLOW_CONTEXT_ACTION_DROP = 0x2,
2414 MLX5_FLOW_CONTEXT_ACTION_FWD_DEST = 0x4,
2415 MLX5_FLOW_CONTEXT_ACTION_COUNT = 0x8,
2416 MLX5_FLOW_CONTEXT_ACTION_PACKET_REFORMAT = 0x10,
2417 MLX5_FLOW_CONTEXT_ACTION_DECAP = 0x20,
2418 MLX5_FLOW_CONTEXT_ACTION_MOD_HDR = 0x40,
2419 MLX5_FLOW_CONTEXT_ACTION_VLAN_POP = 0x80,
2420 MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH = 0x100,
2421 MLX5_FLOW_CONTEXT_ACTION_VLAN_POP_2 = 0x400,
2422 MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH_2 = 0x800,
2425 struct mlx5_ifc_vlan_bits {
2432 struct mlx5_ifc_flow_context_bits {
2433 struct mlx5_ifc_vlan_bits push_vlan;
2437 u8 reserved_at_40[0x8];
2440 u8 reserved_at_60[0x10];
2443 u8 reserved_at_80[0x8];
2444 u8 destination_list_size[0x18];
2446 u8 reserved_at_a0[0x8];
2447 u8 flow_counter_list_size[0x18];
2449 u8 packet_reformat_id[0x20];
2451 u8 modify_header_id[0x20];
2453 struct mlx5_ifc_vlan_bits push_vlan_2;
2455 u8 reserved_at_120[0xe0];
2457 struct mlx5_ifc_fte_match_param_bits match_value;
2459 u8 reserved_at_1200[0x600];
2461 union mlx5_ifc_dest_format_struct_flow_counter_list_auto_bits destination[0];
2465 MLX5_XRC_SRQC_STATE_GOOD = 0x0,
2466 MLX5_XRC_SRQC_STATE_ERROR = 0x1,
2469 struct mlx5_ifc_xrc_srqc_bits {
2471 u8 log_xrc_srq_size[0x4];
2472 u8 reserved_at_8[0x18];
2474 u8 wq_signature[0x1];
2476 u8 reserved_at_22[0x1];
2478 u8 basic_cyclic_rcv_wqe[0x1];
2479 u8 log_rq_stride[0x3];
2482 u8 page_offset[0x6];
2483 u8 reserved_at_46[0x1];
2484 u8 dbr_umem_valid[0x1];
2487 u8 reserved_at_60[0x20];
2489 u8 user_index_equal_xrc_srqn[0x1];
2490 u8 reserved_at_81[0x1];
2491 u8 log_page_size[0x6];
2492 u8 user_index[0x18];
2494 u8 reserved_at_a0[0x20];
2496 u8 reserved_at_c0[0x8];
2502 u8 reserved_at_100[0x40];
2504 u8 db_record_addr_h[0x20];
2506 u8 db_record_addr_l[0x1e];
2507 u8 reserved_at_17e[0x2];
2509 u8 reserved_at_180[0x80];
2512 struct mlx5_ifc_vnic_diagnostic_statistics_bits {
2513 u8 counter_error_queues[0x20];
2515 u8 total_error_queues[0x20];
2517 u8 send_queue_priority_update_flow[0x20];
2519 u8 reserved_at_60[0x20];
2521 u8 nic_receive_steering_discard[0x40];
2523 u8 receive_discard_vport_down[0x40];
2525 u8 transmit_discard_vport_down[0x40];
2527 u8 reserved_at_140[0xec0];
2530 struct mlx5_ifc_traffic_counter_bits {
2536 struct mlx5_ifc_tisc_bits {
2537 u8 strict_lag_tx_port_affinity[0x1];
2538 u8 reserved_at_1[0x3];
2539 u8 lag_tx_port_affinity[0x04];
2541 u8 reserved_at_8[0x4];
2543 u8 reserved_at_10[0x10];
2545 u8 reserved_at_20[0x100];
2547 u8 reserved_at_120[0x8];
2548 u8 transport_domain[0x18];
2550 u8 reserved_at_140[0x8];
2551 u8 underlay_qpn[0x18];
2552 u8 reserved_at_160[0x3a0];
2556 MLX5_TIRC_DISP_TYPE_DIRECT = 0x0,
2557 MLX5_TIRC_DISP_TYPE_INDIRECT = 0x1,
2561 MLX5_TIRC_LRO_ENABLE_MASK_IPV4_LRO = 0x1,
2562 MLX5_TIRC_LRO_ENABLE_MASK_IPV6_LRO = 0x2,
2566 MLX5_RX_HASH_FN_NONE = 0x0,
2567 MLX5_RX_HASH_FN_INVERTED_XOR8 = 0x1,
2568 MLX5_RX_HASH_FN_TOEPLITZ = 0x2,
2572 MLX5_TIRC_SELF_LB_BLOCK_BLOCK_UNICAST = 0x1,
2573 MLX5_TIRC_SELF_LB_BLOCK_BLOCK_MULTICAST = 0x2,
2576 struct mlx5_ifc_tirc_bits {
2577 u8 reserved_at_0[0x20];
2580 u8 reserved_at_24[0x1c];
2582 u8 reserved_at_40[0x40];
2584 u8 reserved_at_80[0x4];
2585 u8 lro_timeout_period_usecs[0x10];
2586 u8 lro_enable_mask[0x4];
2587 u8 lro_max_ip_payload_size[0x8];
2589 u8 reserved_at_a0[0x40];
2591 u8 reserved_at_e0[0x8];
2592 u8 inline_rqn[0x18];
2594 u8 rx_hash_symmetric[0x1];
2595 u8 reserved_at_101[0x1];
2596 u8 tunneled_offload_en[0x1];
2597 u8 reserved_at_103[0x5];
2598 u8 indirect_table[0x18];
2601 u8 reserved_at_124[0x2];
2602 u8 self_lb_block[0x2];
2603 u8 transport_domain[0x18];
2605 u8 rx_hash_toeplitz_key[10][0x20];
2607 struct mlx5_ifc_rx_hash_field_select_bits rx_hash_field_selector_outer;
2609 struct mlx5_ifc_rx_hash_field_select_bits rx_hash_field_selector_inner;
2611 u8 reserved_at_2c0[0x4c0];
2615 MLX5_SRQC_STATE_GOOD = 0x0,
2616 MLX5_SRQC_STATE_ERROR = 0x1,
2619 struct mlx5_ifc_srqc_bits {
2621 u8 log_srq_size[0x4];
2622 u8 reserved_at_8[0x18];
2624 u8 wq_signature[0x1];
2626 u8 reserved_at_22[0x1];
2628 u8 reserved_at_24[0x1];
2629 u8 log_rq_stride[0x3];
2632 u8 page_offset[0x6];
2633 u8 reserved_at_46[0x2];
2636 u8 reserved_at_60[0x20];
2638 u8 reserved_at_80[0x2];
2639 u8 log_page_size[0x6];
2640 u8 reserved_at_88[0x18];
2642 u8 reserved_at_a0[0x20];
2644 u8 reserved_at_c0[0x8];
2650 u8 reserved_at_100[0x40];
2654 u8 reserved_at_180[0x80];
2658 MLX5_SQC_STATE_RST = 0x0,
2659 MLX5_SQC_STATE_RDY = 0x1,
2660 MLX5_SQC_STATE_ERR = 0x3,
2663 struct mlx5_ifc_sqc_bits {
2667 u8 flush_in_error_en[0x1];
2668 u8 allow_multi_pkt_send_wqe[0x1];
2669 u8 min_wqe_inline_mode[0x3];
2674 u8 reserved_at_f[0x11];
2676 u8 reserved_at_20[0x8];
2677 u8 user_index[0x18];
2679 u8 reserved_at_40[0x8];
2682 u8 reserved_at_60[0x8];
2683 u8 hairpin_peer_rq[0x18];
2685 u8 reserved_at_80[0x10];
2686 u8 hairpin_peer_vhca[0x10];
2688 u8 reserved_at_a0[0x50];
2690 u8 packet_pacing_rate_limit_index[0x10];
2691 u8 tis_lst_sz[0x10];
2692 u8 reserved_at_110[0x10];
2694 u8 reserved_at_120[0x40];
2696 u8 reserved_at_160[0x8];
2699 struct mlx5_ifc_wq_bits wq;
2703 SCHEDULING_CONTEXT_ELEMENT_TYPE_TSAR = 0x0,
2704 SCHEDULING_CONTEXT_ELEMENT_TYPE_VPORT = 0x1,
2705 SCHEDULING_CONTEXT_ELEMENT_TYPE_VPORT_TC = 0x2,
2706 SCHEDULING_CONTEXT_ELEMENT_TYPE_PARA_VPORT_TC = 0x3,
2709 struct mlx5_ifc_scheduling_context_bits {
2710 u8 element_type[0x8];
2711 u8 reserved_at_8[0x18];
2713 u8 element_attributes[0x20];
2715 u8 parent_element_id[0x20];
2717 u8 reserved_at_60[0x40];
2721 u8 max_average_bw[0x20];
2723 u8 reserved_at_e0[0x120];
2726 struct mlx5_ifc_rqtc_bits {
2727 u8 reserved_at_0[0xa0];
2729 u8 reserved_at_a0[0x10];
2730 u8 rqt_max_size[0x10];
2732 u8 reserved_at_c0[0x10];
2733 u8 rqt_actual_size[0x10];
2735 u8 reserved_at_e0[0x6a0];
2737 struct mlx5_ifc_rq_num_bits rq_num[0];
2741 MLX5_RQC_MEM_RQ_TYPE_MEMORY_RQ_INLINE = 0x0,
2742 MLX5_RQC_MEM_RQ_TYPE_MEMORY_RQ_RMP = 0x1,
2746 MLX5_RQC_STATE_RST = 0x0,
2747 MLX5_RQC_STATE_RDY = 0x1,
2748 MLX5_RQC_STATE_ERR = 0x3,
2751 struct mlx5_ifc_rqc_bits {
2753 u8 delay_drop_en[0x1];
2754 u8 scatter_fcs[0x1];
2756 u8 mem_rq_type[0x4];
2758 u8 reserved_at_c[0x1];
2759 u8 flush_in_error_en[0x1];
2761 u8 reserved_at_f[0x11];
2763 u8 reserved_at_20[0x8];
2764 u8 user_index[0x18];
2766 u8 reserved_at_40[0x8];
2769 u8 counter_set_id[0x8];
2770 u8 reserved_at_68[0x18];
2772 u8 reserved_at_80[0x8];
2775 u8 reserved_at_a0[0x8];
2776 u8 hairpin_peer_sq[0x18];
2778 u8 reserved_at_c0[0x10];
2779 u8 hairpin_peer_vhca[0x10];
2781 u8 reserved_at_e0[0xa0];
2783 struct mlx5_ifc_wq_bits wq;
2787 MLX5_RMPC_STATE_RDY = 0x1,
2788 MLX5_RMPC_STATE_ERR = 0x3,
2791 struct mlx5_ifc_rmpc_bits {
2792 u8 reserved_at_0[0x8];
2794 u8 reserved_at_c[0x14];
2796 u8 basic_cyclic_rcv_wqe[0x1];
2797 u8 reserved_at_21[0x1f];
2799 u8 reserved_at_40[0x140];
2801 struct mlx5_ifc_wq_bits wq;
2804 struct mlx5_ifc_nic_vport_context_bits {
2805 u8 reserved_at_0[0x5];
2806 u8 min_wqe_inline_mode[0x3];
2807 u8 reserved_at_8[0x15];
2808 u8 disable_mc_local_lb[0x1];
2809 u8 disable_uc_local_lb[0x1];
2812 u8 arm_change_event[0x1];
2813 u8 reserved_at_21[0x1a];
2814 u8 event_on_mtu[0x1];
2815 u8 event_on_promisc_change[0x1];
2816 u8 event_on_vlan_change[0x1];
2817 u8 event_on_mc_address_change[0x1];
2818 u8 event_on_uc_address_change[0x1];
2820 u8 reserved_at_40[0xc];
2822 u8 affiliation_criteria[0x4];
2823 u8 affiliated_vhca_id[0x10];
2825 u8 reserved_at_60[0xd0];
2829 u8 system_image_guid[0x40];
2833 u8 reserved_at_200[0x140];
2834 u8 qkey_violation_counter[0x10];
2835 u8 reserved_at_350[0x430];
2839 u8 promisc_all[0x1];
2840 u8 reserved_at_783[0x2];
2841 u8 allowed_list_type[0x3];
2842 u8 reserved_at_788[0xc];
2843 u8 allowed_list_size[0xc];
2845 struct mlx5_ifc_mac_address_layout_bits permanent_address;
2847 u8 reserved_at_7e0[0x20];
2849 u8 current_uc_mac_address[0][0x40];
2853 MLX5_MKC_ACCESS_MODE_PA = 0x0,
2854 MLX5_MKC_ACCESS_MODE_MTT = 0x1,
2855 MLX5_MKC_ACCESS_MODE_KLMS = 0x2,
2856 MLX5_MKC_ACCESS_MODE_KSM = 0x3,
2857 MLX5_MKC_ACCESS_MODE_MEMIC = 0x5,
2860 struct mlx5_ifc_mkc_bits {
2861 u8 reserved_at_0[0x1];
2863 u8 reserved_at_2[0x1];
2864 u8 access_mode_4_2[0x3];
2865 u8 reserved_at_6[0x7];
2866 u8 relaxed_ordering_write[0x1];
2867 u8 reserved_at_e[0x1];
2868 u8 small_fence_on_rdma_read_response[0x1];
2875 u8 access_mode_1_0[0x2];
2876 u8 reserved_at_18[0x8];
2881 u8 reserved_at_40[0x20];
2886 u8 reserved_at_63[0x2];
2887 u8 expected_sigerr_count[0x1];
2888 u8 reserved_at_66[0x1];
2892 u8 start_addr[0x40];
2896 u8 bsf_octword_size[0x20];
2898 u8 reserved_at_120[0x80];
2900 u8 translations_octword_size[0x20];
2902 u8 reserved_at_1c0[0x1b];
2903 u8 log_page_size[0x5];
2905 u8 reserved_at_1e0[0x20];
2908 struct mlx5_ifc_pkey_bits {
2909 u8 reserved_at_0[0x10];
2913 struct mlx5_ifc_array128_auto_bits {
2914 u8 array128_auto[16][0x8];
2917 struct mlx5_ifc_hca_vport_context_bits {
2918 u8 field_select[0x20];
2920 u8 reserved_at_20[0xe0];
2922 u8 sm_virt_aware[0x1];
2925 u8 grh_required[0x1];
2926 u8 reserved_at_104[0xc];
2927 u8 port_physical_state[0x4];
2928 u8 vport_state_policy[0x4];
2930 u8 vport_state[0x4];
2932 u8 reserved_at_120[0x20];
2934 u8 system_image_guid[0x40];
2942 u8 cap_mask1_field_select[0x20];
2946 u8 cap_mask2_field_select[0x20];
2948 u8 reserved_at_280[0x80];
2951 u8 reserved_at_310[0x4];
2952 u8 init_type_reply[0x4];
2954 u8 subnet_timeout[0x5];
2958 u8 reserved_at_334[0xc];
2960 u8 qkey_violation_counter[0x10];
2961 u8 pkey_violation_counter[0x10];
2963 u8 reserved_at_360[0xca0];
2966 struct mlx5_ifc_esw_vport_context_bits {
2967 u8 reserved_at_0[0x3];
2968 u8 vport_svlan_strip[0x1];
2969 u8 vport_cvlan_strip[0x1];
2970 u8 vport_svlan_insert[0x1];
2971 u8 vport_cvlan_insert[0x2];
2972 u8 reserved_at_8[0x18];
2974 u8 reserved_at_20[0x20];
2983 u8 reserved_at_60[0x7a0];
2987 MLX5_EQC_STATUS_OK = 0x0,
2988 MLX5_EQC_STATUS_EQ_WRITE_FAILURE = 0xa,
2992 MLX5_EQC_ST_ARMED = 0x9,
2993 MLX5_EQC_ST_FIRED = 0xa,
2996 struct mlx5_ifc_eqc_bits {
2998 u8 reserved_at_4[0x9];
3001 u8 reserved_at_f[0x5];
3003 u8 reserved_at_18[0x8];
3005 u8 reserved_at_20[0x20];
3007 u8 reserved_at_40[0x14];
3008 u8 page_offset[0x6];
3009 u8 reserved_at_5a[0x6];
3011 u8 reserved_at_60[0x3];
3012 u8 log_eq_size[0x5];
3015 u8 reserved_at_80[0x20];
3017 u8 reserved_at_a0[0x18];
3020 u8 reserved_at_c0[0x3];
3021 u8 log_page_size[0x5];
3022 u8 reserved_at_c8[0x18];
3024 u8 reserved_at_e0[0x60];
3026 u8 reserved_at_140[0x8];
3027 u8 consumer_counter[0x18];
3029 u8 reserved_at_160[0x8];
3030 u8 producer_counter[0x18];
3032 u8 reserved_at_180[0x80];
3036 MLX5_DCTC_STATE_ACTIVE = 0x0,
3037 MLX5_DCTC_STATE_DRAINING = 0x1,
3038 MLX5_DCTC_STATE_DRAINED = 0x2,
3042 MLX5_DCTC_CS_RES_DISABLE = 0x0,
3043 MLX5_DCTC_CS_RES_NA = 0x1,
3044 MLX5_DCTC_CS_RES_UP_TO_64B = 0x2,
3048 MLX5_DCTC_MTU_256_BYTES = 0x1,
3049 MLX5_DCTC_MTU_512_BYTES = 0x2,
3050 MLX5_DCTC_MTU_1K_BYTES = 0x3,
3051 MLX5_DCTC_MTU_2K_BYTES = 0x4,
3052 MLX5_DCTC_MTU_4K_BYTES = 0x5,
3055 struct mlx5_ifc_dctc_bits {
3056 u8 reserved_at_0[0x4];
3058 u8 reserved_at_8[0x18];
3060 u8 reserved_at_20[0x8];
3061 u8 user_index[0x18];
3063 u8 reserved_at_40[0x8];
3066 u8 counter_set_id[0x8];
3067 u8 atomic_mode[0x4];
3071 u8 atomic_like_write_en[0x1];
3072 u8 latency_sensitive[0x1];
3075 u8 reserved_at_73[0xd];
3077 u8 reserved_at_80[0x8];
3079 u8 reserved_at_90[0x3];
3080 u8 min_rnr_nak[0x5];
3081 u8 reserved_at_98[0x8];
3083 u8 reserved_at_a0[0x8];
3086 u8 reserved_at_c0[0x8];
3090 u8 reserved_at_e8[0x4];
3091 u8 flow_label[0x14];
3093 u8 dc_access_key[0x40];
3095 u8 reserved_at_140[0x5];
3098 u8 pkey_index[0x10];
3100 u8 reserved_at_160[0x8];
3101 u8 my_addr_index[0x8];
3102 u8 reserved_at_170[0x8];
3105 u8 dc_access_key_violation_count[0x20];
3107 u8 reserved_at_1a0[0x14];
3113 u8 reserved_at_1c0[0x40];
3117 MLX5_CQC_STATUS_OK = 0x0,
3118 MLX5_CQC_STATUS_CQ_OVERFLOW = 0x9,
3119 MLX5_CQC_STATUS_CQ_WRITE_FAIL = 0xa,
3123 MLX5_CQC_CQE_SZ_64_BYTES = 0x0,
3124 MLX5_CQC_CQE_SZ_128_BYTES = 0x1,
3128 MLX5_CQC_ST_SOLICITED_NOTIFICATION_REQUEST_ARMED = 0x6,
3129 MLX5_CQC_ST_NOTIFICATION_REQUEST_ARMED = 0x9,
3130 MLX5_CQC_ST_FIRED = 0xa,
3134 MLX5_CQ_PERIOD_MODE_START_FROM_EQE = 0x0,
3135 MLX5_CQ_PERIOD_MODE_START_FROM_CQE = 0x1,
3136 MLX5_CQ_PERIOD_NUM_MODES
3139 struct mlx5_ifc_cqc_bits {
3141 u8 reserved_at_4[0x2];
3142 u8 dbr_umem_valid[0x1];
3143 u8 reserved_at_7[0x1];
3146 u8 reserved_at_c[0x1];
3147 u8 scqe_break_moderation_en[0x1];
3149 u8 cq_period_mode[0x2];
3150 u8 cqe_comp_en[0x1];
3151 u8 mini_cqe_res_format[0x2];
3153 u8 reserved_at_18[0x8];
3155 u8 reserved_at_20[0x20];
3157 u8 reserved_at_40[0x14];
3158 u8 page_offset[0x6];
3159 u8 reserved_at_5a[0x6];
3161 u8 reserved_at_60[0x3];
3162 u8 log_cq_size[0x5];
3165 u8 reserved_at_80[0x4];
3167 u8 cq_max_count[0x10];
3169 u8 reserved_at_a0[0x18];
3172 u8 reserved_at_c0[0x3];
3173 u8 log_page_size[0x5];
3174 u8 reserved_at_c8[0x18];
3176 u8 reserved_at_e0[0x20];
3178 u8 reserved_at_100[0x8];
3179 u8 last_notified_index[0x18];
3181 u8 reserved_at_120[0x8];
3182 u8 last_solicit_index[0x18];
3184 u8 reserved_at_140[0x8];
3185 u8 consumer_counter[0x18];
3187 u8 reserved_at_160[0x8];
3188 u8 producer_counter[0x18];
3190 u8 reserved_at_180[0x40];
3195 union mlx5_ifc_cong_control_roce_ecn_auto_bits {
3196 struct mlx5_ifc_cong_control_802_1qau_rp_bits cong_control_802_1qau_rp;
3197 struct mlx5_ifc_cong_control_r_roce_ecn_rp_bits cong_control_r_roce_ecn_rp;
3198 struct mlx5_ifc_cong_control_r_roce_ecn_np_bits cong_control_r_roce_ecn_np;
3199 u8 reserved_at_0[0x800];
3202 struct mlx5_ifc_query_adapter_param_block_bits {
3203 u8 reserved_at_0[0xc0];
3205 u8 reserved_at_c0[0x8];
3206 u8 ieee_vendor_id[0x18];
3208 u8 reserved_at_e0[0x10];
3209 u8 vsd_vendor_id[0x10];
3213 u8 vsd_contd_psid[16][0x8];
3217 MLX5_XRQC_STATE_GOOD = 0x0,
3218 MLX5_XRQC_STATE_ERROR = 0x1,
3222 MLX5_XRQC_TOPOLOGY_NO_SPECIAL_TOPOLOGY = 0x0,
3223 MLX5_XRQC_TOPOLOGY_TAG_MATCHING = 0x1,
3227 MLX5_XRQC_OFFLOAD_RNDV = 0x1,
3230 struct mlx5_ifc_tag_matching_topology_context_bits {
3231 u8 log_matching_list_sz[0x4];
3232 u8 reserved_at_4[0xc];
3233 u8 append_next_index[0x10];
3235 u8 sw_phase_cnt[0x10];
3236 u8 hw_phase_cnt[0x10];
3238 u8 reserved_at_40[0x40];
3241 struct mlx5_ifc_xrqc_bits {
3244 u8 reserved_at_5[0xf];
3246 u8 reserved_at_18[0x4];
3249 u8 reserved_at_20[0x8];
3250 u8 user_index[0x18];
3252 u8 reserved_at_40[0x8];
3255 u8 reserved_at_60[0xa0];
3257 struct mlx5_ifc_tag_matching_topology_context_bits tag_matching_topology_context;
3259 u8 reserved_at_180[0x280];
3261 struct mlx5_ifc_wq_bits wq;
3264 union mlx5_ifc_modify_field_select_resize_field_select_auto_bits {
3265 struct mlx5_ifc_modify_field_select_bits modify_field_select;
3266 struct mlx5_ifc_resize_field_select_bits resize_field_select;
3267 u8 reserved_at_0[0x20];
3270 union mlx5_ifc_field_select_802_1_r_roce_auto_bits {
3271 struct mlx5_ifc_field_select_802_1qau_rp_bits field_select_802_1qau_rp;
3272 struct mlx5_ifc_field_select_r_roce_rp_bits field_select_r_roce_rp;
3273 struct mlx5_ifc_field_select_r_roce_np_bits field_select_r_roce_np;
3274 u8 reserved_at_0[0x20];
3277 union mlx5_ifc_eth_cntrs_grp_data_layout_auto_bits {
3278 struct mlx5_ifc_eth_802_3_cntrs_grp_data_layout_bits eth_802_3_cntrs_grp_data_layout;
3279 struct mlx5_ifc_eth_2863_cntrs_grp_data_layout_bits eth_2863_cntrs_grp_data_layout;
3280 struct mlx5_ifc_eth_2819_cntrs_grp_data_layout_bits eth_2819_cntrs_grp_data_layout;
3281 struct mlx5_ifc_eth_3635_cntrs_grp_data_layout_bits eth_3635_cntrs_grp_data_layout;
3282 struct mlx5_ifc_eth_extended_cntrs_grp_data_layout_bits eth_extended_cntrs_grp_data_layout;
3283 struct mlx5_ifc_eth_per_prio_grp_data_layout_bits eth_per_prio_grp_data_layout;
3284 struct mlx5_ifc_eth_per_traffic_grp_data_layout_bits eth_per_traffic_grp_data_layout;
3285 struct mlx5_ifc_ib_port_cntrs_grp_data_layout_bits ib_port_cntrs_grp_data_layout;
3286 struct mlx5_ifc_phys_layer_cntrs_bits phys_layer_cntrs;
3287 struct mlx5_ifc_phys_layer_statistical_cntrs_bits phys_layer_statistical_cntrs;
3288 u8 reserved_at_0[0x7c0];
3291 union mlx5_ifc_pcie_cntrs_grp_data_layout_auto_bits {
3292 struct mlx5_ifc_pcie_perf_cntrs_grp_data_layout_bits pcie_perf_cntrs_grp_data_layout;
3293 u8 reserved_at_0[0x7c0];
3296 union mlx5_ifc_event_auto_bits {
3297 struct mlx5_ifc_comp_event_bits comp_event;
3298 struct mlx5_ifc_dct_events_bits dct_events;
3299 struct mlx5_ifc_qp_events_bits qp_events;
3300 struct mlx5_ifc_wqe_associated_page_fault_event_bits wqe_associated_page_fault_event;
3301 struct mlx5_ifc_rdma_page_fault_event_bits rdma_page_fault_event;
3302 struct mlx5_ifc_cq_error_bits cq_error;
3303 struct mlx5_ifc_dropped_packet_logged_bits dropped_packet_logged;
3304 struct mlx5_ifc_port_state_change_event_bits port_state_change_event;
3305 struct mlx5_ifc_gpio_event_bits gpio_event;
3306 struct mlx5_ifc_db_bf_congestion_event_bits db_bf_congestion_event;
3307 struct mlx5_ifc_stall_vl_event_bits stall_vl_event;
3308 struct mlx5_ifc_cmd_inter_comp_event_bits cmd_inter_comp_event;
3309 u8 reserved_at_0[0xe0];
3312 struct mlx5_ifc_health_buffer_bits {
3313 u8 reserved_at_0[0x100];
3315 u8 assert_existptr[0x20];
3317 u8 assert_callra[0x20];
3319 u8 reserved_at_140[0x40];
3321 u8 fw_version[0x20];
3325 u8 reserved_at_1c0[0x20];
3327 u8 irisc_index[0x8];
3332 struct mlx5_ifc_register_loopback_control_bits {
3334 u8 reserved_at_1[0x7];
3336 u8 reserved_at_10[0x10];
3338 u8 reserved_at_20[0x60];
3341 struct mlx5_ifc_vport_tc_element_bits {
3342 u8 traffic_class[0x4];
3343 u8 reserved_at_4[0xc];
3344 u8 vport_number[0x10];
3347 struct mlx5_ifc_vport_element_bits {
3348 u8 reserved_at_0[0x10];
3349 u8 vport_number[0x10];
3353 TSAR_ELEMENT_TSAR_TYPE_DWRR = 0x0,
3354 TSAR_ELEMENT_TSAR_TYPE_ROUND_ROBIN = 0x1,
3355 TSAR_ELEMENT_TSAR_TYPE_ETS = 0x2,
3358 struct mlx5_ifc_tsar_element_bits {
3359 u8 reserved_at_0[0x8];
3361 u8 reserved_at_10[0x10];
3365 MLX5_TEARDOWN_HCA_OUT_FORCE_STATE_SUCCESS = 0x0,
3366 MLX5_TEARDOWN_HCA_OUT_FORCE_STATE_FAIL = 0x1,
3369 struct mlx5_ifc_teardown_hca_out_bits {
3371 u8 reserved_at_8[0x18];
3375 u8 reserved_at_40[0x3f];
3381 MLX5_TEARDOWN_HCA_IN_PROFILE_GRACEFUL_CLOSE = 0x0,
3382 MLX5_TEARDOWN_HCA_IN_PROFILE_FORCE_CLOSE = 0x1,
3383 MLX5_TEARDOWN_HCA_IN_PROFILE_PREPARE_FAST_TEARDOWN = 0x2,
3386 struct mlx5_ifc_teardown_hca_in_bits {
3388 u8 reserved_at_10[0x10];
3390 u8 reserved_at_20[0x10];
3393 u8 reserved_at_40[0x10];
3396 u8 reserved_at_60[0x20];
3399 struct mlx5_ifc_sqerr2rts_qp_out_bits {
3401 u8 reserved_at_8[0x18];
3405 u8 reserved_at_40[0x40];
3408 struct mlx5_ifc_sqerr2rts_qp_in_bits {
3412 u8 reserved_at_20[0x10];
3415 u8 reserved_at_40[0x8];
3418 u8 reserved_at_60[0x20];
3420 u8 opt_param_mask[0x20];
3422 u8 reserved_at_a0[0x20];
3424 struct mlx5_ifc_qpc_bits qpc;
3426 u8 reserved_at_800[0x80];
3429 struct mlx5_ifc_sqd2rts_qp_out_bits {
3431 u8 reserved_at_8[0x18];
3435 u8 reserved_at_40[0x40];
3438 struct mlx5_ifc_sqd2rts_qp_in_bits {
3442 u8 reserved_at_20[0x10];
3445 u8 reserved_at_40[0x8];
3448 u8 reserved_at_60[0x20];
3450 u8 opt_param_mask[0x20];
3452 u8 reserved_at_a0[0x20];
3454 struct mlx5_ifc_qpc_bits qpc;
3456 u8 reserved_at_800[0x80];
3459 struct mlx5_ifc_set_roce_address_out_bits {
3461 u8 reserved_at_8[0x18];
3465 u8 reserved_at_40[0x40];
3468 struct mlx5_ifc_set_roce_address_in_bits {
3470 u8 reserved_at_10[0x10];
3472 u8 reserved_at_20[0x10];
3475 u8 roce_address_index[0x10];
3476 u8 reserved_at_50[0xc];
3477 u8 vhca_port_num[0x4];
3479 u8 reserved_at_60[0x20];
3481 struct mlx5_ifc_roce_addr_layout_bits roce_address;
3484 struct mlx5_ifc_set_mad_demux_out_bits {
3486 u8 reserved_at_8[0x18];
3490 u8 reserved_at_40[0x40];
3494 MLX5_SET_MAD_DEMUX_IN_DEMUX_MODE_PASS_ALL = 0x0,
3495 MLX5_SET_MAD_DEMUX_IN_DEMUX_MODE_SELECTIVE = 0x2,
3498 struct mlx5_ifc_set_mad_demux_in_bits {
3500 u8 reserved_at_10[0x10];
3502 u8 reserved_at_20[0x10];
3505 u8 reserved_at_40[0x20];
3507 u8 reserved_at_60[0x6];
3509 u8 reserved_at_68[0x18];
3512 struct mlx5_ifc_set_l2_table_entry_out_bits {
3514 u8 reserved_at_8[0x18];
3518 u8 reserved_at_40[0x40];
3521 struct mlx5_ifc_set_l2_table_entry_in_bits {
3523 u8 reserved_at_10[0x10];
3525 u8 reserved_at_20[0x10];
3528 u8 reserved_at_40[0x60];
3530 u8 reserved_at_a0[0x8];
3531 u8 table_index[0x18];
3533 u8 reserved_at_c0[0x20];
3535 u8 reserved_at_e0[0x13];
3539 struct mlx5_ifc_mac_address_layout_bits mac_address;
3541 u8 reserved_at_140[0xc0];
3544 struct mlx5_ifc_set_issi_out_bits {
3546 u8 reserved_at_8[0x18];
3550 u8 reserved_at_40[0x40];
3553 struct mlx5_ifc_set_issi_in_bits {
3555 u8 reserved_at_10[0x10];
3557 u8 reserved_at_20[0x10];
3560 u8 reserved_at_40[0x10];
3561 u8 current_issi[0x10];
3563 u8 reserved_at_60[0x20];
3566 struct mlx5_ifc_set_hca_cap_out_bits {
3568 u8 reserved_at_8[0x18];
3572 u8 reserved_at_40[0x40];
3575 struct mlx5_ifc_set_hca_cap_in_bits {
3577 u8 reserved_at_10[0x10];
3579 u8 reserved_at_20[0x10];
3582 u8 reserved_at_40[0x40];
3584 union mlx5_ifc_hca_cap_union_bits capability;
3588 MLX5_SET_FTE_MODIFY_ENABLE_MASK_ACTION = 0x0,
3589 MLX5_SET_FTE_MODIFY_ENABLE_MASK_FLOW_TAG = 0x1,
3590 MLX5_SET_FTE_MODIFY_ENABLE_MASK_DESTINATION_LIST = 0x2,
3591 MLX5_SET_FTE_MODIFY_ENABLE_MASK_FLOW_COUNTERS = 0x3
3594 struct mlx5_ifc_set_fte_out_bits {
3596 u8 reserved_at_8[0x18];
3600 u8 reserved_at_40[0x40];
3603 struct mlx5_ifc_set_fte_in_bits {
3605 u8 reserved_at_10[0x10];
3607 u8 reserved_at_20[0x10];
3610 u8 other_vport[0x1];
3611 u8 reserved_at_41[0xf];
3612 u8 vport_number[0x10];
3614 u8 reserved_at_60[0x20];
3617 u8 reserved_at_88[0x18];
3619 u8 reserved_at_a0[0x8];
3622 u8 reserved_at_c0[0x18];
3623 u8 modify_enable_mask[0x8];
3625 u8 reserved_at_e0[0x20];
3627 u8 flow_index[0x20];
3629 u8 reserved_at_120[0xe0];
3631 struct mlx5_ifc_flow_context_bits flow_context;
3634 struct mlx5_ifc_rts2rts_qp_out_bits {
3636 u8 reserved_at_8[0x18];
3640 u8 reserved_at_40[0x40];
3643 struct mlx5_ifc_rts2rts_qp_in_bits {
3647 u8 reserved_at_20[0x10];
3650 u8 reserved_at_40[0x8];
3653 u8 reserved_at_60[0x20];
3655 u8 opt_param_mask[0x20];
3657 u8 reserved_at_a0[0x20];
3659 struct mlx5_ifc_qpc_bits qpc;
3661 u8 reserved_at_800[0x80];
3664 struct mlx5_ifc_rtr2rts_qp_out_bits {
3666 u8 reserved_at_8[0x18];
3670 u8 reserved_at_40[0x40];
3673 struct mlx5_ifc_rtr2rts_qp_in_bits {
3677 u8 reserved_at_20[0x10];
3680 u8 reserved_at_40[0x8];
3683 u8 reserved_at_60[0x20];
3685 u8 opt_param_mask[0x20];
3687 u8 reserved_at_a0[0x20];
3689 struct mlx5_ifc_qpc_bits qpc;
3691 u8 reserved_at_800[0x80];
3694 struct mlx5_ifc_rst2init_qp_out_bits {
3696 u8 reserved_at_8[0x18];
3700 u8 reserved_at_40[0x40];
3703 struct mlx5_ifc_rst2init_qp_in_bits {
3707 u8 reserved_at_20[0x10];
3710 u8 reserved_at_40[0x8];
3713 u8 reserved_at_60[0x20];
3715 u8 opt_param_mask[0x20];
3717 u8 reserved_at_a0[0x20];
3719 struct mlx5_ifc_qpc_bits qpc;
3721 u8 reserved_at_800[0x80];
3724 struct mlx5_ifc_query_xrq_out_bits {
3726 u8 reserved_at_8[0x18];
3730 u8 reserved_at_40[0x40];
3732 struct mlx5_ifc_xrqc_bits xrq_context;
3735 struct mlx5_ifc_query_xrq_in_bits {
3737 u8 reserved_at_10[0x10];
3739 u8 reserved_at_20[0x10];
3742 u8 reserved_at_40[0x8];
3745 u8 reserved_at_60[0x20];
3748 struct mlx5_ifc_query_xrc_srq_out_bits {
3750 u8 reserved_at_8[0x18];
3754 u8 reserved_at_40[0x40];
3756 struct mlx5_ifc_xrc_srqc_bits xrc_srq_context_entry;
3758 u8 reserved_at_280[0x600];
3763 struct mlx5_ifc_query_xrc_srq_in_bits {
3765 u8 reserved_at_10[0x10];
3767 u8 reserved_at_20[0x10];
3770 u8 reserved_at_40[0x8];
3773 u8 reserved_at_60[0x20];
3777 MLX5_QUERY_VPORT_STATE_OUT_STATE_DOWN = 0x0,
3778 MLX5_QUERY_VPORT_STATE_OUT_STATE_UP = 0x1,
3781 struct mlx5_ifc_query_vport_state_out_bits {
3783 u8 reserved_at_8[0x18];
3787 u8 reserved_at_40[0x20];
3789 u8 reserved_at_60[0x18];
3790 u8 admin_state[0x4];
3795 MLX5_VPORT_STATE_OP_MOD_VNIC_VPORT = 0x0,
3796 MLX5_VPORT_STATE_OP_MOD_ESW_VPORT = 0x1,
3799 struct mlx5_ifc_query_vport_state_in_bits {
3801 u8 reserved_at_10[0x10];
3803 u8 reserved_at_20[0x10];
3806 u8 other_vport[0x1];
3807 u8 reserved_at_41[0xf];
3808 u8 vport_number[0x10];
3810 u8 reserved_at_60[0x20];
3813 struct mlx5_ifc_query_vnic_env_out_bits {
3815 u8 reserved_at_8[0x18];
3819 u8 reserved_at_40[0x40];
3821 struct mlx5_ifc_vnic_diagnostic_statistics_bits vport_env;
3825 MLX5_QUERY_VNIC_ENV_IN_OP_MOD_VPORT_DIAG_STATISTICS = 0x0,
3828 struct mlx5_ifc_query_vnic_env_in_bits {
3830 u8 reserved_at_10[0x10];
3832 u8 reserved_at_20[0x10];
3835 u8 other_vport[0x1];
3836 u8 reserved_at_41[0xf];
3837 u8 vport_number[0x10];
3839 u8 reserved_at_60[0x20];
3842 struct mlx5_ifc_query_vport_counter_out_bits {
3844 u8 reserved_at_8[0x18];
3848 u8 reserved_at_40[0x40];
3850 struct mlx5_ifc_traffic_counter_bits received_errors;
3852 struct mlx5_ifc_traffic_counter_bits transmit_errors;
3854 struct mlx5_ifc_traffic_counter_bits received_ib_unicast;
3856 struct mlx5_ifc_traffic_counter_bits transmitted_ib_unicast;
3858 struct mlx5_ifc_traffic_counter_bits received_ib_multicast;
3860 struct mlx5_ifc_traffic_counter_bits transmitted_ib_multicast;
3862 struct mlx5_ifc_traffic_counter_bits received_eth_broadcast;
3864 struct mlx5_ifc_traffic_counter_bits transmitted_eth_broadcast;
3866 struct mlx5_ifc_traffic_counter_bits received_eth_unicast;
3868 struct mlx5_ifc_traffic_counter_bits transmitted_eth_unicast;
3870 struct mlx5_ifc_traffic_counter_bits received_eth_multicast;
3872 struct mlx5_ifc_traffic_counter_bits transmitted_eth_multicast;
3874 u8 reserved_at_680[0xa00];
3878 MLX5_QUERY_VPORT_COUNTER_IN_OP_MOD_VPORT_COUNTERS = 0x0,
3881 struct mlx5_ifc_query_vport_counter_in_bits {
3883 u8 reserved_at_10[0x10];
3885 u8 reserved_at_20[0x10];
3888 u8 other_vport[0x1];
3889 u8 reserved_at_41[0xb];
3891 u8 vport_number[0x10];
3893 u8 reserved_at_60[0x60];
3896 u8 reserved_at_c1[0x1f];
3898 u8 reserved_at_e0[0x20];
3901 struct mlx5_ifc_query_tis_out_bits {
3903 u8 reserved_at_8[0x18];
3907 u8 reserved_at_40[0x40];
3909 struct mlx5_ifc_tisc_bits tis_context;
3912 struct mlx5_ifc_query_tis_in_bits {
3914 u8 reserved_at_10[0x10];
3916 u8 reserved_at_20[0x10];
3919 u8 reserved_at_40[0x8];
3922 u8 reserved_at_60[0x20];
3925 struct mlx5_ifc_query_tir_out_bits {
3927 u8 reserved_at_8[0x18];
3931 u8 reserved_at_40[0xc0];
3933 struct mlx5_ifc_tirc_bits tir_context;
3936 struct mlx5_ifc_query_tir_in_bits {
3938 u8 reserved_at_10[0x10];
3940 u8 reserved_at_20[0x10];
3943 u8 reserved_at_40[0x8];
3946 u8 reserved_at_60[0x20];
3949 struct mlx5_ifc_query_srq_out_bits {
3951 u8 reserved_at_8[0x18];
3955 u8 reserved_at_40[0x40];
3957 struct mlx5_ifc_srqc_bits srq_context_entry;
3959 u8 reserved_at_280[0x600];
3964 struct mlx5_ifc_query_srq_in_bits {
3966 u8 reserved_at_10[0x10];
3968 u8 reserved_at_20[0x10];
3971 u8 reserved_at_40[0x8];
3974 u8 reserved_at_60[0x20];
3977 struct mlx5_ifc_query_sq_out_bits {
3979 u8 reserved_at_8[0x18];
3983 u8 reserved_at_40[0xc0];
3985 struct mlx5_ifc_sqc_bits sq_context;
3988 struct mlx5_ifc_query_sq_in_bits {
3990 u8 reserved_at_10[0x10];
3992 u8 reserved_at_20[0x10];
3995 u8 reserved_at_40[0x8];
3998 u8 reserved_at_60[0x20];
4001 struct mlx5_ifc_query_special_contexts_out_bits {
4003 u8 reserved_at_8[0x18];
4007 u8 dump_fill_mkey[0x20];
4013 u8 reserved_at_a0[0x60];
4016 struct mlx5_ifc_query_special_contexts_in_bits {
4018 u8 reserved_at_10[0x10];
4020 u8 reserved_at_20[0x10];
4023 u8 reserved_at_40[0x40];
4026 struct mlx5_ifc_query_scheduling_element_out_bits {
4028 u8 reserved_at_10[0x10];
4030 u8 reserved_at_20[0x10];
4033 u8 reserved_at_40[0xc0];
4035 struct mlx5_ifc_scheduling_context_bits scheduling_context;
4037 u8 reserved_at_300[0x100];
4041 SCHEDULING_HIERARCHY_E_SWITCH = 0x2,
4044 struct mlx5_ifc_query_scheduling_element_in_bits {
4046 u8 reserved_at_10[0x10];
4048 u8 reserved_at_20[0x10];
4051 u8 scheduling_hierarchy[0x8];
4052 u8 reserved_at_48[0x18];
4054 u8 scheduling_element_id[0x20];
4056 u8 reserved_at_80[0x180];
4059 struct mlx5_ifc_query_rqt_out_bits {
4061 u8 reserved_at_8[0x18];
4065 u8 reserved_at_40[0xc0];
4067 struct mlx5_ifc_rqtc_bits rqt_context;
4070 struct mlx5_ifc_query_rqt_in_bits {
4072 u8 reserved_at_10[0x10];
4074 u8 reserved_at_20[0x10];
4077 u8 reserved_at_40[0x8];
4080 u8 reserved_at_60[0x20];
4083 struct mlx5_ifc_query_rq_out_bits {
4085 u8 reserved_at_8[0x18];
4089 u8 reserved_at_40[0xc0];
4091 struct mlx5_ifc_rqc_bits rq_context;
4094 struct mlx5_ifc_query_rq_in_bits {
4096 u8 reserved_at_10[0x10];
4098 u8 reserved_at_20[0x10];
4101 u8 reserved_at_40[0x8];
4104 u8 reserved_at_60[0x20];
4107 struct mlx5_ifc_query_roce_address_out_bits {
4109 u8 reserved_at_8[0x18];
4113 u8 reserved_at_40[0x40];
4115 struct mlx5_ifc_roce_addr_layout_bits roce_address;
4118 struct mlx5_ifc_query_roce_address_in_bits {
4120 u8 reserved_at_10[0x10];
4122 u8 reserved_at_20[0x10];
4125 u8 roce_address_index[0x10];
4126 u8 reserved_at_50[0xc];
4127 u8 vhca_port_num[0x4];
4129 u8 reserved_at_60[0x20];
4132 struct mlx5_ifc_query_rmp_out_bits {
4134 u8 reserved_at_8[0x18];
4138 u8 reserved_at_40[0xc0];
4140 struct mlx5_ifc_rmpc_bits rmp_context;
4143 struct mlx5_ifc_query_rmp_in_bits {
4145 u8 reserved_at_10[0x10];
4147 u8 reserved_at_20[0x10];
4150 u8 reserved_at_40[0x8];
4153 u8 reserved_at_60[0x20];
4156 struct mlx5_ifc_query_qp_out_bits {
4158 u8 reserved_at_8[0x18];
4162 u8 reserved_at_40[0x40];
4164 u8 opt_param_mask[0x20];
4166 u8 reserved_at_a0[0x20];
4168 struct mlx5_ifc_qpc_bits qpc;
4170 u8 reserved_at_800[0x80];
4175 struct mlx5_ifc_query_qp_in_bits {
4177 u8 reserved_at_10[0x10];
4179 u8 reserved_at_20[0x10];
4182 u8 reserved_at_40[0x8];
4185 u8 reserved_at_60[0x20];
4188 struct mlx5_ifc_query_q_counter_out_bits {
4190 u8 reserved_at_8[0x18];
4194 u8 reserved_at_40[0x40];
4196 u8 rx_write_requests[0x20];
4198 u8 reserved_at_a0[0x20];
4200 u8 rx_read_requests[0x20];
4202 u8 reserved_at_e0[0x20];
4204 u8 rx_atomic_requests[0x20];
4206 u8 reserved_at_120[0x20];
4208 u8 rx_dct_connect[0x20];
4210 u8 reserved_at_160[0x20];
4212 u8 out_of_buffer[0x20];
4214 u8 reserved_at_1a0[0x20];
4216 u8 out_of_sequence[0x20];
4218 u8 reserved_at_1e0[0x20];
4220 u8 duplicate_request[0x20];
4222 u8 reserved_at_220[0x20];
4224 u8 rnr_nak_retry_err[0x20];
4226 u8 reserved_at_260[0x20];
4228 u8 packet_seq_err[0x20];
4230 u8 reserved_at_2a0[0x20];
4232 u8 implied_nak_seq_err[0x20];
4234 u8 reserved_at_2e0[0x20];
4236 u8 local_ack_timeout_err[0x20];
4238 u8 reserved_at_320[0xa0];
4240 u8 resp_local_length_error[0x20];
4242 u8 req_local_length_error[0x20];
4244 u8 resp_local_qp_error[0x20];
4246 u8 local_operation_error[0x20];
4248 u8 resp_local_protection[0x20];
4250 u8 req_local_protection[0x20];
4252 u8 resp_cqe_error[0x20];
4254 u8 req_cqe_error[0x20];
4256 u8 req_mw_binding[0x20];
4258 u8 req_bad_response[0x20];
4260 u8 req_remote_invalid_request[0x20];
4262 u8 resp_remote_invalid_request[0x20];
4264 u8 req_remote_access_errors[0x20];
4266 u8 resp_remote_access_errors[0x20];
4268 u8 req_remote_operation_errors[0x20];
4270 u8 req_transport_retries_exceeded[0x20];
4272 u8 cq_overflow[0x20];
4274 u8 resp_cqe_flush_error[0x20];
4276 u8 req_cqe_flush_error[0x20];
4278 u8 reserved_at_620[0x1e0];
4281 struct mlx5_ifc_query_q_counter_in_bits {
4283 u8 reserved_at_10[0x10];
4285 u8 reserved_at_20[0x10];
4288 u8 reserved_at_40[0x80];
4291 u8 reserved_at_c1[0x1f];
4293 u8 reserved_at_e0[0x18];
4294 u8 counter_set_id[0x8];
4297 struct mlx5_ifc_query_pages_out_bits {
4299 u8 reserved_at_8[0x18];
4303 u8 reserved_at_40[0x10];
4304 u8 function_id[0x10];
4310 MLX5_QUERY_PAGES_IN_OP_MOD_BOOT_PAGES = 0x1,
4311 MLX5_QUERY_PAGES_IN_OP_MOD_INIT_PAGES = 0x2,
4312 MLX5_QUERY_PAGES_IN_OP_MOD_REGULAR_PAGES = 0x3,
4315 struct mlx5_ifc_query_pages_in_bits {
4317 u8 reserved_at_10[0x10];
4319 u8 reserved_at_20[0x10];
4322 u8 reserved_at_40[0x10];
4323 u8 function_id[0x10];
4325 u8 reserved_at_60[0x20];
4328 struct mlx5_ifc_query_nic_vport_context_out_bits {
4330 u8 reserved_at_8[0x18];
4334 u8 reserved_at_40[0x40];
4336 struct mlx5_ifc_nic_vport_context_bits nic_vport_context;
4339 struct mlx5_ifc_query_nic_vport_context_in_bits {
4341 u8 reserved_at_10[0x10];
4343 u8 reserved_at_20[0x10];
4346 u8 other_vport[0x1];
4347 u8 reserved_at_41[0xf];
4348 u8 vport_number[0x10];
4350 u8 reserved_at_60[0x5];
4351 u8 allowed_list_type[0x3];
4352 u8 reserved_at_68[0x18];
4355 struct mlx5_ifc_query_mkey_out_bits {
4357 u8 reserved_at_8[0x18];
4361 u8 reserved_at_40[0x40];
4363 struct mlx5_ifc_mkc_bits memory_key_mkey_entry;
4365 u8 reserved_at_280[0x600];
4367 u8 bsf0_klm0_pas_mtt0_1[16][0x8];
4369 u8 bsf1_klm1_pas_mtt2_3[16][0x8];
4372 struct mlx5_ifc_query_mkey_in_bits {
4374 u8 reserved_at_10[0x10];
4376 u8 reserved_at_20[0x10];
4379 u8 reserved_at_40[0x8];
4380 u8 mkey_index[0x18];
4383 u8 reserved_at_61[0x1f];
4386 struct mlx5_ifc_query_mad_demux_out_bits {
4388 u8 reserved_at_8[0x18];
4392 u8 reserved_at_40[0x40];
4394 u8 mad_dumux_parameters_block[0x20];
4397 struct mlx5_ifc_query_mad_demux_in_bits {
4399 u8 reserved_at_10[0x10];
4401 u8 reserved_at_20[0x10];
4404 u8 reserved_at_40[0x40];
4407 struct mlx5_ifc_query_l2_table_entry_out_bits {
4409 u8 reserved_at_8[0x18];
4413 u8 reserved_at_40[0xa0];
4415 u8 reserved_at_e0[0x13];
4419 struct mlx5_ifc_mac_address_layout_bits mac_address;
4421 u8 reserved_at_140[0xc0];
4424 struct mlx5_ifc_query_l2_table_entry_in_bits {
4426 u8 reserved_at_10[0x10];
4428 u8 reserved_at_20[0x10];
4431 u8 reserved_at_40[0x60];
4433 u8 reserved_at_a0[0x8];
4434 u8 table_index[0x18];
4436 u8 reserved_at_c0[0x140];
4439 struct mlx5_ifc_query_issi_out_bits {
4441 u8 reserved_at_8[0x18];
4445 u8 reserved_at_40[0x10];
4446 u8 current_issi[0x10];
4448 u8 reserved_at_60[0xa0];
4450 u8 reserved_at_100[76][0x8];
4451 u8 supported_issi_dw0[0x20];
4454 struct mlx5_ifc_query_issi_in_bits {
4456 u8 reserved_at_10[0x10];
4458 u8 reserved_at_20[0x10];
4461 u8 reserved_at_40[0x40];
4464 struct mlx5_ifc_set_driver_version_out_bits {
4466 u8 reserved_0[0x18];
4469 u8 reserved_1[0x40];
4472 struct mlx5_ifc_set_driver_version_in_bits {
4474 u8 reserved_0[0x10];
4476 u8 reserved_1[0x10];
4479 u8 reserved_2[0x40];
4480 u8 driver_version[64][0x8];
4483 struct mlx5_ifc_query_hca_vport_pkey_out_bits {
4485 u8 reserved_at_8[0x18];
4489 u8 reserved_at_40[0x40];
4491 struct mlx5_ifc_pkey_bits pkey[0];
4494 struct mlx5_ifc_query_hca_vport_pkey_in_bits {
4496 u8 reserved_at_10[0x10];
4498 u8 reserved_at_20[0x10];
4501 u8 other_vport[0x1];
4502 u8 reserved_at_41[0xb];
4504 u8 vport_number[0x10];
4506 u8 reserved_at_60[0x10];
4507 u8 pkey_index[0x10];
4511 MLX5_HCA_VPORT_SEL_PORT_GUID = 1 << 0,
4512 MLX5_HCA_VPORT_SEL_NODE_GUID = 1 << 1,
4513 MLX5_HCA_VPORT_SEL_STATE_POLICY = 1 << 2,
4516 struct mlx5_ifc_query_hca_vport_gid_out_bits {
4518 u8 reserved_at_8[0x18];
4522 u8 reserved_at_40[0x20];
4525 u8 reserved_at_70[0x10];
4527 struct mlx5_ifc_array128_auto_bits gid[0];
4530 struct mlx5_ifc_query_hca_vport_gid_in_bits {
4532 u8 reserved_at_10[0x10];
4534 u8 reserved_at_20[0x10];
4537 u8 other_vport[0x1];
4538 u8 reserved_at_41[0xb];
4540 u8 vport_number[0x10];
4542 u8 reserved_at_60[0x10];
4546 struct mlx5_ifc_query_hca_vport_context_out_bits {
4548 u8 reserved_at_8[0x18];
4552 u8 reserved_at_40[0x40];
4554 struct mlx5_ifc_hca_vport_context_bits hca_vport_context;
4557 struct mlx5_ifc_query_hca_vport_context_in_bits {
4559 u8 reserved_at_10[0x10];
4561 u8 reserved_at_20[0x10];
4564 u8 other_vport[0x1];
4565 u8 reserved_at_41[0xb];
4567 u8 vport_number[0x10];
4569 u8 reserved_at_60[0x20];
4572 struct mlx5_ifc_query_hca_cap_out_bits {
4574 u8 reserved_at_8[0x18];
4578 u8 reserved_at_40[0x40];
4580 union mlx5_ifc_hca_cap_union_bits capability;
4583 struct mlx5_ifc_query_hca_cap_in_bits {
4585 u8 reserved_at_10[0x10];
4587 u8 reserved_at_20[0x10];
4590 u8 reserved_at_40[0x40];
4593 struct mlx5_ifc_query_flow_table_out_bits {
4595 u8 reserved_at_8[0x18];
4599 u8 reserved_at_40[0x80];
4601 u8 reserved_at_c0[0x8];
4603 u8 reserved_at_d0[0x8];
4606 u8 reserved_at_e0[0x120];
4609 struct mlx5_ifc_query_flow_table_in_bits {
4611 u8 reserved_at_10[0x10];
4613 u8 reserved_at_20[0x10];
4616 u8 reserved_at_40[0x40];
4619 u8 reserved_at_88[0x18];
4621 u8 reserved_at_a0[0x8];
4624 u8 reserved_at_c0[0x140];
4627 struct mlx5_ifc_query_fte_out_bits {
4629 u8 reserved_at_8[0x18];
4633 u8 reserved_at_40[0x1c0];
4635 struct mlx5_ifc_flow_context_bits flow_context;
4638 struct mlx5_ifc_query_fte_in_bits {
4640 u8 reserved_at_10[0x10];
4642 u8 reserved_at_20[0x10];
4645 u8 reserved_at_40[0x40];
4648 u8 reserved_at_88[0x18];
4650 u8 reserved_at_a0[0x8];
4653 u8 reserved_at_c0[0x40];
4655 u8 flow_index[0x20];
4657 u8 reserved_at_120[0xe0];
4661 MLX5_QUERY_FLOW_GROUP_OUT_MATCH_CRITERIA_ENABLE_OUTER_HEADERS = 0x0,
4662 MLX5_QUERY_FLOW_GROUP_OUT_MATCH_CRITERIA_ENABLE_MISC_PARAMETERS = 0x1,
4663 MLX5_QUERY_FLOW_GROUP_OUT_MATCH_CRITERIA_ENABLE_INNER_HEADERS = 0x2,
4664 MLX5_QUERY_FLOW_GROUP_IN_MATCH_CRITERIA_ENABLE_MISC_PARAMETERS_2 = 0X3,
4667 struct mlx5_ifc_query_flow_group_out_bits {
4669 u8 reserved_at_8[0x18];
4673 u8 reserved_at_40[0xa0];
4675 u8 start_flow_index[0x20];
4677 u8 reserved_at_100[0x20];
4679 u8 end_flow_index[0x20];
4681 u8 reserved_at_140[0xa0];
4683 u8 reserved_at_1e0[0x18];
4684 u8 match_criteria_enable[0x8];
4686 struct mlx5_ifc_fte_match_param_bits match_criteria;
4688 u8 reserved_at_1200[0xe00];
4691 struct mlx5_ifc_query_flow_group_in_bits {
4693 u8 reserved_at_10[0x10];
4695 u8 reserved_at_20[0x10];
4698 u8 reserved_at_40[0x40];
4701 u8 reserved_at_88[0x18];
4703 u8 reserved_at_a0[0x8];
4708 u8 reserved_at_e0[0x120];
4711 struct mlx5_ifc_query_flow_counter_out_bits {
4713 u8 reserved_at_8[0x18];
4717 u8 reserved_at_40[0x40];
4719 struct mlx5_ifc_traffic_counter_bits flow_statistics[0];
4722 struct mlx5_ifc_query_flow_counter_in_bits {
4724 u8 reserved_at_10[0x10];
4726 u8 reserved_at_20[0x10];
4729 u8 reserved_at_40[0x80];
4732 u8 reserved_at_c1[0xf];
4733 u8 num_of_counters[0x10];
4735 u8 flow_counter_id[0x20];
4738 struct mlx5_ifc_query_esw_vport_context_out_bits {
4740 u8 reserved_at_8[0x18];
4744 u8 reserved_at_40[0x40];
4746 struct mlx5_ifc_esw_vport_context_bits esw_vport_context;
4749 struct mlx5_ifc_query_esw_vport_context_in_bits {
4751 u8 reserved_at_10[0x10];
4753 u8 reserved_at_20[0x10];
4756 u8 other_vport[0x1];
4757 u8 reserved_at_41[0xf];
4758 u8 vport_number[0x10];
4760 u8 reserved_at_60[0x20];
4763 struct mlx5_ifc_modify_esw_vport_context_out_bits {
4765 u8 reserved_at_8[0x18];
4769 u8 reserved_at_40[0x40];
4772 struct mlx5_ifc_esw_vport_context_fields_select_bits {
4773 u8 reserved_at_0[0x1c];
4774 u8 vport_cvlan_insert[0x1];
4775 u8 vport_svlan_insert[0x1];
4776 u8 vport_cvlan_strip[0x1];
4777 u8 vport_svlan_strip[0x1];
4780 struct mlx5_ifc_modify_esw_vport_context_in_bits {
4782 u8 reserved_at_10[0x10];
4784 u8 reserved_at_20[0x10];
4787 u8 other_vport[0x1];
4788 u8 reserved_at_41[0xf];
4789 u8 vport_number[0x10];
4791 struct mlx5_ifc_esw_vport_context_fields_select_bits field_select;
4793 struct mlx5_ifc_esw_vport_context_bits esw_vport_context;
4796 struct mlx5_ifc_query_eq_out_bits {
4798 u8 reserved_at_8[0x18];
4802 u8 reserved_at_40[0x40];
4804 struct mlx5_ifc_eqc_bits eq_context_entry;
4806 u8 reserved_at_280[0x40];
4808 u8 event_bitmask[0x40];
4810 u8 reserved_at_300[0x580];
4815 struct mlx5_ifc_query_eq_in_bits {
4817 u8 reserved_at_10[0x10];
4819 u8 reserved_at_20[0x10];
4822 u8 reserved_at_40[0x18];
4825 u8 reserved_at_60[0x20];
4828 struct mlx5_ifc_packet_reformat_context_in_bits {
4829 u8 reserved_at_0[0x5];
4830 u8 reformat_type[0x3];
4831 u8 reserved_at_8[0xe];
4832 u8 reformat_data_size[0xa];
4834 u8 reserved_at_20[0x10];
4835 u8 reformat_data[2][0x8];
4837 u8 more_reformat_data[0][0x8];
4840 struct mlx5_ifc_query_packet_reformat_context_out_bits {
4842 u8 reserved_at_8[0x18];
4846 u8 reserved_at_40[0xa0];
4848 struct mlx5_ifc_packet_reformat_context_in_bits packet_reformat_context[0];
4851 struct mlx5_ifc_query_packet_reformat_context_in_bits {
4853 u8 reserved_at_10[0x10];
4855 u8 reserved_at_20[0x10];
4858 u8 packet_reformat_id[0x20];
4860 u8 reserved_at_60[0xa0];
4863 struct mlx5_ifc_alloc_packet_reformat_context_out_bits {
4865 u8 reserved_at_8[0x18];
4869 u8 packet_reformat_id[0x20];
4871 u8 reserved_at_60[0x20];
4875 MLX5_REFORMAT_TYPE_L2_TO_VXLAN = 0x0,
4876 MLX5_REFORMAT_TYPE_L2_TO_NVGRE = 0x1,
4877 MLX5_REFORMAT_TYPE_L2_TO_L2_TUNNEL = 0x2,
4878 MLX5_REFORMAT_TYPE_L3_TUNNEL_TO_L2 = 0x3,
4879 MLX5_REFORMAT_TYPE_L2_TO_L3_TUNNEL = 0x4,
4882 struct mlx5_ifc_alloc_packet_reformat_context_in_bits {
4884 u8 reserved_at_10[0x10];
4886 u8 reserved_at_20[0x10];
4889 u8 reserved_at_40[0xa0];
4891 struct mlx5_ifc_packet_reformat_context_in_bits packet_reformat_context;
4894 struct mlx5_ifc_dealloc_packet_reformat_context_out_bits {
4896 u8 reserved_at_8[0x18];
4900 u8 reserved_at_40[0x40];
4903 struct mlx5_ifc_dealloc_packet_reformat_context_in_bits {
4905 u8 reserved_at_10[0x10];
4907 u8 reserved_20[0x10];
4910 u8 packet_reformat_id[0x20];
4912 u8 reserved_60[0x20];
4915 struct mlx5_ifc_set_action_in_bits {
4916 u8 action_type[0x4];
4918 u8 reserved_at_10[0x3];
4920 u8 reserved_at_18[0x3];
4926 struct mlx5_ifc_add_action_in_bits {
4927 u8 action_type[0x4];
4929 u8 reserved_at_10[0x10];
4934 union mlx5_ifc_set_action_in_add_action_in_auto_bits {
4935 struct mlx5_ifc_set_action_in_bits set_action_in;
4936 struct mlx5_ifc_add_action_in_bits add_action_in;
4937 u8 reserved_at_0[0x40];
4941 MLX5_ACTION_TYPE_SET = 0x1,
4942 MLX5_ACTION_TYPE_ADD = 0x2,
4946 MLX5_ACTION_IN_FIELD_OUT_SMAC_47_16 = 0x1,
4947 MLX5_ACTION_IN_FIELD_OUT_SMAC_15_0 = 0x2,
4948 MLX5_ACTION_IN_FIELD_OUT_ETHERTYPE = 0x3,
4949 MLX5_ACTION_IN_FIELD_OUT_DMAC_47_16 = 0x4,
4950 MLX5_ACTION_IN_FIELD_OUT_DMAC_15_0 = 0x5,
4951 MLX5_ACTION_IN_FIELD_OUT_IP_DSCP = 0x6,
4952 MLX5_ACTION_IN_FIELD_OUT_TCP_FLAGS = 0x7,
4953 MLX5_ACTION_IN_FIELD_OUT_TCP_SPORT = 0x8,
4954 MLX5_ACTION_IN_FIELD_OUT_TCP_DPORT = 0x9,
4955 MLX5_ACTION_IN_FIELD_OUT_IP_TTL = 0xa,
4956 MLX5_ACTION_IN_FIELD_OUT_UDP_SPORT = 0xb,
4957 MLX5_ACTION_IN_FIELD_OUT_UDP_DPORT = 0xc,
4958 MLX5_ACTION_IN_FIELD_OUT_SIPV6_127_96 = 0xd,
4959 MLX5_ACTION_IN_FIELD_OUT_SIPV6_95_64 = 0xe,
4960 MLX5_ACTION_IN_FIELD_OUT_SIPV6_63_32 = 0xf,
4961 MLX5_ACTION_IN_FIELD_OUT_SIPV6_31_0 = 0x10,
4962 MLX5_ACTION_IN_FIELD_OUT_DIPV6_127_96 = 0x11,
4963 MLX5_ACTION_IN_FIELD_OUT_DIPV6_95_64 = 0x12,
4964 MLX5_ACTION_IN_FIELD_OUT_DIPV6_63_32 = 0x13,
4965 MLX5_ACTION_IN_FIELD_OUT_DIPV6_31_0 = 0x14,
4966 MLX5_ACTION_IN_FIELD_OUT_SIPV4 = 0x15,
4967 MLX5_ACTION_IN_FIELD_OUT_DIPV4 = 0x16,
4968 MLX5_ACTION_IN_FIELD_OUT_IPV6_HOPLIMIT = 0x47,
4971 struct mlx5_ifc_alloc_modify_header_context_out_bits {
4973 u8 reserved_at_8[0x18];
4977 u8 modify_header_id[0x20];
4979 u8 reserved_at_60[0x20];
4982 struct mlx5_ifc_alloc_modify_header_context_in_bits {
4984 u8 reserved_at_10[0x10];
4986 u8 reserved_at_20[0x10];
4989 u8 reserved_at_40[0x20];
4992 u8 reserved_at_68[0x10];
4993 u8 num_of_actions[0x8];
4995 union mlx5_ifc_set_action_in_add_action_in_auto_bits actions[0];
4998 struct mlx5_ifc_dealloc_modify_header_context_out_bits {
5000 u8 reserved_at_8[0x18];
5004 u8 reserved_at_40[0x40];
5007 struct mlx5_ifc_dealloc_modify_header_context_in_bits {
5009 u8 reserved_at_10[0x10];
5011 u8 reserved_at_20[0x10];
5014 u8 modify_header_id[0x20];
5016 u8 reserved_at_60[0x20];
5019 struct mlx5_ifc_query_dct_out_bits {
5021 u8 reserved_at_8[0x18];
5025 u8 reserved_at_40[0x40];
5027 struct mlx5_ifc_dctc_bits dct_context_entry;
5029 u8 reserved_at_280[0x180];
5032 struct mlx5_ifc_query_dct_in_bits {
5034 u8 reserved_at_10[0x10];
5036 u8 reserved_at_20[0x10];
5039 u8 reserved_at_40[0x8];
5042 u8 reserved_at_60[0x20];
5045 struct mlx5_ifc_query_cq_out_bits {
5047 u8 reserved_at_8[0x18];
5051 u8 reserved_at_40[0x40];
5053 struct mlx5_ifc_cqc_bits cq_context;
5055 u8 reserved_at_280[0x600];
5060 struct mlx5_ifc_query_cq_in_bits {
5062 u8 reserved_at_10[0x10];
5064 u8 reserved_at_20[0x10];
5067 u8 reserved_at_40[0x8];
5070 u8 reserved_at_60[0x20];
5073 struct mlx5_ifc_query_cong_status_out_bits {
5075 u8 reserved_at_8[0x18];
5079 u8 reserved_at_40[0x20];
5083 u8 reserved_at_62[0x1e];
5086 struct mlx5_ifc_query_cong_status_in_bits {
5088 u8 reserved_at_10[0x10];
5090 u8 reserved_at_20[0x10];
5093 u8 reserved_at_40[0x18];
5095 u8 cong_protocol[0x4];
5097 u8 reserved_at_60[0x20];
5100 struct mlx5_ifc_query_cong_statistics_out_bits {
5102 u8 reserved_at_8[0x18];
5106 u8 reserved_at_40[0x40];
5108 u8 rp_cur_flows[0x20];
5112 u8 rp_cnp_ignored_high[0x20];
5114 u8 rp_cnp_ignored_low[0x20];
5116 u8 rp_cnp_handled_high[0x20];
5118 u8 rp_cnp_handled_low[0x20];
5120 u8 reserved_at_140[0x100];
5122 u8 time_stamp_high[0x20];
5124 u8 time_stamp_low[0x20];
5126 u8 accumulators_period[0x20];
5128 u8 np_ecn_marked_roce_packets_high[0x20];
5130 u8 np_ecn_marked_roce_packets_low[0x20];
5132 u8 np_cnp_sent_high[0x20];
5134 u8 np_cnp_sent_low[0x20];
5136 u8 reserved_at_320[0x560];
5139 struct mlx5_ifc_query_cong_statistics_in_bits {
5141 u8 reserved_at_10[0x10];
5143 u8 reserved_at_20[0x10];
5147 u8 reserved_at_41[0x1f];
5149 u8 reserved_at_60[0x20];
5152 struct mlx5_ifc_query_cong_params_out_bits {
5154 u8 reserved_at_8[0x18];
5158 u8 reserved_at_40[0x40];
5160 union mlx5_ifc_cong_control_roce_ecn_auto_bits congestion_parameters;
5163 struct mlx5_ifc_query_cong_params_in_bits {
5165 u8 reserved_at_10[0x10];
5167 u8 reserved_at_20[0x10];
5170 u8 reserved_at_40[0x1c];
5171 u8 cong_protocol[0x4];
5173 u8 reserved_at_60[0x20];
5176 struct mlx5_ifc_query_adapter_out_bits {
5178 u8 reserved_at_8[0x18];
5182 u8 reserved_at_40[0x40];
5184 struct mlx5_ifc_query_adapter_param_block_bits query_adapter_struct;
5187 struct mlx5_ifc_query_adapter_in_bits {
5189 u8 reserved_at_10[0x10];
5191 u8 reserved_at_20[0x10];
5194 u8 reserved_at_40[0x40];
5197 struct mlx5_ifc_qp_2rst_out_bits {
5199 u8 reserved_at_8[0x18];
5203 u8 reserved_at_40[0x40];
5206 struct mlx5_ifc_qp_2rst_in_bits {
5210 u8 reserved_at_20[0x10];
5213 u8 reserved_at_40[0x8];
5216 u8 reserved_at_60[0x20];
5219 struct mlx5_ifc_qp_2err_out_bits {
5221 u8 reserved_at_8[0x18];
5225 u8 reserved_at_40[0x40];
5228 struct mlx5_ifc_qp_2err_in_bits {
5232 u8 reserved_at_20[0x10];
5235 u8 reserved_at_40[0x8];
5238 u8 reserved_at_60[0x20];
5241 struct mlx5_ifc_page_fault_resume_out_bits {
5243 u8 reserved_at_8[0x18];
5247 u8 reserved_at_40[0x40];
5250 struct mlx5_ifc_page_fault_resume_in_bits {
5252 u8 reserved_at_10[0x10];
5254 u8 reserved_at_20[0x10];
5258 u8 reserved_at_41[0x4];
5259 u8 page_fault_type[0x3];
5262 u8 reserved_at_60[0x8];
5266 struct mlx5_ifc_nop_out_bits {
5268 u8 reserved_at_8[0x18];
5272 u8 reserved_at_40[0x40];
5275 struct mlx5_ifc_nop_in_bits {
5277 u8 reserved_at_10[0x10];
5279 u8 reserved_at_20[0x10];
5282 u8 reserved_at_40[0x40];
5285 struct mlx5_ifc_modify_vport_state_out_bits {
5287 u8 reserved_at_8[0x18];
5291 u8 reserved_at_40[0x40];
5294 struct mlx5_ifc_modify_vport_state_in_bits {
5296 u8 reserved_at_10[0x10];
5298 u8 reserved_at_20[0x10];
5301 u8 other_vport[0x1];
5302 u8 reserved_at_41[0xf];
5303 u8 vport_number[0x10];
5305 u8 reserved_at_60[0x18];
5306 u8 admin_state[0x4];
5307 u8 reserved_at_7c[0x4];
5310 struct mlx5_ifc_modify_tis_out_bits {
5312 u8 reserved_at_8[0x18];
5316 u8 reserved_at_40[0x40];
5319 struct mlx5_ifc_modify_tis_bitmask_bits {
5320 u8 reserved_at_0[0x20];
5322 u8 reserved_at_20[0x1d];
5323 u8 lag_tx_port_affinity[0x1];
5324 u8 strict_lag_tx_port_affinity[0x1];
5328 struct mlx5_ifc_modify_tis_in_bits {
5332 u8 reserved_at_20[0x10];
5335 u8 reserved_at_40[0x8];
5338 u8 reserved_at_60[0x20];
5340 struct mlx5_ifc_modify_tis_bitmask_bits bitmask;
5342 u8 reserved_at_c0[0x40];
5344 struct mlx5_ifc_tisc_bits ctx;
5347 struct mlx5_ifc_modify_tir_bitmask_bits {
5348 u8 reserved_at_0[0x20];
5350 u8 reserved_at_20[0x1b];
5352 u8 reserved_at_3c[0x1];
5354 u8 reserved_at_3e[0x1];
5358 struct mlx5_ifc_modify_tir_out_bits {
5360 u8 reserved_at_8[0x18];
5364 u8 reserved_at_40[0x40];
5367 struct mlx5_ifc_modify_tir_in_bits {
5371 u8 reserved_at_20[0x10];
5374 u8 reserved_at_40[0x8];
5377 u8 reserved_at_60[0x20];
5379 struct mlx5_ifc_modify_tir_bitmask_bits bitmask;
5381 u8 reserved_at_c0[0x40];
5383 struct mlx5_ifc_tirc_bits ctx;
5386 struct mlx5_ifc_modify_sq_out_bits {
5388 u8 reserved_at_8[0x18];
5392 u8 reserved_at_40[0x40];
5395 struct mlx5_ifc_modify_sq_in_bits {
5399 u8 reserved_at_20[0x10];
5403 u8 reserved_at_44[0x4];
5406 u8 reserved_at_60[0x20];
5408 u8 modify_bitmask[0x40];
5410 u8 reserved_at_c0[0x40];
5412 struct mlx5_ifc_sqc_bits ctx;
5415 struct mlx5_ifc_modify_scheduling_element_out_bits {
5417 u8 reserved_at_8[0x18];
5421 u8 reserved_at_40[0x1c0];
5425 MODIFY_SCHEDULING_ELEMENT_IN_MODIFY_BITMASK_BW_SHARE = 0x1,
5426 MODIFY_SCHEDULING_ELEMENT_IN_MODIFY_BITMASK_MAX_AVERAGE_BW = 0x2,
5429 struct mlx5_ifc_modify_scheduling_element_in_bits {
5431 u8 reserved_at_10[0x10];
5433 u8 reserved_at_20[0x10];
5436 u8 scheduling_hierarchy[0x8];
5437 u8 reserved_at_48[0x18];
5439 u8 scheduling_element_id[0x20];
5441 u8 reserved_at_80[0x20];
5443 u8 modify_bitmask[0x20];
5445 u8 reserved_at_c0[0x40];
5447 struct mlx5_ifc_scheduling_context_bits scheduling_context;
5449 u8 reserved_at_300[0x100];
5452 struct mlx5_ifc_modify_rqt_out_bits {
5454 u8 reserved_at_8[0x18];
5458 u8 reserved_at_40[0x40];
5461 struct mlx5_ifc_rqt_bitmask_bits {
5462 u8 reserved_at_0[0x20];
5464 u8 reserved_at_20[0x1f];
5468 struct mlx5_ifc_modify_rqt_in_bits {
5472 u8 reserved_at_20[0x10];
5475 u8 reserved_at_40[0x8];
5478 u8 reserved_at_60[0x20];
5480 struct mlx5_ifc_rqt_bitmask_bits bitmask;
5482 u8 reserved_at_c0[0x40];
5484 struct mlx5_ifc_rqtc_bits ctx;
5487 struct mlx5_ifc_modify_rq_out_bits {
5489 u8 reserved_at_8[0x18];
5493 u8 reserved_at_40[0x40];
5497 MLX5_MODIFY_RQ_IN_MODIFY_BITMASK_VSD = 1ULL << 1,
5498 MLX5_MODIFY_RQ_IN_MODIFY_BITMASK_SCATTER_FCS = 1ULL << 2,
5499 MLX5_MODIFY_RQ_IN_MODIFY_BITMASK_RQ_COUNTER_SET_ID = 1ULL << 3,
5502 struct mlx5_ifc_modify_rq_in_bits {
5506 u8 reserved_at_20[0x10];
5510 u8 reserved_at_44[0x4];
5513 u8 reserved_at_60[0x20];
5515 u8 modify_bitmask[0x40];
5517 u8 reserved_at_c0[0x40];
5519 struct mlx5_ifc_rqc_bits ctx;
5522 struct mlx5_ifc_modify_rmp_out_bits {
5524 u8 reserved_at_8[0x18];
5528 u8 reserved_at_40[0x40];
5531 struct mlx5_ifc_rmp_bitmask_bits {
5532 u8 reserved_at_0[0x20];
5534 u8 reserved_at_20[0x1f];
5538 struct mlx5_ifc_modify_rmp_in_bits {
5542 u8 reserved_at_20[0x10];
5546 u8 reserved_at_44[0x4];
5549 u8 reserved_at_60[0x20];
5551 struct mlx5_ifc_rmp_bitmask_bits bitmask;
5553 u8 reserved_at_c0[0x40];
5555 struct mlx5_ifc_rmpc_bits ctx;
5558 struct mlx5_ifc_modify_nic_vport_context_out_bits {
5560 u8 reserved_at_8[0x18];
5564 u8 reserved_at_40[0x40];
5567 struct mlx5_ifc_modify_nic_vport_field_select_bits {
5568 u8 reserved_at_0[0x12];
5569 u8 affiliation[0x1];
5570 u8 reserved_at_e[0x1];
5571 u8 disable_uc_local_lb[0x1];
5572 u8 disable_mc_local_lb[0x1];
5577 u8 change_event[0x1];
5579 u8 permanent_address[0x1];
5580 u8 addresses_list[0x1];
5582 u8 reserved_at_1f[0x1];
5585 struct mlx5_ifc_modify_nic_vport_context_in_bits {
5587 u8 reserved_at_10[0x10];
5589 u8 reserved_at_20[0x10];
5592 u8 other_vport[0x1];
5593 u8 reserved_at_41[0xf];
5594 u8 vport_number[0x10];
5596 struct mlx5_ifc_modify_nic_vport_field_select_bits field_select;
5598 u8 reserved_at_80[0x780];
5600 struct mlx5_ifc_nic_vport_context_bits nic_vport_context;
5603 struct mlx5_ifc_modify_hca_vport_context_out_bits {
5605 u8 reserved_at_8[0x18];
5609 u8 reserved_at_40[0x40];
5612 struct mlx5_ifc_modify_hca_vport_context_in_bits {
5614 u8 reserved_at_10[0x10];
5616 u8 reserved_at_20[0x10];
5619 u8 other_vport[0x1];
5620 u8 reserved_at_41[0xb];
5622 u8 vport_number[0x10];
5624 u8 reserved_at_60[0x20];
5626 struct mlx5_ifc_hca_vport_context_bits hca_vport_context;
5629 struct mlx5_ifc_modify_cq_out_bits {
5631 u8 reserved_at_8[0x18];
5635 u8 reserved_at_40[0x40];
5639 MLX5_MODIFY_CQ_IN_OP_MOD_MODIFY_CQ = 0x0,
5640 MLX5_MODIFY_CQ_IN_OP_MOD_RESIZE_CQ = 0x1,
5643 struct mlx5_ifc_modify_cq_in_bits {
5647 u8 reserved_at_20[0x10];
5650 u8 reserved_at_40[0x8];
5653 union mlx5_ifc_modify_field_select_resize_field_select_auto_bits modify_field_select_resize_field_select;
5655 struct mlx5_ifc_cqc_bits cq_context;
5657 u8 reserved_at_280[0x40];
5659 u8 cq_umem_valid[0x1];
5660 u8 reserved_at_2c1[0x5bf];
5665 struct mlx5_ifc_modify_cong_status_out_bits {
5667 u8 reserved_at_8[0x18];
5671 u8 reserved_at_40[0x40];
5674 struct mlx5_ifc_modify_cong_status_in_bits {
5676 u8 reserved_at_10[0x10];
5678 u8 reserved_at_20[0x10];
5681 u8 reserved_at_40[0x18];
5683 u8 cong_protocol[0x4];
5687 u8 reserved_at_62[0x1e];
5690 struct mlx5_ifc_modify_cong_params_out_bits {
5692 u8 reserved_at_8[0x18];
5696 u8 reserved_at_40[0x40];
5699 struct mlx5_ifc_modify_cong_params_in_bits {
5701 u8 reserved_at_10[0x10];
5703 u8 reserved_at_20[0x10];
5706 u8 reserved_at_40[0x1c];
5707 u8 cong_protocol[0x4];
5709 union mlx5_ifc_field_select_802_1_r_roce_auto_bits field_select;
5711 u8 reserved_at_80[0x80];
5713 union mlx5_ifc_cong_control_roce_ecn_auto_bits congestion_parameters;
5716 struct mlx5_ifc_manage_pages_out_bits {
5718 u8 reserved_at_8[0x18];
5722 u8 output_num_entries[0x20];
5724 u8 reserved_at_60[0x20];
5730 MLX5_MANAGE_PAGES_IN_OP_MOD_ALLOCATION_FAIL = 0x0,
5731 MLX5_MANAGE_PAGES_IN_OP_MOD_ALLOCATION_SUCCESS = 0x1,
5732 MLX5_MANAGE_PAGES_IN_OP_MOD_HCA_RETURN_PAGES = 0x2,
5735 struct mlx5_ifc_manage_pages_in_bits {
5737 u8 reserved_at_10[0x10];
5739 u8 reserved_at_20[0x10];
5742 u8 reserved_at_40[0x10];
5743 u8 function_id[0x10];
5745 u8 input_num_entries[0x20];
5750 struct mlx5_ifc_mad_ifc_out_bits {
5752 u8 reserved_at_8[0x18];
5756 u8 reserved_at_40[0x40];
5758 u8 response_mad_packet[256][0x8];
5761 struct mlx5_ifc_mad_ifc_in_bits {
5763 u8 reserved_at_10[0x10];
5765 u8 reserved_at_20[0x10];
5768 u8 remote_lid[0x10];
5769 u8 reserved_at_50[0x8];
5772 u8 reserved_at_60[0x20];
5777 struct mlx5_ifc_init_hca_out_bits {
5779 u8 reserved_at_8[0x18];
5783 u8 reserved_at_40[0x40];
5786 struct mlx5_ifc_init_hca_in_bits {
5788 u8 reserved_at_10[0x10];
5790 u8 reserved_at_20[0x10];
5793 u8 reserved_at_40[0x40];
5794 u8 sw_owner_id[4][0x20];
5797 struct mlx5_ifc_init2rtr_qp_out_bits {
5799 u8 reserved_at_8[0x18];
5803 u8 reserved_at_40[0x40];
5806 struct mlx5_ifc_init2rtr_qp_in_bits {
5810 u8 reserved_at_20[0x10];
5813 u8 reserved_at_40[0x8];
5816 u8 reserved_at_60[0x20];
5818 u8 opt_param_mask[0x20];
5820 u8 reserved_at_a0[0x20];
5822 struct mlx5_ifc_qpc_bits qpc;
5824 u8 reserved_at_800[0x80];
5827 struct mlx5_ifc_init2init_qp_out_bits {
5829 u8 reserved_at_8[0x18];
5833 u8 reserved_at_40[0x40];
5836 struct mlx5_ifc_init2init_qp_in_bits {
5840 u8 reserved_at_20[0x10];
5843 u8 reserved_at_40[0x8];
5846 u8 reserved_at_60[0x20];
5848 u8 opt_param_mask[0x20];
5850 u8 reserved_at_a0[0x20];
5852 struct mlx5_ifc_qpc_bits qpc;
5854 u8 reserved_at_800[0x80];
5857 struct mlx5_ifc_get_dropped_packet_log_out_bits {
5859 u8 reserved_at_8[0x18];
5863 u8 reserved_at_40[0x40];
5865 u8 packet_headers_log[128][0x8];
5867 u8 packet_syndrome[64][0x8];
5870 struct mlx5_ifc_get_dropped_packet_log_in_bits {
5872 u8 reserved_at_10[0x10];
5874 u8 reserved_at_20[0x10];
5877 u8 reserved_at_40[0x40];
5880 struct mlx5_ifc_gen_eqe_in_bits {
5882 u8 reserved_at_10[0x10];
5884 u8 reserved_at_20[0x10];
5887 u8 reserved_at_40[0x18];
5890 u8 reserved_at_60[0x20];
5895 struct mlx5_ifc_gen_eq_out_bits {
5897 u8 reserved_at_8[0x18];
5901 u8 reserved_at_40[0x40];
5904 struct mlx5_ifc_enable_hca_out_bits {
5906 u8 reserved_at_8[0x18];
5910 u8 reserved_at_40[0x20];
5913 struct mlx5_ifc_enable_hca_in_bits {
5915 u8 reserved_at_10[0x10];
5917 u8 reserved_at_20[0x10];
5920 u8 reserved_at_40[0x10];
5921 u8 function_id[0x10];
5923 u8 reserved_at_60[0x20];
5926 struct mlx5_ifc_drain_dct_out_bits {
5928 u8 reserved_at_8[0x18];
5932 u8 reserved_at_40[0x40];
5935 struct mlx5_ifc_drain_dct_in_bits {
5939 u8 reserved_at_20[0x10];
5942 u8 reserved_at_40[0x8];
5945 u8 reserved_at_60[0x20];
5948 struct mlx5_ifc_disable_hca_out_bits {
5950 u8 reserved_at_8[0x18];
5954 u8 reserved_at_40[0x20];
5957 struct mlx5_ifc_disable_hca_in_bits {
5959 u8 reserved_at_10[0x10];
5961 u8 reserved_at_20[0x10];
5964 u8 reserved_at_40[0x10];
5965 u8 function_id[0x10];
5967 u8 reserved_at_60[0x20];
5970 struct mlx5_ifc_detach_from_mcg_out_bits {
5972 u8 reserved_at_8[0x18];
5976 u8 reserved_at_40[0x40];
5979 struct mlx5_ifc_detach_from_mcg_in_bits {
5983 u8 reserved_at_20[0x10];
5986 u8 reserved_at_40[0x8];
5989 u8 reserved_at_60[0x20];
5991 u8 multicast_gid[16][0x8];
5994 struct mlx5_ifc_destroy_xrq_out_bits {
5996 u8 reserved_at_8[0x18];
6000 u8 reserved_at_40[0x40];
6003 struct mlx5_ifc_destroy_xrq_in_bits {
6007 u8 reserved_at_20[0x10];
6010 u8 reserved_at_40[0x8];
6013 u8 reserved_at_60[0x20];
6016 struct mlx5_ifc_destroy_xrc_srq_out_bits {
6018 u8 reserved_at_8[0x18];
6022 u8 reserved_at_40[0x40];
6025 struct mlx5_ifc_destroy_xrc_srq_in_bits {
6029 u8 reserved_at_20[0x10];
6032 u8 reserved_at_40[0x8];
6035 u8 reserved_at_60[0x20];
6038 struct mlx5_ifc_destroy_tis_out_bits {
6040 u8 reserved_at_8[0x18];
6044 u8 reserved_at_40[0x40];
6047 struct mlx5_ifc_destroy_tis_in_bits {
6051 u8 reserved_at_20[0x10];
6054 u8 reserved_at_40[0x8];
6057 u8 reserved_at_60[0x20];
6060 struct mlx5_ifc_destroy_tir_out_bits {
6062 u8 reserved_at_8[0x18];
6066 u8 reserved_at_40[0x40];
6069 struct mlx5_ifc_destroy_tir_in_bits {
6073 u8 reserved_at_20[0x10];
6076 u8 reserved_at_40[0x8];
6079 u8 reserved_at_60[0x20];
6082 struct mlx5_ifc_destroy_srq_out_bits {
6084 u8 reserved_at_8[0x18];
6088 u8 reserved_at_40[0x40];
6091 struct mlx5_ifc_destroy_srq_in_bits {
6095 u8 reserved_at_20[0x10];
6098 u8 reserved_at_40[0x8];
6101 u8 reserved_at_60[0x20];
6104 struct mlx5_ifc_destroy_sq_out_bits {
6106 u8 reserved_at_8[0x18];
6110 u8 reserved_at_40[0x40];
6113 struct mlx5_ifc_destroy_sq_in_bits {
6117 u8 reserved_at_20[0x10];
6120 u8 reserved_at_40[0x8];
6123 u8 reserved_at_60[0x20];
6126 struct mlx5_ifc_destroy_scheduling_element_out_bits {
6128 u8 reserved_at_8[0x18];
6132 u8 reserved_at_40[0x1c0];
6135 struct mlx5_ifc_destroy_scheduling_element_in_bits {
6137 u8 reserved_at_10[0x10];
6139 u8 reserved_at_20[0x10];
6142 u8 scheduling_hierarchy[0x8];
6143 u8 reserved_at_48[0x18];
6145 u8 scheduling_element_id[0x20];
6147 u8 reserved_at_80[0x180];
6150 struct mlx5_ifc_destroy_rqt_out_bits {
6152 u8 reserved_at_8[0x18];
6156 u8 reserved_at_40[0x40];
6159 struct mlx5_ifc_destroy_rqt_in_bits {
6163 u8 reserved_at_20[0x10];
6166 u8 reserved_at_40[0x8];
6169 u8 reserved_at_60[0x20];
6172 struct mlx5_ifc_destroy_rq_out_bits {
6174 u8 reserved_at_8[0x18];
6178 u8 reserved_at_40[0x40];
6181 struct mlx5_ifc_destroy_rq_in_bits {
6185 u8 reserved_at_20[0x10];
6188 u8 reserved_at_40[0x8];
6191 u8 reserved_at_60[0x20];
6194 struct mlx5_ifc_set_delay_drop_params_in_bits {
6196 u8 reserved_at_10[0x10];
6198 u8 reserved_at_20[0x10];
6201 u8 reserved_at_40[0x20];
6203 u8 reserved_at_60[0x10];
6204 u8 delay_drop_timeout[0x10];
6207 struct mlx5_ifc_set_delay_drop_params_out_bits {
6209 u8 reserved_at_8[0x18];
6213 u8 reserved_at_40[0x40];
6216 struct mlx5_ifc_destroy_rmp_out_bits {
6218 u8 reserved_at_8[0x18];
6222 u8 reserved_at_40[0x40];
6225 struct mlx5_ifc_destroy_rmp_in_bits {
6229 u8 reserved_at_20[0x10];
6232 u8 reserved_at_40[0x8];
6235 u8 reserved_at_60[0x20];
6238 struct mlx5_ifc_destroy_qp_out_bits {
6240 u8 reserved_at_8[0x18];
6244 u8 reserved_at_40[0x40];
6247 struct mlx5_ifc_destroy_qp_in_bits {
6251 u8 reserved_at_20[0x10];
6254 u8 reserved_at_40[0x8];
6257 u8 reserved_at_60[0x20];
6260 struct mlx5_ifc_destroy_psv_out_bits {
6262 u8 reserved_at_8[0x18];
6266 u8 reserved_at_40[0x40];
6269 struct mlx5_ifc_destroy_psv_in_bits {
6271 u8 reserved_at_10[0x10];
6273 u8 reserved_at_20[0x10];
6276 u8 reserved_at_40[0x8];
6279 u8 reserved_at_60[0x20];
6282 struct mlx5_ifc_destroy_mkey_out_bits {
6284 u8 reserved_at_8[0x18];
6288 u8 reserved_at_40[0x40];
6291 struct mlx5_ifc_destroy_mkey_in_bits {
6293 u8 reserved_at_10[0x10];
6295 u8 reserved_at_20[0x10];
6298 u8 reserved_at_40[0x8];
6299 u8 mkey_index[0x18];
6301 u8 reserved_at_60[0x20];
6304 struct mlx5_ifc_destroy_flow_table_out_bits {
6306 u8 reserved_at_8[0x18];
6310 u8 reserved_at_40[0x40];
6313 struct mlx5_ifc_destroy_flow_table_in_bits {
6315 u8 reserved_at_10[0x10];
6317 u8 reserved_at_20[0x10];
6320 u8 other_vport[0x1];
6321 u8 reserved_at_41[0xf];
6322 u8 vport_number[0x10];
6324 u8 reserved_at_60[0x20];
6327 u8 reserved_at_88[0x18];
6329 u8 reserved_at_a0[0x8];
6332 u8 reserved_at_c0[0x140];
6335 struct mlx5_ifc_destroy_flow_group_out_bits {
6337 u8 reserved_at_8[0x18];
6341 u8 reserved_at_40[0x40];
6344 struct mlx5_ifc_destroy_flow_group_in_bits {
6346 u8 reserved_at_10[0x10];
6348 u8 reserved_at_20[0x10];
6351 u8 other_vport[0x1];
6352 u8 reserved_at_41[0xf];
6353 u8 vport_number[0x10];
6355 u8 reserved_at_60[0x20];
6358 u8 reserved_at_88[0x18];
6360 u8 reserved_at_a0[0x8];
6365 u8 reserved_at_e0[0x120];
6368 struct mlx5_ifc_destroy_eq_out_bits {
6370 u8 reserved_at_8[0x18];
6374 u8 reserved_at_40[0x40];
6377 struct mlx5_ifc_destroy_eq_in_bits {
6379 u8 reserved_at_10[0x10];
6381 u8 reserved_at_20[0x10];
6384 u8 reserved_at_40[0x18];
6387 u8 reserved_at_60[0x20];
6390 struct mlx5_ifc_destroy_dct_out_bits {
6392 u8 reserved_at_8[0x18];
6396 u8 reserved_at_40[0x40];
6399 struct mlx5_ifc_destroy_dct_in_bits {
6403 u8 reserved_at_20[0x10];
6406 u8 reserved_at_40[0x8];
6409 u8 reserved_at_60[0x20];
6412 struct mlx5_ifc_destroy_cq_out_bits {
6414 u8 reserved_at_8[0x18];
6418 u8 reserved_at_40[0x40];
6421 struct mlx5_ifc_destroy_cq_in_bits {
6425 u8 reserved_at_20[0x10];
6428 u8 reserved_at_40[0x8];
6431 u8 reserved_at_60[0x20];
6434 struct mlx5_ifc_delete_vxlan_udp_dport_out_bits {
6436 u8 reserved_at_8[0x18];
6440 u8 reserved_at_40[0x40];
6443 struct mlx5_ifc_delete_vxlan_udp_dport_in_bits {
6445 u8 reserved_at_10[0x10];
6447 u8 reserved_at_20[0x10];
6450 u8 reserved_at_40[0x20];
6452 u8 reserved_at_60[0x10];
6453 u8 vxlan_udp_port[0x10];
6456 struct mlx5_ifc_delete_l2_table_entry_out_bits {
6458 u8 reserved_at_8[0x18];
6462 u8 reserved_at_40[0x40];
6465 struct mlx5_ifc_delete_l2_table_entry_in_bits {
6467 u8 reserved_at_10[0x10];
6469 u8 reserved_at_20[0x10];
6472 u8 reserved_at_40[0x60];
6474 u8 reserved_at_a0[0x8];
6475 u8 table_index[0x18];
6477 u8 reserved_at_c0[0x140];
6480 struct mlx5_ifc_delete_fte_out_bits {
6482 u8 reserved_at_8[0x18];
6486 u8 reserved_at_40[0x40];
6489 struct mlx5_ifc_delete_fte_in_bits {
6491 u8 reserved_at_10[0x10];
6493 u8 reserved_at_20[0x10];
6496 u8 other_vport[0x1];
6497 u8 reserved_at_41[0xf];
6498 u8 vport_number[0x10];
6500 u8 reserved_at_60[0x20];
6503 u8 reserved_at_88[0x18];
6505 u8 reserved_at_a0[0x8];
6508 u8 reserved_at_c0[0x40];
6510 u8 flow_index[0x20];
6512 u8 reserved_at_120[0xe0];
6515 struct mlx5_ifc_dealloc_xrcd_out_bits {
6517 u8 reserved_at_8[0x18];
6521 u8 reserved_at_40[0x40];
6524 struct mlx5_ifc_dealloc_xrcd_in_bits {
6528 u8 reserved_at_20[0x10];
6531 u8 reserved_at_40[0x8];
6534 u8 reserved_at_60[0x20];
6537 struct mlx5_ifc_dealloc_uar_out_bits {
6539 u8 reserved_at_8[0x18];
6543 u8 reserved_at_40[0x40];
6546 struct mlx5_ifc_dealloc_uar_in_bits {
6548 u8 reserved_at_10[0x10];
6550 u8 reserved_at_20[0x10];
6553 u8 reserved_at_40[0x8];
6556 u8 reserved_at_60[0x20];
6559 struct mlx5_ifc_dealloc_transport_domain_out_bits {
6561 u8 reserved_at_8[0x18];
6565 u8 reserved_at_40[0x40];
6568 struct mlx5_ifc_dealloc_transport_domain_in_bits {
6570 u8 reserved_at_10[0x10];
6572 u8 reserved_at_20[0x10];
6575 u8 reserved_at_40[0x8];
6576 u8 transport_domain[0x18];
6578 u8 reserved_at_60[0x20];
6581 struct mlx5_ifc_dealloc_q_counter_out_bits {
6583 u8 reserved_at_8[0x18];
6587 u8 reserved_at_40[0x40];
6590 struct mlx5_ifc_dealloc_q_counter_in_bits {
6592 u8 reserved_at_10[0x10];
6594 u8 reserved_at_20[0x10];
6597 u8 reserved_at_40[0x18];
6598 u8 counter_set_id[0x8];
6600 u8 reserved_at_60[0x20];
6603 struct mlx5_ifc_dealloc_pd_out_bits {
6605 u8 reserved_at_8[0x18];
6609 u8 reserved_at_40[0x40];
6612 struct mlx5_ifc_dealloc_pd_in_bits {
6616 u8 reserved_at_20[0x10];
6619 u8 reserved_at_40[0x8];
6622 u8 reserved_at_60[0x20];
6625 struct mlx5_ifc_dealloc_flow_counter_out_bits {
6627 u8 reserved_at_8[0x18];
6631 u8 reserved_at_40[0x40];
6634 struct mlx5_ifc_dealloc_flow_counter_in_bits {
6636 u8 reserved_at_10[0x10];
6638 u8 reserved_at_20[0x10];
6641 u8 flow_counter_id[0x20];
6643 u8 reserved_at_60[0x20];
6646 struct mlx5_ifc_create_xrq_out_bits {
6648 u8 reserved_at_8[0x18];
6652 u8 reserved_at_40[0x8];
6655 u8 reserved_at_60[0x20];
6658 struct mlx5_ifc_create_xrq_in_bits {
6662 u8 reserved_at_20[0x10];
6665 u8 reserved_at_40[0x40];
6667 struct mlx5_ifc_xrqc_bits xrq_context;
6670 struct mlx5_ifc_create_xrc_srq_out_bits {
6672 u8 reserved_at_8[0x18];
6676 u8 reserved_at_40[0x8];
6679 u8 reserved_at_60[0x20];
6682 struct mlx5_ifc_create_xrc_srq_in_bits {
6686 u8 reserved_at_20[0x10];
6689 u8 reserved_at_40[0x40];
6691 struct mlx5_ifc_xrc_srqc_bits xrc_srq_context_entry;
6693 u8 reserved_at_280[0x60];
6695 u8 xrc_srq_umem_valid[0x1];
6696 u8 reserved_at_2e1[0x1f];
6698 u8 reserved_at_300[0x580];
6703 struct mlx5_ifc_create_tis_out_bits {
6705 u8 reserved_at_8[0x18];
6709 u8 reserved_at_40[0x8];
6712 u8 reserved_at_60[0x20];
6715 struct mlx5_ifc_create_tis_in_bits {
6719 u8 reserved_at_20[0x10];
6722 u8 reserved_at_40[0xc0];
6724 struct mlx5_ifc_tisc_bits ctx;
6727 struct mlx5_ifc_create_tir_out_bits {
6729 u8 reserved_at_8[0x18];
6733 u8 reserved_at_40[0x8];
6736 u8 reserved_at_60[0x20];
6739 struct mlx5_ifc_create_tir_in_bits {
6743 u8 reserved_at_20[0x10];
6746 u8 reserved_at_40[0xc0];
6748 struct mlx5_ifc_tirc_bits ctx;
6751 struct mlx5_ifc_create_srq_out_bits {
6753 u8 reserved_at_8[0x18];
6757 u8 reserved_at_40[0x8];
6760 u8 reserved_at_60[0x20];
6763 struct mlx5_ifc_create_srq_in_bits {
6767 u8 reserved_at_20[0x10];
6770 u8 reserved_at_40[0x40];
6772 struct mlx5_ifc_srqc_bits srq_context_entry;
6774 u8 reserved_at_280[0x600];
6779 struct mlx5_ifc_create_sq_out_bits {
6781 u8 reserved_at_8[0x18];
6785 u8 reserved_at_40[0x8];
6788 u8 reserved_at_60[0x20];
6791 struct mlx5_ifc_create_sq_in_bits {
6795 u8 reserved_at_20[0x10];
6798 u8 reserved_at_40[0xc0];
6800 struct mlx5_ifc_sqc_bits ctx;
6803 struct mlx5_ifc_create_scheduling_element_out_bits {
6805 u8 reserved_at_8[0x18];
6809 u8 reserved_at_40[0x40];
6811 u8 scheduling_element_id[0x20];
6813 u8 reserved_at_a0[0x160];
6816 struct mlx5_ifc_create_scheduling_element_in_bits {
6818 u8 reserved_at_10[0x10];
6820 u8 reserved_at_20[0x10];
6823 u8 scheduling_hierarchy[0x8];
6824 u8 reserved_at_48[0x18];
6826 u8 reserved_at_60[0xa0];
6828 struct mlx5_ifc_scheduling_context_bits scheduling_context;
6830 u8 reserved_at_300[0x100];
6833 struct mlx5_ifc_create_rqt_out_bits {
6835 u8 reserved_at_8[0x18];
6839 u8 reserved_at_40[0x8];
6842 u8 reserved_at_60[0x20];
6845 struct mlx5_ifc_create_rqt_in_bits {
6849 u8 reserved_at_20[0x10];
6852 u8 reserved_at_40[0xc0];
6854 struct mlx5_ifc_rqtc_bits rqt_context;
6857 struct mlx5_ifc_create_rq_out_bits {
6859 u8 reserved_at_8[0x18];
6863 u8 reserved_at_40[0x8];
6866 u8 reserved_at_60[0x20];
6869 struct mlx5_ifc_create_rq_in_bits {
6873 u8 reserved_at_20[0x10];
6876 u8 reserved_at_40[0xc0];
6878 struct mlx5_ifc_rqc_bits ctx;
6881 struct mlx5_ifc_create_rmp_out_bits {
6883 u8 reserved_at_8[0x18];
6887 u8 reserved_at_40[0x8];
6890 u8 reserved_at_60[0x20];
6893 struct mlx5_ifc_create_rmp_in_bits {
6897 u8 reserved_at_20[0x10];
6900 u8 reserved_at_40[0xc0];
6902 struct mlx5_ifc_rmpc_bits ctx;
6905 struct mlx5_ifc_create_qp_out_bits {
6907 u8 reserved_at_8[0x18];
6911 u8 reserved_at_40[0x8];
6914 u8 reserved_at_60[0x20];
6917 struct mlx5_ifc_create_qp_in_bits {
6921 u8 reserved_at_20[0x10];
6924 u8 reserved_at_40[0x40];
6926 u8 opt_param_mask[0x20];
6928 u8 reserved_at_a0[0x20];
6930 struct mlx5_ifc_qpc_bits qpc;
6932 u8 reserved_at_800[0x60];
6934 u8 wq_umem_valid[0x1];
6935 u8 reserved_at_861[0x1f];
6940 struct mlx5_ifc_create_psv_out_bits {
6942 u8 reserved_at_8[0x18];
6946 u8 reserved_at_40[0x40];
6948 u8 reserved_at_80[0x8];
6949 u8 psv0_index[0x18];
6951 u8 reserved_at_a0[0x8];
6952 u8 psv1_index[0x18];
6954 u8 reserved_at_c0[0x8];
6955 u8 psv2_index[0x18];
6957 u8 reserved_at_e0[0x8];
6958 u8 psv3_index[0x18];
6961 struct mlx5_ifc_create_psv_in_bits {
6963 u8 reserved_at_10[0x10];
6965 u8 reserved_at_20[0x10];
6969 u8 reserved_at_44[0x4];
6972 u8 reserved_at_60[0x20];
6975 struct mlx5_ifc_create_mkey_out_bits {
6977 u8 reserved_at_8[0x18];
6981 u8 reserved_at_40[0x8];
6982 u8 mkey_index[0x18];
6984 u8 reserved_at_60[0x20];
6987 struct mlx5_ifc_create_mkey_in_bits {
6989 u8 reserved_at_10[0x10];
6991 u8 reserved_at_20[0x10];
6994 u8 reserved_at_40[0x20];
6997 u8 mkey_umem_valid[0x1];
6998 u8 reserved_at_62[0x1e];
7000 struct mlx5_ifc_mkc_bits memory_key_mkey_entry;
7002 u8 reserved_at_280[0x80];
7004 u8 translations_octword_actual_size[0x20];
7006 u8 reserved_at_320[0x560];
7008 u8 klm_pas_mtt[0][0x20];
7011 struct mlx5_ifc_create_flow_table_out_bits {
7013 u8 reserved_at_8[0x18];
7017 u8 reserved_at_40[0x8];
7020 u8 reserved_at_60[0x20];
7023 struct mlx5_ifc_flow_table_context_bits {
7024 u8 reformat_en[0x1];
7026 u8 reserved_at_2[0x2];
7027 u8 table_miss_action[0x4];
7029 u8 reserved_at_10[0x8];
7032 u8 reserved_at_20[0x8];
7033 u8 table_miss_id[0x18];
7035 u8 reserved_at_40[0x8];
7036 u8 lag_master_next_table_id[0x18];
7038 u8 reserved_at_60[0xe0];
7041 struct mlx5_ifc_create_flow_table_in_bits {
7043 u8 reserved_at_10[0x10];
7045 u8 reserved_at_20[0x10];
7048 u8 other_vport[0x1];
7049 u8 reserved_at_41[0xf];
7050 u8 vport_number[0x10];
7052 u8 reserved_at_60[0x20];
7055 u8 reserved_at_88[0x18];
7057 u8 reserved_at_a0[0x20];
7059 struct mlx5_ifc_flow_table_context_bits flow_table_context;
7062 struct mlx5_ifc_create_flow_group_out_bits {
7064 u8 reserved_at_8[0x18];
7068 u8 reserved_at_40[0x8];
7071 u8 reserved_at_60[0x20];
7075 MLX5_CREATE_FLOW_GROUP_IN_MATCH_CRITERIA_ENABLE_OUTER_HEADERS = 0x0,
7076 MLX5_CREATE_FLOW_GROUP_IN_MATCH_CRITERIA_ENABLE_MISC_PARAMETERS = 0x1,
7077 MLX5_CREATE_FLOW_GROUP_IN_MATCH_CRITERIA_ENABLE_INNER_HEADERS = 0x2,
7078 MLX5_CREATE_FLOW_GROUP_IN_MATCH_CRITERIA_ENABLE_MISC_PARAMETERS_2 = 0x3,
7081 struct mlx5_ifc_create_flow_group_in_bits {
7083 u8 reserved_at_10[0x10];
7085 u8 reserved_at_20[0x10];
7088 u8 other_vport[0x1];
7089 u8 reserved_at_41[0xf];
7090 u8 vport_number[0x10];
7092 u8 reserved_at_60[0x20];
7095 u8 reserved_at_88[0x18];
7097 u8 reserved_at_a0[0x8];
7100 u8 source_eswitch_owner_vhca_id_valid[0x1];
7102 u8 reserved_at_c1[0x1f];
7104 u8 start_flow_index[0x20];
7106 u8 reserved_at_100[0x20];
7108 u8 end_flow_index[0x20];
7110 u8 reserved_at_140[0xa0];
7112 u8 reserved_at_1e0[0x18];
7113 u8 match_criteria_enable[0x8];
7115 struct mlx5_ifc_fte_match_param_bits match_criteria;
7117 u8 reserved_at_1200[0xe00];
7120 struct mlx5_ifc_create_eq_out_bits {
7122 u8 reserved_at_8[0x18];
7126 u8 reserved_at_40[0x18];
7129 u8 reserved_at_60[0x20];
7132 struct mlx5_ifc_create_eq_in_bits {
7134 u8 reserved_at_10[0x10];
7136 u8 reserved_at_20[0x10];
7139 u8 reserved_at_40[0x40];
7141 struct mlx5_ifc_eqc_bits eq_context_entry;
7143 u8 reserved_at_280[0x40];
7145 u8 event_bitmask[0x40];
7147 u8 reserved_at_300[0x580];
7152 struct mlx5_ifc_create_dct_out_bits {
7154 u8 reserved_at_8[0x18];
7158 u8 reserved_at_40[0x8];
7161 u8 reserved_at_60[0x20];
7164 struct mlx5_ifc_create_dct_in_bits {
7168 u8 reserved_at_20[0x10];
7171 u8 reserved_at_40[0x40];
7173 struct mlx5_ifc_dctc_bits dct_context_entry;
7175 u8 reserved_at_280[0x180];
7178 struct mlx5_ifc_create_cq_out_bits {
7180 u8 reserved_at_8[0x18];
7184 u8 reserved_at_40[0x8];
7187 u8 reserved_at_60[0x20];
7190 struct mlx5_ifc_create_cq_in_bits {
7194 u8 reserved_at_20[0x10];
7197 u8 reserved_at_40[0x40];
7199 struct mlx5_ifc_cqc_bits cq_context;
7201 u8 reserved_at_280[0x60];
7203 u8 cq_umem_valid[0x1];
7204 u8 reserved_at_2e1[0x59f];
7209 struct mlx5_ifc_config_int_moderation_out_bits {
7211 u8 reserved_at_8[0x18];
7215 u8 reserved_at_40[0x4];
7217 u8 int_vector[0x10];
7219 u8 reserved_at_60[0x20];
7223 MLX5_CONFIG_INT_MODERATION_IN_OP_MOD_WRITE = 0x0,
7224 MLX5_CONFIG_INT_MODERATION_IN_OP_MOD_READ = 0x1,
7227 struct mlx5_ifc_config_int_moderation_in_bits {
7229 u8 reserved_at_10[0x10];
7231 u8 reserved_at_20[0x10];
7234 u8 reserved_at_40[0x4];
7236 u8 int_vector[0x10];
7238 u8 reserved_at_60[0x20];
7241 struct mlx5_ifc_attach_to_mcg_out_bits {
7243 u8 reserved_at_8[0x18];
7247 u8 reserved_at_40[0x40];
7250 struct mlx5_ifc_attach_to_mcg_in_bits {
7254 u8 reserved_at_20[0x10];
7257 u8 reserved_at_40[0x8];
7260 u8 reserved_at_60[0x20];
7262 u8 multicast_gid[16][0x8];
7265 struct mlx5_ifc_arm_xrq_out_bits {
7267 u8 reserved_at_8[0x18];
7271 u8 reserved_at_40[0x40];
7274 struct mlx5_ifc_arm_xrq_in_bits {
7276 u8 reserved_at_10[0x10];
7278 u8 reserved_at_20[0x10];
7281 u8 reserved_at_40[0x8];
7284 u8 reserved_at_60[0x10];
7288 struct mlx5_ifc_arm_xrc_srq_out_bits {
7290 u8 reserved_at_8[0x18];
7294 u8 reserved_at_40[0x40];
7298 MLX5_ARM_XRC_SRQ_IN_OP_MOD_XRC_SRQ = 0x1,
7301 struct mlx5_ifc_arm_xrc_srq_in_bits {
7305 u8 reserved_at_20[0x10];
7308 u8 reserved_at_40[0x8];
7311 u8 reserved_at_60[0x10];
7315 struct mlx5_ifc_arm_rq_out_bits {
7317 u8 reserved_at_8[0x18];
7321 u8 reserved_at_40[0x40];
7325 MLX5_ARM_RQ_IN_OP_MOD_SRQ = 0x1,
7326 MLX5_ARM_RQ_IN_OP_MOD_XRQ = 0x2,
7329 struct mlx5_ifc_arm_rq_in_bits {
7333 u8 reserved_at_20[0x10];
7336 u8 reserved_at_40[0x8];
7337 u8 srq_number[0x18];
7339 u8 reserved_at_60[0x10];
7343 struct mlx5_ifc_arm_dct_out_bits {
7345 u8 reserved_at_8[0x18];
7349 u8 reserved_at_40[0x40];
7352 struct mlx5_ifc_arm_dct_in_bits {
7354 u8 reserved_at_10[0x10];
7356 u8 reserved_at_20[0x10];
7359 u8 reserved_at_40[0x8];
7360 u8 dct_number[0x18];
7362 u8 reserved_at_60[0x20];
7365 struct mlx5_ifc_alloc_xrcd_out_bits {
7367 u8 reserved_at_8[0x18];
7371 u8 reserved_at_40[0x8];
7374 u8 reserved_at_60[0x20];
7377 struct mlx5_ifc_alloc_xrcd_in_bits {
7381 u8 reserved_at_20[0x10];
7384 u8 reserved_at_40[0x40];
7387 struct mlx5_ifc_alloc_uar_out_bits {
7389 u8 reserved_at_8[0x18];
7393 u8 reserved_at_40[0x8];
7396 u8 reserved_at_60[0x20];
7399 struct mlx5_ifc_alloc_uar_in_bits {
7401 u8 reserved_at_10[0x10];
7403 u8 reserved_at_20[0x10];
7406 u8 reserved_at_40[0x40];
7409 struct mlx5_ifc_alloc_transport_domain_out_bits {
7411 u8 reserved_at_8[0x18];
7415 u8 reserved_at_40[0x8];
7416 u8 transport_domain[0x18];
7418 u8 reserved_at_60[0x20];
7421 struct mlx5_ifc_alloc_transport_domain_in_bits {
7423 u8 reserved_at_10[0x10];
7425 u8 reserved_at_20[0x10];
7428 u8 reserved_at_40[0x40];
7431 struct mlx5_ifc_alloc_q_counter_out_bits {
7433 u8 reserved_at_8[0x18];
7437 u8 reserved_at_40[0x18];
7438 u8 counter_set_id[0x8];
7440 u8 reserved_at_60[0x20];
7443 struct mlx5_ifc_alloc_q_counter_in_bits {
7445 u8 reserved_at_10[0x10];
7447 u8 reserved_at_20[0x10];
7450 u8 reserved_at_40[0x40];
7453 struct mlx5_ifc_alloc_pd_out_bits {
7455 u8 reserved_at_8[0x18];
7459 u8 reserved_at_40[0x8];
7462 u8 reserved_at_60[0x20];
7465 struct mlx5_ifc_alloc_pd_in_bits {
7469 u8 reserved_at_20[0x10];
7472 u8 reserved_at_40[0x40];
7475 struct mlx5_ifc_alloc_flow_counter_out_bits {
7477 u8 reserved_at_8[0x18];
7481 u8 flow_counter_id[0x20];
7483 u8 reserved_at_60[0x20];
7486 struct mlx5_ifc_alloc_flow_counter_in_bits {
7488 u8 reserved_at_10[0x10];
7490 u8 reserved_at_20[0x10];
7493 u8 reserved_at_40[0x40];
7496 struct mlx5_ifc_add_vxlan_udp_dport_out_bits {
7498 u8 reserved_at_8[0x18];
7502 u8 reserved_at_40[0x40];
7505 struct mlx5_ifc_add_vxlan_udp_dport_in_bits {
7507 u8 reserved_at_10[0x10];
7509 u8 reserved_at_20[0x10];
7512 u8 reserved_at_40[0x20];
7514 u8 reserved_at_60[0x10];
7515 u8 vxlan_udp_port[0x10];
7518 struct mlx5_ifc_set_pp_rate_limit_out_bits {
7520 u8 reserved_at_8[0x18];
7524 u8 reserved_at_40[0x40];
7527 struct mlx5_ifc_set_pp_rate_limit_in_bits {
7529 u8 reserved_at_10[0x10];
7531 u8 reserved_at_20[0x10];
7534 u8 reserved_at_40[0x10];
7535 u8 rate_limit_index[0x10];
7537 u8 reserved_at_60[0x20];
7539 u8 rate_limit[0x20];
7541 u8 burst_upper_bound[0x20];
7543 u8 reserved_at_c0[0x10];
7544 u8 typical_packet_size[0x10];
7546 u8 reserved_at_e0[0x120];
7549 struct mlx5_ifc_access_register_out_bits {
7551 u8 reserved_at_8[0x18];
7555 u8 reserved_at_40[0x40];
7557 u8 register_data[0][0x20];
7561 MLX5_ACCESS_REGISTER_IN_OP_MOD_WRITE = 0x0,
7562 MLX5_ACCESS_REGISTER_IN_OP_MOD_READ = 0x1,
7565 struct mlx5_ifc_access_register_in_bits {
7567 u8 reserved_at_10[0x10];
7569 u8 reserved_at_20[0x10];
7572 u8 reserved_at_40[0x10];
7573 u8 register_id[0x10];
7577 u8 register_data[0][0x20];
7580 struct mlx5_ifc_sltp_reg_bits {
7585 u8 reserved_at_12[0x2];
7587 u8 reserved_at_18[0x8];
7589 u8 reserved_at_20[0x20];
7591 u8 reserved_at_40[0x7];
7597 u8 reserved_at_60[0xc];
7598 u8 ob_preemp_mode[0x4];
7602 u8 reserved_at_80[0x20];
7605 struct mlx5_ifc_slrg_reg_bits {
7610 u8 reserved_at_12[0x2];
7612 u8 reserved_at_18[0x8];
7614 u8 time_to_link_up[0x10];
7615 u8 reserved_at_30[0xc];
7616 u8 grade_lane_speed[0x4];
7618 u8 grade_version[0x8];
7621 u8 reserved_at_60[0x4];
7622 u8 height_grade_type[0x4];
7623 u8 height_grade[0x18];
7628 u8 reserved_at_a0[0x10];
7629 u8 height_sigma[0x10];
7631 u8 reserved_at_c0[0x20];
7633 u8 reserved_at_e0[0x4];
7634 u8 phase_grade_type[0x4];
7635 u8 phase_grade[0x18];
7637 u8 reserved_at_100[0x8];
7638 u8 phase_eo_pos[0x8];
7639 u8 reserved_at_110[0x8];
7640 u8 phase_eo_neg[0x8];
7642 u8 ffe_set_tested[0x10];
7643 u8 test_errors_per_lane[0x10];
7646 struct mlx5_ifc_pvlc_reg_bits {
7647 u8 reserved_at_0[0x8];
7649 u8 reserved_at_10[0x10];
7651 u8 reserved_at_20[0x1c];
7654 u8 reserved_at_40[0x1c];
7657 u8 reserved_at_60[0x1c];
7658 u8 vl_operational[0x4];
7661 struct mlx5_ifc_pude_reg_bits {
7664 u8 reserved_at_10[0x4];
7665 u8 admin_status[0x4];
7666 u8 reserved_at_18[0x4];
7667 u8 oper_status[0x4];
7669 u8 reserved_at_20[0x60];
7672 struct mlx5_ifc_ptys_reg_bits {
7673 u8 reserved_at_0[0x1];
7674 u8 an_disable_admin[0x1];
7675 u8 an_disable_cap[0x1];
7676 u8 reserved_at_3[0x5];
7678 u8 reserved_at_10[0xd];
7682 u8 reserved_at_24[0x3c];
7684 u8 eth_proto_capability[0x20];
7686 u8 ib_link_width_capability[0x10];
7687 u8 ib_proto_capability[0x10];
7689 u8 reserved_at_a0[0x20];
7691 u8 eth_proto_admin[0x20];
7693 u8 ib_link_width_admin[0x10];
7694 u8 ib_proto_admin[0x10];
7696 u8 reserved_at_100[0x20];
7698 u8 eth_proto_oper[0x20];
7700 u8 ib_link_width_oper[0x10];
7701 u8 ib_proto_oper[0x10];
7703 u8 reserved_at_160[0x1c];
7704 u8 connector_type[0x4];
7706 u8 eth_proto_lp_advertise[0x20];
7708 u8 reserved_at_1a0[0x60];
7711 struct mlx5_ifc_mlcr_reg_bits {
7712 u8 reserved_at_0[0x8];
7714 u8 reserved_at_10[0x20];
7716 u8 beacon_duration[0x10];
7717 u8 reserved_at_40[0x10];
7719 u8 beacon_remain[0x10];
7722 struct mlx5_ifc_ptas_reg_bits {
7723 u8 reserved_at_0[0x20];
7725 u8 algorithm_options[0x10];
7726 u8 reserved_at_30[0x4];
7727 u8 repetitions_mode[0x4];
7728 u8 num_of_repetitions[0x8];
7730 u8 grade_version[0x8];
7731 u8 height_grade_type[0x4];
7732 u8 phase_grade_type[0x4];
7733 u8 height_grade_weight[0x8];
7734 u8 phase_grade_weight[0x8];
7736 u8 gisim_measure_bits[0x10];
7737 u8 adaptive_tap_measure_bits[0x10];
7739 u8 ber_bath_high_error_threshold[0x10];
7740 u8 ber_bath_mid_error_threshold[0x10];
7742 u8 ber_bath_low_error_threshold[0x10];
7743 u8 one_ratio_high_threshold[0x10];
7745 u8 one_ratio_high_mid_threshold[0x10];
7746 u8 one_ratio_low_mid_threshold[0x10];
7748 u8 one_ratio_low_threshold[0x10];
7749 u8 ndeo_error_threshold[0x10];
7751 u8 mixer_offset_step_size[0x10];
7752 u8 reserved_at_110[0x8];
7753 u8 mix90_phase_for_voltage_bath[0x8];
7755 u8 mixer_offset_start[0x10];
7756 u8 mixer_offset_end[0x10];
7758 u8 reserved_at_140[0x15];
7759 u8 ber_test_time[0xb];
7762 struct mlx5_ifc_pspa_reg_bits {
7766 u8 reserved_at_18[0x8];
7768 u8 reserved_at_20[0x20];
7771 struct mlx5_ifc_pqdr_reg_bits {
7772 u8 reserved_at_0[0x8];
7774 u8 reserved_at_10[0x5];
7776 u8 reserved_at_18[0x6];
7779 u8 reserved_at_20[0x20];
7781 u8 reserved_at_40[0x10];
7782 u8 min_threshold[0x10];
7784 u8 reserved_at_60[0x10];
7785 u8 max_threshold[0x10];
7787 u8 reserved_at_80[0x10];
7788 u8 mark_probability_denominator[0x10];
7790 u8 reserved_at_a0[0x60];
7793 struct mlx5_ifc_ppsc_reg_bits {
7794 u8 reserved_at_0[0x8];
7796 u8 reserved_at_10[0x10];
7798 u8 reserved_at_20[0x60];
7800 u8 reserved_at_80[0x1c];
7803 u8 reserved_at_a0[0x1c];
7804 u8 wrps_status[0x4];
7806 u8 reserved_at_c0[0x8];
7807 u8 up_threshold[0x8];
7808 u8 reserved_at_d0[0x8];
7809 u8 down_threshold[0x8];
7811 u8 reserved_at_e0[0x20];
7813 u8 reserved_at_100[0x1c];
7816 u8 reserved_at_120[0x1c];
7817 u8 srps_status[0x4];
7819 u8 reserved_at_140[0x40];
7822 struct mlx5_ifc_pplr_reg_bits {
7823 u8 reserved_at_0[0x8];
7825 u8 reserved_at_10[0x10];
7827 u8 reserved_at_20[0x8];
7829 u8 reserved_at_30[0x8];
7833 struct mlx5_ifc_pplm_reg_bits {
7834 u8 reserved_at_0[0x8];
7836 u8 reserved_at_10[0x10];
7838 u8 reserved_at_20[0x20];
7840 u8 port_profile_mode[0x8];
7841 u8 static_port_profile[0x8];
7842 u8 active_port_profile[0x8];
7843 u8 reserved_at_58[0x8];
7845 u8 retransmission_active[0x8];
7846 u8 fec_mode_active[0x18];
7848 u8 rs_fec_correction_bypass_cap[0x4];
7849 u8 reserved_at_84[0x8];
7850 u8 fec_override_cap_56g[0x4];
7851 u8 fec_override_cap_100g[0x4];
7852 u8 fec_override_cap_50g[0x4];
7853 u8 fec_override_cap_25g[0x4];
7854 u8 fec_override_cap_10g_40g[0x4];
7856 u8 rs_fec_correction_bypass_admin[0x4];
7857 u8 reserved_at_a4[0x8];
7858 u8 fec_override_admin_56g[0x4];
7859 u8 fec_override_admin_100g[0x4];
7860 u8 fec_override_admin_50g[0x4];
7861 u8 fec_override_admin_25g[0x4];
7862 u8 fec_override_admin_10g_40g[0x4];
7865 struct mlx5_ifc_ppcnt_reg_bits {
7869 u8 reserved_at_12[0x8];
7873 u8 reserved_at_21[0x1c];
7876 union mlx5_ifc_eth_cntrs_grp_data_layout_auto_bits counter_set;
7879 struct mlx5_ifc_mpcnt_reg_bits {
7880 u8 reserved_at_0[0x8];
7882 u8 reserved_at_10[0xa];
7886 u8 reserved_at_21[0x1f];
7888 union mlx5_ifc_pcie_cntrs_grp_data_layout_auto_bits counter_set;
7891 struct mlx5_ifc_ppad_reg_bits {
7892 u8 reserved_at_0[0x3];
7894 u8 reserved_at_4[0x4];
7900 u8 reserved_at_40[0x40];
7903 struct mlx5_ifc_pmtu_reg_bits {
7904 u8 reserved_at_0[0x8];
7906 u8 reserved_at_10[0x10];
7909 u8 reserved_at_30[0x10];
7912 u8 reserved_at_50[0x10];
7915 u8 reserved_at_70[0x10];
7918 struct mlx5_ifc_pmpr_reg_bits {
7919 u8 reserved_at_0[0x8];
7921 u8 reserved_at_10[0x10];
7923 u8 reserved_at_20[0x18];
7924 u8 attenuation_5g[0x8];
7926 u8 reserved_at_40[0x18];
7927 u8 attenuation_7g[0x8];
7929 u8 reserved_at_60[0x18];
7930 u8 attenuation_12g[0x8];
7933 struct mlx5_ifc_pmpe_reg_bits {
7934 u8 reserved_at_0[0x8];
7936 u8 reserved_at_10[0xc];
7937 u8 module_status[0x4];
7939 u8 reserved_at_20[0x60];
7942 struct mlx5_ifc_pmpc_reg_bits {
7943 u8 module_state_updated[32][0x8];
7946 struct mlx5_ifc_pmlpn_reg_bits {
7947 u8 reserved_at_0[0x4];
7948 u8 mlpn_status[0x4];
7950 u8 reserved_at_10[0x10];
7953 u8 reserved_at_21[0x1f];
7956 struct mlx5_ifc_pmlp_reg_bits {
7958 u8 reserved_at_1[0x7];
7960 u8 reserved_at_10[0x8];
7963 u8 lane0_module_mapping[0x20];
7965 u8 lane1_module_mapping[0x20];
7967 u8 lane2_module_mapping[0x20];
7969 u8 lane3_module_mapping[0x20];
7971 u8 reserved_at_a0[0x160];
7974 struct mlx5_ifc_pmaos_reg_bits {
7975 u8 reserved_at_0[0x8];
7977 u8 reserved_at_10[0x4];
7978 u8 admin_status[0x4];
7979 u8 reserved_at_18[0x4];
7980 u8 oper_status[0x4];
7984 u8 reserved_at_22[0x1c];
7987 u8 reserved_at_40[0x40];
7990 struct mlx5_ifc_plpc_reg_bits {
7991 u8 reserved_at_0[0x4];
7993 u8 reserved_at_10[0x4];
7995 u8 reserved_at_18[0x8];
7997 u8 reserved_at_20[0x10];
7998 u8 lane_speed[0x10];
8000 u8 reserved_at_40[0x17];
8002 u8 fec_mode_policy[0x8];
8004 u8 retransmission_capability[0x8];
8005 u8 fec_mode_capability[0x18];
8007 u8 retransmission_support_admin[0x8];
8008 u8 fec_mode_support_admin[0x18];
8010 u8 retransmission_request_admin[0x8];
8011 u8 fec_mode_request_admin[0x18];
8013 u8 reserved_at_c0[0x80];
8016 struct mlx5_ifc_plib_reg_bits {
8017 u8 reserved_at_0[0x8];
8019 u8 reserved_at_10[0x8];
8022 u8 reserved_at_20[0x60];
8025 struct mlx5_ifc_plbf_reg_bits {
8026 u8 reserved_at_0[0x8];
8028 u8 reserved_at_10[0xd];
8031 u8 reserved_at_20[0x20];
8034 struct mlx5_ifc_pipg_reg_bits {
8035 u8 reserved_at_0[0x8];
8037 u8 reserved_at_10[0x10];
8040 u8 reserved_at_21[0x19];
8042 u8 reserved_at_3e[0x2];
8045 struct mlx5_ifc_pifr_reg_bits {
8046 u8 reserved_at_0[0x8];
8048 u8 reserved_at_10[0x10];
8050 u8 reserved_at_20[0xe0];
8052 u8 port_filter[8][0x20];
8054 u8 port_filter_update_en[8][0x20];
8057 struct mlx5_ifc_pfcc_reg_bits {
8058 u8 reserved_at_0[0x8];
8060 u8 reserved_at_10[0xb];
8061 u8 ppan_mask_n[0x1];
8062 u8 minor_stall_mask[0x1];
8063 u8 critical_stall_mask[0x1];
8064 u8 reserved_at_1e[0x2];
8067 u8 reserved_at_24[0x4];
8068 u8 prio_mask_tx[0x8];
8069 u8 reserved_at_30[0x8];
8070 u8 prio_mask_rx[0x8];
8074 u8 pptx_mask_n[0x1];
8075 u8 reserved_at_43[0x5];
8077 u8 reserved_at_50[0x10];
8081 u8 pprx_mask_n[0x1];
8082 u8 reserved_at_63[0x5];
8084 u8 reserved_at_70[0x10];
8086 u8 device_stall_minor_watermark[0x10];
8087 u8 device_stall_critical_watermark[0x10];
8089 u8 reserved_at_a0[0x60];
8092 struct mlx5_ifc_pelc_reg_bits {
8094 u8 reserved_at_4[0x4];
8096 u8 reserved_at_10[0x10];
8099 u8 op_capability[0x8];
8105 u8 capability[0x40];
8111 u8 reserved_at_140[0x80];
8114 struct mlx5_ifc_peir_reg_bits {
8115 u8 reserved_at_0[0x8];
8117 u8 reserved_at_10[0x10];
8119 u8 reserved_at_20[0xc];
8120 u8 error_count[0x4];
8121 u8 reserved_at_30[0x10];
8123 u8 reserved_at_40[0xc];
8125 u8 reserved_at_50[0x8];
8129 struct mlx5_ifc_mpegc_reg_bits {
8130 u8 reserved_at_0[0x30];
8131 u8 field_select[0x10];
8133 u8 tx_overflow_sense[0x1];
8136 u8 reserved_at_43[0x1b];
8137 u8 tx_lossy_overflow_oper[0x2];
8139 u8 reserved_at_60[0x100];
8142 struct mlx5_ifc_pcam_enhanced_features_bits {
8143 u8 reserved_at_0[0x6d];
8144 u8 rx_icrc_encapsulated_counter[0x1];
8145 u8 reserved_at_6e[0x8];
8147 u8 reserved_at_77[0x3];
8148 u8 per_lane_error_counters[0x1];
8149 u8 rx_buffer_fullness_counters[0x1];
8150 u8 ptys_connector_type[0x1];
8151 u8 reserved_at_7d[0x1];
8152 u8 ppcnt_discard_group[0x1];
8153 u8 ppcnt_statistical_group[0x1];
8156 struct mlx5_ifc_pcam_regs_5000_to_507f_bits {
8157 u8 port_access_reg_cap_mask_127_to_96[0x20];
8158 u8 port_access_reg_cap_mask_95_to_64[0x20];
8160 u8 port_access_reg_cap_mask_63_to_36[0x1c];
8162 u8 port_access_reg_cap_mask_34_to_32[0x3];
8164 u8 port_access_reg_cap_mask_31_to_13[0x13];
8167 u8 port_access_reg_cap_mask_10_to_0[0xb];
8170 struct mlx5_ifc_pcam_reg_bits {
8171 u8 reserved_at_0[0x8];
8172 u8 feature_group[0x8];
8173 u8 reserved_at_10[0x8];
8174 u8 access_reg_group[0x8];
8176 u8 reserved_at_20[0x20];
8179 struct mlx5_ifc_pcam_regs_5000_to_507f_bits regs_5000_to_507f;
8180 u8 reserved_at_0[0x80];
8181 } port_access_reg_cap_mask;
8183 u8 reserved_at_c0[0x80];
8186 struct mlx5_ifc_pcam_enhanced_features_bits enhanced_features;
8187 u8 reserved_at_0[0x80];
8190 u8 reserved_at_1c0[0xc0];
8193 struct mlx5_ifc_mcam_enhanced_features_bits {
8194 u8 reserved_at_0[0x74];
8195 u8 mark_tx_action_cnp[0x1];
8196 u8 mark_tx_action_cqe[0x1];
8197 u8 dynamic_tx_overflow[0x1];
8198 u8 reserved_at_77[0x4];
8199 u8 pcie_outbound_stalled[0x1];
8200 u8 tx_overflow_buffer_pkt[0x1];
8201 u8 mtpps_enh_out_per_adj[0x1];
8203 u8 pcie_performance_group[0x1];
8206 struct mlx5_ifc_mcam_access_reg_bits {
8207 u8 reserved_at_0[0x1c];
8211 u8 reserved_at_1f[0x1];
8213 u8 regs_95_to_87[0x9];
8215 u8 regs_85_to_68[0x12];
8216 u8 tracer_registers[0x4];
8218 u8 regs_63_to_32[0x20];
8219 u8 regs_31_to_0[0x20];
8222 struct mlx5_ifc_mcam_reg_bits {
8223 u8 reserved_at_0[0x8];
8224 u8 feature_group[0x8];
8225 u8 reserved_at_10[0x8];
8226 u8 access_reg_group[0x8];
8228 u8 reserved_at_20[0x20];
8231 struct mlx5_ifc_mcam_access_reg_bits access_regs;
8232 u8 reserved_at_0[0x80];
8233 } mng_access_reg_cap_mask;
8235 u8 reserved_at_c0[0x80];
8238 struct mlx5_ifc_mcam_enhanced_features_bits enhanced_features;
8239 u8 reserved_at_0[0x80];
8240 } mng_feature_cap_mask;
8242 u8 reserved_at_1c0[0x80];
8245 struct mlx5_ifc_qcam_access_reg_cap_mask {
8246 u8 qcam_access_reg_cap_mask_127_to_20[0x6C];
8248 u8 qcam_access_reg_cap_mask_18_to_4[0x0F];
8252 u8 qcam_access_reg_cap_mask_0[0x1];
8255 struct mlx5_ifc_qcam_qos_feature_cap_mask {
8256 u8 qcam_qos_feature_cap_mask_127_to_1[0x7F];
8257 u8 qpts_trust_both[0x1];
8260 struct mlx5_ifc_qcam_reg_bits {
8261 u8 reserved_at_0[0x8];
8262 u8 feature_group[0x8];
8263 u8 reserved_at_10[0x8];
8264 u8 access_reg_group[0x8];
8265 u8 reserved_at_20[0x20];
8268 struct mlx5_ifc_qcam_access_reg_cap_mask reg_cap;
8269 u8 reserved_at_0[0x80];
8270 } qos_access_reg_cap_mask;
8272 u8 reserved_at_c0[0x80];
8275 struct mlx5_ifc_qcam_qos_feature_cap_mask feature_cap;
8276 u8 reserved_at_0[0x80];
8277 } qos_feature_cap_mask;
8279 u8 reserved_at_1c0[0x80];
8282 struct mlx5_ifc_pcap_reg_bits {
8283 u8 reserved_at_0[0x8];
8285 u8 reserved_at_10[0x10];
8287 u8 port_capability_mask[4][0x20];
8290 struct mlx5_ifc_paos_reg_bits {
8293 u8 reserved_at_10[0x4];
8294 u8 admin_status[0x4];
8295 u8 reserved_at_18[0x4];
8296 u8 oper_status[0x4];
8300 u8 reserved_at_22[0x1c];
8303 u8 reserved_at_40[0x40];
8306 struct mlx5_ifc_pamp_reg_bits {
8307 u8 reserved_at_0[0x8];
8308 u8 opamp_group[0x8];
8309 u8 reserved_at_10[0xc];
8310 u8 opamp_group_type[0x4];
8312 u8 start_index[0x10];
8313 u8 reserved_at_30[0x4];
8314 u8 num_of_indices[0xc];
8316 u8 index_data[18][0x10];
8319 struct mlx5_ifc_pcmr_reg_bits {
8320 u8 reserved_at_0[0x8];
8322 u8 reserved_at_10[0x2e];
8324 u8 reserved_at_3f[0x1f];
8326 u8 reserved_at_5f[0x1];
8329 struct mlx5_ifc_lane_2_module_mapping_bits {
8330 u8 reserved_at_0[0x6];
8332 u8 reserved_at_8[0x6];
8334 u8 reserved_at_10[0x8];
8338 struct mlx5_ifc_bufferx_reg_bits {
8339 u8 reserved_at_0[0x6];
8342 u8 reserved_at_8[0xc];
8345 u8 xoff_threshold[0x10];
8346 u8 xon_threshold[0x10];
8349 struct mlx5_ifc_set_node_in_bits {
8350 u8 node_description[64][0x8];
8353 struct mlx5_ifc_register_power_settings_bits {
8354 u8 reserved_at_0[0x18];
8355 u8 power_settings_level[0x8];
8357 u8 reserved_at_20[0x60];
8360 struct mlx5_ifc_register_host_endianness_bits {
8362 u8 reserved_at_1[0x1f];
8364 u8 reserved_at_20[0x60];
8367 struct mlx5_ifc_umr_pointer_desc_argument_bits {
8368 u8 reserved_at_0[0x20];
8372 u8 addressh_63_32[0x20];
8374 u8 addressl_31_0[0x20];
8377 struct mlx5_ifc_ud_adrs_vector_bits {
8381 u8 reserved_at_41[0x7];
8382 u8 destination_qp_dct[0x18];
8384 u8 static_rate[0x4];
8385 u8 sl_eth_prio[0x4];
8388 u8 rlid_udp_sport[0x10];
8390 u8 reserved_at_80[0x20];
8392 u8 rmac_47_16[0x20];
8398 u8 reserved_at_e0[0x1];
8400 u8 reserved_at_e2[0x2];
8401 u8 src_addr_index[0x8];
8402 u8 flow_label[0x14];
8404 u8 rgid_rip[16][0x8];
8407 struct mlx5_ifc_pages_req_event_bits {
8408 u8 reserved_at_0[0x10];
8409 u8 function_id[0x10];
8413 u8 reserved_at_40[0xa0];
8416 struct mlx5_ifc_eqe_bits {
8417 u8 reserved_at_0[0x8];
8419 u8 reserved_at_10[0x8];
8420 u8 event_sub_type[0x8];
8422 u8 reserved_at_20[0xe0];
8424 union mlx5_ifc_event_auto_bits event_data;
8426 u8 reserved_at_1e0[0x10];
8428 u8 reserved_at_1f8[0x7];
8433 MLX5_CMD_QUEUE_ENTRY_TYPE_PCIE_CMD_IF_TRANSPORT = 0x7,
8436 struct mlx5_ifc_cmd_queue_entry_bits {
8438 u8 reserved_at_8[0x18];
8440 u8 input_length[0x20];
8442 u8 input_mailbox_pointer_63_32[0x20];
8444 u8 input_mailbox_pointer_31_9[0x17];
8445 u8 reserved_at_77[0x9];
8447 u8 command_input_inline_data[16][0x8];
8449 u8 command_output_inline_data[16][0x8];
8451 u8 output_mailbox_pointer_63_32[0x20];
8453 u8 output_mailbox_pointer_31_9[0x17];
8454 u8 reserved_at_1b7[0x9];
8456 u8 output_length[0x20];
8460 u8 reserved_at_1f0[0x8];
8465 struct mlx5_ifc_cmd_out_bits {
8467 u8 reserved_at_8[0x18];
8471 u8 command_output[0x20];
8474 struct mlx5_ifc_cmd_in_bits {
8476 u8 reserved_at_10[0x10];
8478 u8 reserved_at_20[0x10];
8481 u8 command[0][0x20];
8484 struct mlx5_ifc_cmd_if_box_bits {
8485 u8 mailbox_data[512][0x8];
8487 u8 reserved_at_1000[0x180];
8489 u8 next_pointer_63_32[0x20];
8491 u8 next_pointer_31_10[0x16];
8492 u8 reserved_at_11b6[0xa];
8494 u8 block_number[0x20];
8496 u8 reserved_at_11e0[0x8];
8498 u8 ctrl_signature[0x8];
8502 struct mlx5_ifc_mtt_bits {
8503 u8 ptag_63_32[0x20];
8506 u8 reserved_at_38[0x6];
8511 struct mlx5_ifc_query_wol_rol_out_bits {
8513 u8 reserved_at_8[0x18];
8517 u8 reserved_at_40[0x10];
8521 u8 reserved_at_60[0x20];
8524 struct mlx5_ifc_query_wol_rol_in_bits {
8526 u8 reserved_at_10[0x10];
8528 u8 reserved_at_20[0x10];
8531 u8 reserved_at_40[0x40];
8534 struct mlx5_ifc_set_wol_rol_out_bits {
8536 u8 reserved_at_8[0x18];
8540 u8 reserved_at_40[0x40];
8543 struct mlx5_ifc_set_wol_rol_in_bits {
8545 u8 reserved_at_10[0x10];
8547 u8 reserved_at_20[0x10];
8550 u8 rol_mode_valid[0x1];
8551 u8 wol_mode_valid[0x1];
8552 u8 reserved_at_42[0xe];
8556 u8 reserved_at_60[0x20];
8560 MLX5_INITIAL_SEG_NIC_INTERFACE_FULL_DRIVER = 0x0,
8561 MLX5_INITIAL_SEG_NIC_INTERFACE_DISABLED = 0x1,
8562 MLX5_INITIAL_SEG_NIC_INTERFACE_NO_DRAM_NIC = 0x2,
8566 MLX5_INITIAL_SEG_NIC_INTERFACE_SUPPORTED_FULL_DRIVER = 0x0,
8567 MLX5_INITIAL_SEG_NIC_INTERFACE_SUPPORTED_DISABLED = 0x1,
8568 MLX5_INITIAL_SEG_NIC_INTERFACE_SUPPORTED_NO_DRAM_NIC = 0x2,
8572 MLX5_INITIAL_SEG_HEALTH_SYNDROME_FW_INTERNAL_ERR = 0x1,
8573 MLX5_INITIAL_SEG_HEALTH_SYNDROME_DEAD_IRISC = 0x7,
8574 MLX5_INITIAL_SEG_HEALTH_SYNDROME_HW_FATAL_ERR = 0x8,
8575 MLX5_INITIAL_SEG_HEALTH_SYNDROME_FW_CRC_ERR = 0x9,
8576 MLX5_INITIAL_SEG_HEALTH_SYNDROME_ICM_FETCH_PCI_ERR = 0xa,
8577 MLX5_INITIAL_SEG_HEALTH_SYNDROME_ICM_PAGE_ERR = 0xb,
8578 MLX5_INITIAL_SEG_HEALTH_SYNDROME_ASYNCHRONOUS_EQ_BUF_OVERRUN = 0xc,
8579 MLX5_INITIAL_SEG_HEALTH_SYNDROME_EQ_IN_ERR = 0xd,
8580 MLX5_INITIAL_SEG_HEALTH_SYNDROME_EQ_INV = 0xe,
8581 MLX5_INITIAL_SEG_HEALTH_SYNDROME_FFSER_ERR = 0xf,
8582 MLX5_INITIAL_SEG_HEALTH_SYNDROME_HIGH_TEMP_ERR = 0x10,
8585 struct mlx5_ifc_initial_seg_bits {
8586 u8 fw_rev_minor[0x10];
8587 u8 fw_rev_major[0x10];
8589 u8 cmd_interface_rev[0x10];
8590 u8 fw_rev_subminor[0x10];
8592 u8 reserved_at_40[0x40];
8594 u8 cmdq_phy_addr_63_32[0x20];
8596 u8 cmdq_phy_addr_31_12[0x14];
8597 u8 reserved_at_b4[0x2];
8598 u8 nic_interface[0x2];
8599 u8 log_cmdq_size[0x4];
8600 u8 log_cmdq_stride[0x4];
8602 u8 command_doorbell_vector[0x20];
8604 u8 reserved_at_e0[0xf00];
8606 u8 initializing[0x1];
8607 u8 reserved_at_fe1[0x4];
8608 u8 nic_interface_supported[0x3];
8609 u8 reserved_at_fe8[0x18];
8611 struct mlx5_ifc_health_buffer_bits health_buffer;
8613 u8 no_dram_nic_offset[0x20];
8615 u8 reserved_at_1220[0x6e40];
8617 u8 reserved_at_8060[0x1f];
8620 u8 health_syndrome[0x8];
8621 u8 health_counter[0x18];
8623 u8 reserved_at_80a0[0x17fc0];
8626 struct mlx5_ifc_mtpps_reg_bits {
8627 u8 reserved_at_0[0xc];
8628 u8 cap_number_of_pps_pins[0x4];
8629 u8 reserved_at_10[0x4];
8630 u8 cap_max_num_of_pps_in_pins[0x4];
8631 u8 reserved_at_18[0x4];
8632 u8 cap_max_num_of_pps_out_pins[0x4];
8634 u8 reserved_at_20[0x24];
8635 u8 cap_pin_3_mode[0x4];
8636 u8 reserved_at_48[0x4];
8637 u8 cap_pin_2_mode[0x4];
8638 u8 reserved_at_50[0x4];
8639 u8 cap_pin_1_mode[0x4];
8640 u8 reserved_at_58[0x4];
8641 u8 cap_pin_0_mode[0x4];
8643 u8 reserved_at_60[0x4];
8644 u8 cap_pin_7_mode[0x4];
8645 u8 reserved_at_68[0x4];
8646 u8 cap_pin_6_mode[0x4];
8647 u8 reserved_at_70[0x4];
8648 u8 cap_pin_5_mode[0x4];
8649 u8 reserved_at_78[0x4];
8650 u8 cap_pin_4_mode[0x4];
8652 u8 field_select[0x20];
8653 u8 reserved_at_a0[0x60];
8656 u8 reserved_at_101[0xb];
8658 u8 reserved_at_110[0x4];
8662 u8 reserved_at_120[0x20];
8664 u8 time_stamp[0x40];
8666 u8 out_pulse_duration[0x10];
8667 u8 out_periodic_adjustment[0x10];
8668 u8 enhanced_out_periodic_adjustment[0x20];
8670 u8 reserved_at_1c0[0x20];
8673 struct mlx5_ifc_mtppse_reg_bits {
8674 u8 reserved_at_0[0x18];
8677 u8 reserved_at_21[0x1b];
8678 u8 event_generation_mode[0x4];
8679 u8 reserved_at_40[0x40];
8682 struct mlx5_ifc_mcqi_cap_bits {
8683 u8 supported_info_bitmask[0x20];
8685 u8 component_size[0x20];
8687 u8 max_component_size[0x20];
8689 u8 log_mcda_word_size[0x4];
8690 u8 reserved_at_64[0xc];
8691 u8 mcda_max_write_size[0x10];
8694 u8 reserved_at_81[0x1];
8695 u8 match_chip_id[0x1];
8697 u8 check_user_timestamp[0x1];
8698 u8 match_base_guid_mac[0x1];
8699 u8 reserved_at_86[0x1a];
8702 struct mlx5_ifc_mcqi_reg_bits {
8703 u8 read_pending_component[0x1];
8704 u8 reserved_at_1[0xf];
8705 u8 component_index[0x10];
8707 u8 reserved_at_20[0x20];
8709 u8 reserved_at_40[0x1b];
8716 u8 reserved_at_a0[0x10];
8722 struct mlx5_ifc_mcc_reg_bits {
8723 u8 reserved_at_0[0x4];
8724 u8 time_elapsed_since_last_cmd[0xc];
8725 u8 reserved_at_10[0x8];
8726 u8 instruction[0x8];
8728 u8 reserved_at_20[0x10];
8729 u8 component_index[0x10];
8731 u8 reserved_at_40[0x8];
8732 u8 update_handle[0x18];
8734 u8 handle_owner_type[0x4];
8735 u8 handle_owner_host_id[0x4];
8736 u8 reserved_at_68[0x1];
8737 u8 control_progress[0x7];
8739 u8 reserved_at_78[0x4];
8740 u8 control_state[0x4];
8742 u8 component_size[0x20];
8744 u8 reserved_at_a0[0x60];
8747 struct mlx5_ifc_mcda_reg_bits {
8748 u8 reserved_at_0[0x8];
8749 u8 update_handle[0x18];
8753 u8 reserved_at_40[0x10];
8756 u8 reserved_at_60[0x20];
8761 union mlx5_ifc_ports_control_registers_document_bits {
8762 struct mlx5_ifc_bufferx_reg_bits bufferx_reg;
8763 struct mlx5_ifc_eth_2819_cntrs_grp_data_layout_bits eth_2819_cntrs_grp_data_layout;
8764 struct mlx5_ifc_eth_2863_cntrs_grp_data_layout_bits eth_2863_cntrs_grp_data_layout;
8765 struct mlx5_ifc_eth_3635_cntrs_grp_data_layout_bits eth_3635_cntrs_grp_data_layout;
8766 struct mlx5_ifc_eth_802_3_cntrs_grp_data_layout_bits eth_802_3_cntrs_grp_data_layout;
8767 struct mlx5_ifc_eth_extended_cntrs_grp_data_layout_bits eth_extended_cntrs_grp_data_layout;
8768 struct mlx5_ifc_eth_per_prio_grp_data_layout_bits eth_per_prio_grp_data_layout;
8769 struct mlx5_ifc_eth_per_traffic_grp_data_layout_bits eth_per_traffic_grp_data_layout;
8770 struct mlx5_ifc_lane_2_module_mapping_bits lane_2_module_mapping;
8771 struct mlx5_ifc_pamp_reg_bits pamp_reg;
8772 struct mlx5_ifc_paos_reg_bits paos_reg;
8773 struct mlx5_ifc_pcap_reg_bits pcap_reg;
8774 struct mlx5_ifc_peir_reg_bits peir_reg;
8775 struct mlx5_ifc_pelc_reg_bits pelc_reg;
8776 struct mlx5_ifc_pfcc_reg_bits pfcc_reg;
8777 struct mlx5_ifc_ib_port_cntrs_grp_data_layout_bits ib_port_cntrs_grp_data_layout;
8778 struct mlx5_ifc_phys_layer_cntrs_bits phys_layer_cntrs;
8779 struct mlx5_ifc_pifr_reg_bits pifr_reg;
8780 struct mlx5_ifc_pipg_reg_bits pipg_reg;
8781 struct mlx5_ifc_plbf_reg_bits plbf_reg;
8782 struct mlx5_ifc_plib_reg_bits plib_reg;
8783 struct mlx5_ifc_plpc_reg_bits plpc_reg;
8784 struct mlx5_ifc_pmaos_reg_bits pmaos_reg;
8785 struct mlx5_ifc_pmlp_reg_bits pmlp_reg;
8786 struct mlx5_ifc_pmlpn_reg_bits pmlpn_reg;
8787 struct mlx5_ifc_pmpc_reg_bits pmpc_reg;
8788 struct mlx5_ifc_pmpe_reg_bits pmpe_reg;
8789 struct mlx5_ifc_pmpr_reg_bits pmpr_reg;
8790 struct mlx5_ifc_pmtu_reg_bits pmtu_reg;
8791 struct mlx5_ifc_ppad_reg_bits ppad_reg;
8792 struct mlx5_ifc_ppcnt_reg_bits ppcnt_reg;
8793 struct mlx5_ifc_mpcnt_reg_bits mpcnt_reg;
8794 struct mlx5_ifc_pplm_reg_bits pplm_reg;
8795 struct mlx5_ifc_pplr_reg_bits pplr_reg;
8796 struct mlx5_ifc_ppsc_reg_bits ppsc_reg;
8797 struct mlx5_ifc_pqdr_reg_bits pqdr_reg;
8798 struct mlx5_ifc_pspa_reg_bits pspa_reg;
8799 struct mlx5_ifc_ptas_reg_bits ptas_reg;
8800 struct mlx5_ifc_ptys_reg_bits ptys_reg;
8801 struct mlx5_ifc_mlcr_reg_bits mlcr_reg;
8802 struct mlx5_ifc_pude_reg_bits pude_reg;
8803 struct mlx5_ifc_pvlc_reg_bits pvlc_reg;
8804 struct mlx5_ifc_slrg_reg_bits slrg_reg;
8805 struct mlx5_ifc_sltp_reg_bits sltp_reg;
8806 struct mlx5_ifc_mtpps_reg_bits mtpps_reg;
8807 struct mlx5_ifc_mtppse_reg_bits mtppse_reg;
8808 struct mlx5_ifc_fpga_access_reg_bits fpga_access_reg;
8809 struct mlx5_ifc_fpga_ctrl_bits fpga_ctrl_bits;
8810 struct mlx5_ifc_fpga_cap_bits fpga_cap_bits;
8811 struct mlx5_ifc_mcqi_reg_bits mcqi_reg;
8812 struct mlx5_ifc_mcc_reg_bits mcc_reg;
8813 struct mlx5_ifc_mcda_reg_bits mcda_reg;
8814 u8 reserved_at_0[0x60e0];
8817 union mlx5_ifc_debug_enhancements_document_bits {
8818 struct mlx5_ifc_health_buffer_bits health_buffer;
8819 u8 reserved_at_0[0x200];
8822 union mlx5_ifc_uplink_pci_interface_document_bits {
8823 struct mlx5_ifc_initial_seg_bits initial_seg;
8824 u8 reserved_at_0[0x20060];
8827 struct mlx5_ifc_set_flow_table_root_out_bits {
8829 u8 reserved_at_8[0x18];
8833 u8 reserved_at_40[0x40];
8836 struct mlx5_ifc_set_flow_table_root_in_bits {
8838 u8 reserved_at_10[0x10];
8840 u8 reserved_at_20[0x10];
8843 u8 other_vport[0x1];
8844 u8 reserved_at_41[0xf];
8845 u8 vport_number[0x10];
8847 u8 reserved_at_60[0x20];
8850 u8 reserved_at_88[0x18];
8852 u8 reserved_at_a0[0x8];
8855 u8 reserved_at_c0[0x8];
8856 u8 underlay_qpn[0x18];
8857 u8 reserved_at_e0[0x120];
8861 MLX5_MODIFY_FLOW_TABLE_MISS_TABLE_ID = (1UL << 0),
8862 MLX5_MODIFY_FLOW_TABLE_LAG_NEXT_TABLE_ID = (1UL << 15),
8865 struct mlx5_ifc_modify_flow_table_out_bits {
8867 u8 reserved_at_8[0x18];
8871 u8 reserved_at_40[0x40];
8874 struct mlx5_ifc_modify_flow_table_in_bits {
8876 u8 reserved_at_10[0x10];
8878 u8 reserved_at_20[0x10];
8881 u8 other_vport[0x1];
8882 u8 reserved_at_41[0xf];
8883 u8 vport_number[0x10];
8885 u8 reserved_at_60[0x10];
8886 u8 modify_field_select[0x10];
8889 u8 reserved_at_88[0x18];
8891 u8 reserved_at_a0[0x8];
8894 struct mlx5_ifc_flow_table_context_bits flow_table_context;
8897 struct mlx5_ifc_ets_tcn_config_reg_bits {
8901 u8 reserved_at_3[0x9];
8903 u8 reserved_at_10[0x9];
8904 u8 bw_allocation[0x7];
8906 u8 reserved_at_20[0xc];
8907 u8 max_bw_units[0x4];
8908 u8 reserved_at_30[0x8];
8909 u8 max_bw_value[0x8];
8912 struct mlx5_ifc_ets_global_config_reg_bits {
8913 u8 reserved_at_0[0x2];
8915 u8 reserved_at_3[0x1d];
8917 u8 reserved_at_20[0xc];
8918 u8 max_bw_units[0x4];
8919 u8 reserved_at_30[0x8];
8920 u8 max_bw_value[0x8];
8923 struct mlx5_ifc_qetc_reg_bits {
8924 u8 reserved_at_0[0x8];
8925 u8 port_number[0x8];
8926 u8 reserved_at_10[0x30];
8928 struct mlx5_ifc_ets_tcn_config_reg_bits tc_configuration[0x8];
8929 struct mlx5_ifc_ets_global_config_reg_bits global_configuration;
8932 struct mlx5_ifc_qpdpm_dscp_reg_bits {
8934 u8 reserved_at_01[0x0b];
8938 struct mlx5_ifc_qpdpm_reg_bits {
8939 u8 reserved_at_0[0x8];
8941 u8 reserved_at_10[0x10];
8942 struct mlx5_ifc_qpdpm_dscp_reg_bits dscp[64];
8945 struct mlx5_ifc_qpts_reg_bits {
8946 u8 reserved_at_0[0x8];
8948 u8 reserved_at_10[0x2d];
8949 u8 trust_state[0x3];
8952 struct mlx5_ifc_pptb_reg_bits {
8953 u8 reserved_at_0[0x2];
8955 u8 reserved_at_4[0x4];
8957 u8 reserved_at_10[0x6];
8962 u8 prio_x_buff[0x20];
8965 u8 reserved_at_48[0x10];
8967 u8 untagged_buff[0x4];
8970 struct mlx5_ifc_pbmc_reg_bits {
8971 u8 reserved_at_0[0x8];
8973 u8 reserved_at_10[0x10];
8975 u8 xoff_timer_value[0x10];
8976 u8 xoff_refresh[0x10];
8978 u8 reserved_at_40[0x9];
8979 u8 fullness_threshold[0x7];
8980 u8 port_buffer_size[0x10];
8982 struct mlx5_ifc_bufferx_reg_bits buffer[10];
8984 u8 reserved_at_2e0[0x40];
8987 struct mlx5_ifc_qtct_reg_bits {
8988 u8 reserved_at_0[0x8];
8989 u8 port_number[0x8];
8990 u8 reserved_at_10[0xd];
8993 u8 reserved_at_20[0x1d];
8997 struct mlx5_ifc_mcia_reg_bits {
8999 u8 reserved_at_1[0x7];
9001 u8 reserved_at_10[0x8];
9004 u8 i2c_device_address[0x8];
9005 u8 page_number[0x8];
9006 u8 device_address[0x10];
9008 u8 reserved_at_40[0x10];
9011 u8 reserved_at_60[0x20];
9027 struct mlx5_ifc_dcbx_param_bits {
9028 u8 dcbx_cee_cap[0x1];
9029 u8 dcbx_ieee_cap[0x1];
9030 u8 dcbx_standby_cap[0x1];
9031 u8 reserved_at_0[0x5];
9032 u8 port_number[0x8];
9033 u8 reserved_at_10[0xa];
9034 u8 max_application_table_size[6];
9035 u8 reserved_at_20[0x15];
9036 u8 version_oper[0x3];
9037 u8 reserved_at_38[5];
9038 u8 version_admin[0x3];
9039 u8 willing_admin[0x1];
9040 u8 reserved_at_41[0x3];
9041 u8 pfc_cap_oper[0x4];
9042 u8 reserved_at_48[0x4];
9043 u8 pfc_cap_admin[0x4];
9044 u8 reserved_at_50[0x4];
9045 u8 num_of_tc_oper[0x4];
9046 u8 reserved_at_58[0x4];
9047 u8 num_of_tc_admin[0x4];
9048 u8 remote_willing[0x1];
9049 u8 reserved_at_61[3];
9050 u8 remote_pfc_cap[4];
9051 u8 reserved_at_68[0x14];
9052 u8 remote_num_of_tc[0x4];
9053 u8 reserved_at_80[0x18];
9055 u8 reserved_at_a0[0x160];
9058 struct mlx5_ifc_lagc_bits {
9059 u8 reserved_at_0[0x1d];
9062 u8 reserved_at_20[0x14];
9063 u8 tx_remap_affinity_2[0x4];
9064 u8 reserved_at_38[0x4];
9065 u8 tx_remap_affinity_1[0x4];
9068 struct mlx5_ifc_create_lag_out_bits {
9070 u8 reserved_at_8[0x18];
9074 u8 reserved_at_40[0x40];
9077 struct mlx5_ifc_create_lag_in_bits {
9079 u8 reserved_at_10[0x10];
9081 u8 reserved_at_20[0x10];
9084 struct mlx5_ifc_lagc_bits ctx;
9087 struct mlx5_ifc_modify_lag_out_bits {
9089 u8 reserved_at_8[0x18];
9093 u8 reserved_at_40[0x40];
9096 struct mlx5_ifc_modify_lag_in_bits {
9098 u8 reserved_at_10[0x10];
9100 u8 reserved_at_20[0x10];
9103 u8 reserved_at_40[0x20];
9104 u8 field_select[0x20];
9106 struct mlx5_ifc_lagc_bits ctx;
9109 struct mlx5_ifc_query_lag_out_bits {
9111 u8 reserved_at_8[0x18];
9115 u8 reserved_at_40[0x40];
9117 struct mlx5_ifc_lagc_bits ctx;
9120 struct mlx5_ifc_query_lag_in_bits {
9122 u8 reserved_at_10[0x10];
9124 u8 reserved_at_20[0x10];
9127 u8 reserved_at_40[0x40];
9130 struct mlx5_ifc_destroy_lag_out_bits {
9132 u8 reserved_at_8[0x18];
9136 u8 reserved_at_40[0x40];
9139 struct mlx5_ifc_destroy_lag_in_bits {
9141 u8 reserved_at_10[0x10];
9143 u8 reserved_at_20[0x10];
9146 u8 reserved_at_40[0x40];
9149 struct mlx5_ifc_create_vport_lag_out_bits {
9151 u8 reserved_at_8[0x18];
9155 u8 reserved_at_40[0x40];
9158 struct mlx5_ifc_create_vport_lag_in_bits {
9160 u8 reserved_at_10[0x10];
9162 u8 reserved_at_20[0x10];
9165 u8 reserved_at_40[0x40];
9168 struct mlx5_ifc_destroy_vport_lag_out_bits {
9170 u8 reserved_at_8[0x18];
9174 u8 reserved_at_40[0x40];
9177 struct mlx5_ifc_destroy_vport_lag_in_bits {
9179 u8 reserved_at_10[0x10];
9181 u8 reserved_at_20[0x10];
9184 u8 reserved_at_40[0x40];
9187 struct mlx5_ifc_alloc_memic_in_bits {
9189 u8 reserved_at_10[0x10];
9191 u8 reserved_at_20[0x10];
9194 u8 reserved_at_30[0x20];
9196 u8 reserved_at_40[0x18];
9197 u8 log_memic_addr_alignment[0x8];
9199 u8 range_start_addr[0x40];
9201 u8 range_size[0x20];
9203 u8 memic_size[0x20];
9206 struct mlx5_ifc_alloc_memic_out_bits {
9208 u8 reserved_at_8[0x18];
9212 u8 memic_start_addr[0x40];
9215 struct mlx5_ifc_dealloc_memic_in_bits {
9217 u8 reserved_at_10[0x10];
9219 u8 reserved_at_20[0x10];
9222 u8 reserved_at_40[0x40];
9224 u8 memic_start_addr[0x40];
9226 u8 memic_size[0x20];
9228 u8 reserved_at_e0[0x20];
9231 struct mlx5_ifc_dealloc_memic_out_bits {
9233 u8 reserved_at_8[0x18];
9237 u8 reserved_at_40[0x40];
9240 struct mlx5_ifc_general_obj_in_cmd_hdr_bits {
9244 u8 reserved_at_20[0x10];
9249 u8 reserved_at_60[0x20];
9252 struct mlx5_ifc_general_obj_out_cmd_hdr_bits {
9254 u8 reserved_at_8[0x18];
9260 u8 reserved_at_60[0x20];
9263 struct mlx5_ifc_umem_bits {
9264 u8 modify_field_select[0x40];
9266 u8 reserved_at_40[0x5b];
9267 u8 log_page_size[0x5];
9269 u8 page_offset[0x20];
9271 u8 num_of_mtt[0x40];
9273 struct mlx5_ifc_mtt_bits mtt[0];
9276 struct mlx5_ifc_uctx_bits {
9277 u8 modify_field_select[0x40];
9279 u8 reserved_at_40[0x1c0];
9282 struct mlx5_ifc_create_umem_in_bits {
9283 struct mlx5_ifc_general_obj_in_cmd_hdr_bits hdr;
9284 struct mlx5_ifc_umem_bits umem;
9287 struct mlx5_ifc_create_uctx_in_bits {
9288 struct mlx5_ifc_general_obj_in_cmd_hdr_bits hdr;
9289 struct mlx5_ifc_uctx_bits uctx;
9292 struct mlx5_ifc_mtrc_string_db_param_bits {
9293 u8 string_db_base_address[0x20];
9295 u8 reserved_at_20[0x8];
9296 u8 string_db_size[0x18];
9299 struct mlx5_ifc_mtrc_cap_bits {
9300 u8 trace_owner[0x1];
9301 u8 trace_to_memory[0x1];
9302 u8 reserved_at_2[0x4];
9304 u8 reserved_at_8[0x14];
9305 u8 num_string_db[0x4];
9307 u8 first_string_trace[0x8];
9308 u8 num_string_trace[0x8];
9309 u8 reserved_at_30[0x28];
9311 u8 log_max_trace_buffer_size[0x8];
9313 u8 reserved_at_60[0x20];
9315 struct mlx5_ifc_mtrc_string_db_param_bits string_db_param[8];
9317 u8 reserved_at_280[0x180];
9320 struct mlx5_ifc_mtrc_conf_bits {
9321 u8 reserved_at_0[0x1c];
9323 u8 reserved_at_20[0x18];
9324 u8 log_trace_buffer_size[0x8];
9325 u8 trace_mkey[0x20];
9326 u8 reserved_at_60[0x3a0];
9329 struct mlx5_ifc_mtrc_stdb_bits {
9330 u8 string_db_index[0x4];
9331 u8 reserved_at_4[0x4];
9333 u8 start_offset[0x20];
9334 u8 string_db_data[0];
9337 struct mlx5_ifc_mtrc_ctrl_bits {
9338 u8 trace_status[0x2];
9339 u8 reserved_at_2[0x2];
9341 u8 reserved_at_5[0xb];
9342 u8 modify_field_select[0x10];
9343 u8 reserved_at_20[0x2b];
9344 u8 current_timestamp52_32[0x15];
9345 u8 current_timestamp31_0[0x20];
9346 u8 reserved_at_80[0x180];
9349 #endif /* MLX5_IFC_H */