linux/include/linux/mlx5/mlx5_ifc.h
<<
>>
Prefs
   1/*
   2 * Copyright (c) 2013-2015, Mellanox Technologies, Ltd.  All rights reserved.
   3 *
   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:
   9 *
  10 *     Redistribution and use in source and binary forms, with or
  11 *     without modification, are permitted provided that the following
  12 *     conditions are met:
  13 *
  14 *      - Redistributions of source code must retain the above
  15 *        copyright notice, this list of conditions and the following
  16 *        disclaimer.
  17 *
  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.
  22 *
  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
  30 * SOFTWARE.
  31*/
  32#ifndef MLX5_IFC_H
  33#define MLX5_IFC_H
  34
  35#include "mlx5_ifc_fpga.h"
  36
  37enum {
  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};
  64
  65enum {
  66        MLX5_MODIFY_TIR_BITMASK_LRO                   = 0x0,
  67        MLX5_MODIFY_TIR_BITMASK_INDIRECT_TABLE        = 0x1,
  68        MLX5_MODIFY_TIR_BITMASK_HASH                  = 0x2,
  69        MLX5_MODIFY_TIR_BITMASK_TUNNELED_OFFLOAD_EN   = 0x3
  70};
  71
  72enum {
  73        MLX5_SET_HCA_CAP_OP_MOD_GENERAL_DEVICE        = 0x0,
  74        MLX5_SET_HCA_CAP_OP_MOD_ATOMIC                = 0x3,
  75};
  76
  77enum {
  78        MLX5_CMD_OP_QUERY_HCA_CAP                 = 0x100,
  79        MLX5_CMD_OP_QUERY_ADAPTER                 = 0x101,
  80        MLX5_CMD_OP_INIT_HCA                      = 0x102,
  81        MLX5_CMD_OP_TEARDOWN_HCA                  = 0x103,
  82        MLX5_CMD_OP_ENABLE_HCA                    = 0x104,
  83        MLX5_CMD_OP_DISABLE_HCA                   = 0x105,
  84        MLX5_CMD_OP_QUERY_PAGES                   = 0x107,
  85        MLX5_CMD_OP_MANAGE_PAGES                  = 0x108,
  86        MLX5_CMD_OP_SET_HCA_CAP                   = 0x109,
  87        MLX5_CMD_OP_QUERY_ISSI                    = 0x10a,
  88        MLX5_CMD_OP_SET_ISSI                      = 0x10b,
  89        MLX5_CMD_OP_SET_DRIVER_VERSION            = 0x10d,
  90        MLX5_CMD_OP_CREATE_MKEY                   = 0x200,
  91        MLX5_CMD_OP_QUERY_MKEY                    = 0x201,
  92        MLX5_CMD_OP_DESTROY_MKEY                  = 0x202,
  93        MLX5_CMD_OP_QUERY_SPECIAL_CONTEXTS        = 0x203,
  94        MLX5_CMD_OP_PAGE_FAULT_RESUME             = 0x204,
  95        MLX5_CMD_OP_CREATE_EQ                     = 0x301,
  96        MLX5_CMD_OP_DESTROY_EQ                    = 0x302,
  97        MLX5_CMD_OP_QUERY_EQ                      = 0x303,
  98        MLX5_CMD_OP_GEN_EQE                       = 0x304,
  99        MLX5_CMD_OP_CREATE_CQ                     = 0x400,
 100        MLX5_CMD_OP_DESTROY_CQ                    = 0x401,
 101        MLX5_CMD_OP_QUERY_CQ                      = 0x402,
 102        MLX5_CMD_OP_MODIFY_CQ                     = 0x403,
 103        MLX5_CMD_OP_CREATE_QP                     = 0x500,
 104        MLX5_CMD_OP_DESTROY_QP                    = 0x501,
 105        MLX5_CMD_OP_RST2INIT_QP                   = 0x502,
 106        MLX5_CMD_OP_INIT2RTR_QP                   = 0x503,
 107        MLX5_CMD_OP_RTR2RTS_QP                    = 0x504,
 108        MLX5_CMD_OP_RTS2RTS_QP                    = 0x505,
 109        MLX5_CMD_OP_SQERR2RTS_QP                  = 0x506,
 110        MLX5_CMD_OP_2ERR_QP                       = 0x507,
 111        MLX5_CMD_OP_2RST_QP                       = 0x50a,
 112        MLX5_CMD_OP_QUERY_QP                      = 0x50b,
 113        MLX5_CMD_OP_SQD_RTS_QP                    = 0x50c,
 114        MLX5_CMD_OP_INIT2INIT_QP                  = 0x50e,
 115        MLX5_CMD_OP_CREATE_PSV                    = 0x600,
 116        MLX5_CMD_OP_DESTROY_PSV                   = 0x601,
 117        MLX5_CMD_OP_CREATE_SRQ                    = 0x700,
 118        MLX5_CMD_OP_DESTROY_SRQ                   = 0x701,
 119        MLX5_CMD_OP_QUERY_SRQ                     = 0x702,
 120        MLX5_CMD_OP_ARM_RQ                        = 0x703,
 121        MLX5_CMD_OP_CREATE_XRC_SRQ                = 0x705,
 122        MLX5_CMD_OP_DESTROY_XRC_SRQ               = 0x706,
 123        MLX5_CMD_OP_QUERY_XRC_SRQ                 = 0x707,
 124        MLX5_CMD_OP_ARM_XRC_SRQ                   = 0x708,
 125        MLX5_CMD_OP_CREATE_DCT                    = 0x710,
 126        MLX5_CMD_OP_DESTROY_DCT                   = 0x711,
 127        MLX5_CMD_OP_DRAIN_DCT                     = 0x712,
 128        MLX5_CMD_OP_QUERY_DCT                     = 0x713,
 129        MLX5_CMD_OP_ARM_DCT_FOR_KEY_VIOLATION     = 0x714,
 130        MLX5_CMD_OP_CREATE_XRQ                    = 0x717,
 131        MLX5_CMD_OP_DESTROY_XRQ                   = 0x718,
 132        MLX5_CMD_OP_QUERY_XRQ                     = 0x719,
 133        MLX5_CMD_OP_ARM_XRQ                       = 0x71a,
 134        MLX5_CMD_OP_QUERY_VPORT_STATE             = 0x750,
 135        MLX5_CMD_OP_MODIFY_VPORT_STATE            = 0x751,
 136        MLX5_CMD_OP_QUERY_ESW_VPORT_CONTEXT       = 0x752,
 137        MLX5_CMD_OP_MODIFY_ESW_VPORT_CONTEXT      = 0x753,
 138        MLX5_CMD_OP_QUERY_NIC_VPORT_CONTEXT       = 0x754,
 139        MLX5_CMD_OP_MODIFY_NIC_VPORT_CONTEXT      = 0x755,
 140        MLX5_CMD_OP_QUERY_ROCE_ADDRESS            = 0x760,
 141        MLX5_CMD_OP_SET_ROCE_ADDRESS              = 0x761,
 142        MLX5_CMD_OP_QUERY_HCA_VPORT_CONTEXT       = 0x762,
 143        MLX5_CMD_OP_MODIFY_HCA_VPORT_CONTEXT      = 0x763,
 144        MLX5_CMD_OP_QUERY_HCA_VPORT_GID           = 0x764,
 145        MLX5_CMD_OP_QUERY_HCA_VPORT_PKEY          = 0x765,
 146        MLX5_CMD_OP_QUERY_VPORT_COUNTER           = 0x770,
 147        MLX5_CMD_OP_ALLOC_Q_COUNTER               = 0x771,
 148        MLX5_CMD_OP_DEALLOC_Q_COUNTER             = 0x772,
 149        MLX5_CMD_OP_QUERY_Q_COUNTER               = 0x773,
 150        MLX5_CMD_OP_SET_RATE_LIMIT                = 0x780,
 151        MLX5_CMD_OP_QUERY_RATE_LIMIT              = 0x781,
 152        MLX5_CMD_OP_CREATE_SCHEDULING_ELEMENT      = 0x782,
 153        MLX5_CMD_OP_DESTROY_SCHEDULING_ELEMENT     = 0x783,
 154        MLX5_CMD_OP_QUERY_SCHEDULING_ELEMENT       = 0x784,
 155        MLX5_CMD_OP_MODIFY_SCHEDULING_ELEMENT      = 0x785,
 156        MLX5_CMD_OP_CREATE_QOS_PARA_VPORT         = 0x786,
 157        MLX5_CMD_OP_DESTROY_QOS_PARA_VPORT        = 0x787,
 158        MLX5_CMD_OP_ALLOC_PD                      = 0x800,
 159        MLX5_CMD_OP_DEALLOC_PD                    = 0x801,
 160        MLX5_CMD_OP_ALLOC_UAR                     = 0x802,
 161        MLX5_CMD_OP_DEALLOC_UAR                   = 0x803,
 162        MLX5_CMD_OP_CONFIG_INT_MODERATION         = 0x804,
 163        MLX5_CMD_OP_ACCESS_REG                    = 0x805,
 164        MLX5_CMD_OP_ATTACH_TO_MCG                 = 0x806,
 165        MLX5_CMD_OP_DETACH_FROM_MCG               = 0x807,
 166        MLX5_CMD_OP_GET_DROPPED_PACKET_LOG        = 0x80a,
 167        MLX5_CMD_OP_MAD_IFC                       = 0x50d,
 168        MLX5_CMD_OP_QUERY_MAD_DEMUX               = 0x80b,
 169        MLX5_CMD_OP_SET_MAD_DEMUX                 = 0x80c,
 170        MLX5_CMD_OP_NOP                           = 0x80d,
 171        MLX5_CMD_OP_ALLOC_XRCD                    = 0x80e,
 172        MLX5_CMD_OP_DEALLOC_XRCD                  = 0x80f,
 173        MLX5_CMD_OP_ALLOC_TRANSPORT_DOMAIN        = 0x816,
 174        MLX5_CMD_OP_DEALLOC_TRANSPORT_DOMAIN      = 0x817,
 175        MLX5_CMD_OP_QUERY_CONG_STATUS             = 0x822,
 176        MLX5_CMD_OP_MODIFY_CONG_STATUS            = 0x823,
 177        MLX5_CMD_OP_QUERY_CONG_PARAMS             = 0x824,
 178        MLX5_CMD_OP_MODIFY_CONG_PARAMS            = 0x825,
 179        MLX5_CMD_OP_QUERY_CONG_STATISTICS         = 0x826,
 180        MLX5_CMD_OP_ADD_VXLAN_UDP_DPORT           = 0x827,
 181        MLX5_CMD_OP_DELETE_VXLAN_UDP_DPORT        = 0x828,
 182        MLX5_CMD_OP_SET_L2_TABLE_ENTRY            = 0x829,
 183        MLX5_CMD_OP_QUERY_L2_TABLE_ENTRY          = 0x82a,
 184        MLX5_CMD_OP_DELETE_L2_TABLE_ENTRY         = 0x82b,
 185        MLX5_CMD_OP_SET_WOL_ROL                   = 0x830,
 186        MLX5_CMD_OP_QUERY_WOL_ROL                 = 0x831,
 187        MLX5_CMD_OP_CREATE_LAG                    = 0x840,
 188        MLX5_CMD_OP_MODIFY_LAG                    = 0x841,
 189        MLX5_CMD_OP_QUERY_LAG                     = 0x842,
 190        MLX5_CMD_OP_DESTROY_LAG                   = 0x843,
 191        MLX5_CMD_OP_CREATE_VPORT_LAG              = 0x844,
 192        MLX5_CMD_OP_DESTROY_VPORT_LAG             = 0x845,
 193        MLX5_CMD_OP_CREATE_TIR                    = 0x900,
 194        MLX5_CMD_OP_MODIFY_TIR                    = 0x901,
 195        MLX5_CMD_OP_DESTROY_TIR                   = 0x902,
 196        MLX5_CMD_OP_QUERY_TIR                     = 0x903,
 197        MLX5_CMD_OP_CREATE_SQ                     = 0x904,
 198        MLX5_CMD_OP_MODIFY_SQ                     = 0x905,
 199        MLX5_CMD_OP_DESTROY_SQ                    = 0x906,
 200        MLX5_CMD_OP_QUERY_SQ                      = 0x907,
 201        MLX5_CMD_OP_CREATE_RQ                     = 0x908,
 202        MLX5_CMD_OP_MODIFY_RQ                     = 0x909,
 203        MLX5_CMD_OP_SET_DELAY_DROP_PARAMS         = 0x910,
 204        MLX5_CMD_OP_DESTROY_RQ                    = 0x90a,
 205        MLX5_CMD_OP_QUERY_RQ                      = 0x90b,
 206        MLX5_CMD_OP_CREATE_RMP                    = 0x90c,
 207        MLX5_CMD_OP_MODIFY_RMP                    = 0x90d,
 208        MLX5_CMD_OP_DESTROY_RMP                   = 0x90e,
 209        MLX5_CMD_OP_QUERY_RMP                     = 0x90f,
 210        MLX5_CMD_OP_CREATE_TIS                    = 0x912,
 211        MLX5_CMD_OP_MODIFY_TIS                    = 0x913,
 212        MLX5_CMD_OP_DESTROY_TIS                   = 0x914,
 213        MLX5_CMD_OP_QUERY_TIS                     = 0x915,
 214        MLX5_CMD_OP_CREATE_RQT                    = 0x916,
 215        MLX5_CMD_OP_MODIFY_RQT                    = 0x917,
 216        MLX5_CMD_OP_DESTROY_RQT                   = 0x918,
 217        MLX5_CMD_OP_QUERY_RQT                     = 0x919,
 218        MLX5_CMD_OP_SET_FLOW_TABLE_ROOT           = 0x92f,
 219        MLX5_CMD_OP_CREATE_FLOW_TABLE             = 0x930,
 220        MLX5_CMD_OP_DESTROY_FLOW_TABLE            = 0x931,
 221        MLX5_CMD_OP_QUERY_FLOW_TABLE              = 0x932,
 222        MLX5_CMD_OP_CREATE_FLOW_GROUP             = 0x933,
 223        MLX5_CMD_OP_DESTROY_FLOW_GROUP            = 0x934,
 224        MLX5_CMD_OP_QUERY_FLOW_GROUP              = 0x935,
 225        MLX5_CMD_OP_SET_FLOW_TABLE_ENTRY          = 0x936,
 226        MLX5_CMD_OP_QUERY_FLOW_TABLE_ENTRY        = 0x937,
 227        MLX5_CMD_OP_DELETE_FLOW_TABLE_ENTRY       = 0x938,
 228        MLX5_CMD_OP_ALLOC_FLOW_COUNTER            = 0x939,
 229        MLX5_CMD_OP_DEALLOC_FLOW_COUNTER          = 0x93a,
 230        MLX5_CMD_OP_QUERY_FLOW_COUNTER            = 0x93b,
 231        MLX5_CMD_OP_MODIFY_FLOW_TABLE             = 0x93c,
 232        MLX5_CMD_OP_ALLOC_ENCAP_HEADER            = 0x93d,
 233        MLX5_CMD_OP_DEALLOC_ENCAP_HEADER          = 0x93e,
 234        MLX5_CMD_OP_ALLOC_MODIFY_HEADER_CONTEXT   = 0x940,
 235        MLX5_CMD_OP_DEALLOC_MODIFY_HEADER_CONTEXT = 0x941,
 236        MLX5_CMD_OP_FPGA_CREATE_QP                = 0x960,
 237        MLX5_CMD_OP_FPGA_MODIFY_QP                = 0x961,
 238        MLX5_CMD_OP_FPGA_QUERY_QP                 = 0x962,
 239        MLX5_CMD_OP_FPGA_DESTROY_QP               = 0x963,
 240        MLX5_CMD_OP_FPGA_QUERY_QP_COUNTERS        = 0x964,
 241        MLX5_CMD_OP_MAX
 242};
 243
 244struct mlx5_ifc_flow_table_fields_supported_bits {
 245        u8         outer_dmac[0x1];
 246        u8         outer_smac[0x1];
 247        u8         outer_ether_type[0x1];
 248        u8         outer_ip_version[0x1];
 249        u8         outer_first_prio[0x1];
 250        u8         outer_first_cfi[0x1];
 251        u8         outer_first_vid[0x1];
 252        u8         outer_ipv4_ttl[0x1];
 253        u8         outer_second_prio[0x1];
 254        u8         outer_second_cfi[0x1];
 255        u8         outer_second_vid[0x1];
 256        u8         reserved_at_b[0x1];
 257        u8         outer_sip[0x1];
 258        u8         outer_dip[0x1];
 259        u8         outer_frag[0x1];
 260        u8         outer_ip_protocol[0x1];
 261        u8         outer_ip_ecn[0x1];
 262        u8         outer_ip_dscp[0x1];
 263        u8         outer_udp_sport[0x1];
 264        u8         outer_udp_dport[0x1];
 265        u8         outer_tcp_sport[0x1];
 266        u8         outer_tcp_dport[0x1];
 267        u8         outer_tcp_flags[0x1];
 268        u8         outer_gre_protocol[0x1];
 269        u8         outer_gre_key[0x1];
 270        u8         outer_vxlan_vni[0x1];
 271        u8         reserved_at_1a[0x5];
 272        u8         source_eswitch_port[0x1];
 273
 274        u8         inner_dmac[0x1];
 275        u8         inner_smac[0x1];
 276        u8         inner_ether_type[0x1];
 277        u8         inner_ip_version[0x1];
 278        u8         inner_first_prio[0x1];
 279        u8         inner_first_cfi[0x1];
 280        u8         inner_first_vid[0x1];
 281        u8         reserved_at_27[0x1];
 282        u8         inner_second_prio[0x1];
 283        u8         inner_second_cfi[0x1];
 284        u8         inner_second_vid[0x1];
 285        u8         reserved_at_2b[0x1];
 286        u8         inner_sip[0x1];
 287        u8         inner_dip[0x1];
 288        u8         inner_frag[0x1];
 289        u8         inner_ip_protocol[0x1];
 290        u8         inner_ip_ecn[0x1];
 291        u8         inner_ip_dscp[0x1];
 292        u8         inner_udp_sport[0x1];
 293        u8         inner_udp_dport[0x1];
 294        u8         inner_tcp_sport[0x1];
 295        u8         inner_tcp_dport[0x1];
 296        u8         inner_tcp_flags[0x1];
 297        u8         reserved_at_37[0x9];
 298        u8         reserved_at_40[0x1a];
 299        u8         bth_dst_qp[0x1];
 300
 301        u8         reserved_at_5b[0x25];
 302};
 303
 304struct mlx5_ifc_flow_table_prop_layout_bits {
 305        u8         ft_support[0x1];
 306        u8         reserved_at_1[0x1];
 307        u8         flow_counter[0x1];
 308        u8         flow_modify_en[0x1];
 309        u8         modify_root[0x1];
 310        u8         identified_miss_table_mode[0x1];
 311        u8         flow_table_modify[0x1];
 312        u8         encap[0x1];
 313        u8         decap[0x1];
 314        u8         reserved_at_9[0x17];
 315
 316        u8         reserved_at_20[0x2];
 317        u8         log_max_ft_size[0x6];
 318        u8         log_max_modify_header_context[0x8];
 319        u8         max_modify_header_actions[0x8];
 320        u8         max_ft_level[0x8];
 321
 322        u8         reserved_at_40[0x20];
 323
 324        u8         reserved_at_60[0x18];
 325        u8         log_max_ft_num[0x8];
 326
 327        u8         reserved_at_80[0x18];
 328        u8         log_max_destination[0x8];
 329
 330        u8         log_max_flow_counter[0x8];
 331        u8         reserved_at_a8[0x10];
 332        u8         log_max_flow[0x8];
 333
 334        u8         reserved_at_c0[0x40];
 335
 336        struct mlx5_ifc_flow_table_fields_supported_bits ft_field_support;
 337
 338        struct mlx5_ifc_flow_table_fields_supported_bits ft_field_bitmask_support;
 339};
 340
 341struct mlx5_ifc_odp_per_transport_service_cap_bits {
 342        u8         send[0x1];
 343        u8         receive[0x1];
 344        u8         write[0x1];
 345        u8         read[0x1];
 346        u8         atomic[0x1];
 347        u8         srq_receive[0x1];
 348        u8         reserved_at_6[0x1a];
 349};
 350
 351struct mlx5_ifc_ipv4_layout_bits {
 352        u8         reserved_at_0[0x60];
 353
 354        u8         ipv4[0x20];
 355};
 356
 357struct mlx5_ifc_ipv6_layout_bits {
 358        u8         ipv6[16][0x8];
 359};
 360
 361union mlx5_ifc_ipv6_layout_ipv4_layout_auto_bits {
 362        struct mlx5_ifc_ipv6_layout_bits ipv6_layout;
 363        struct mlx5_ifc_ipv4_layout_bits ipv4_layout;
 364        u8         reserved_at_0[0x80];
 365};
 366
 367struct mlx5_ifc_fte_match_set_lyr_2_4_bits {
 368        u8         smac_47_16[0x20];
 369
 370        u8         smac_15_0[0x10];
 371        u8         ethertype[0x10];
 372
 373        u8         dmac_47_16[0x20];
 374
 375        u8         dmac_15_0[0x10];
 376        u8         first_prio[0x3];
 377        u8         first_cfi[0x1];
 378        u8         first_vid[0xc];
 379
 380        u8         ip_protocol[0x8];
 381        u8         ip_dscp[0x6];
 382        u8         ip_ecn[0x2];
 383        u8         cvlan_tag[0x1];
 384        u8         svlan_tag[0x1];
 385        u8         frag[0x1];
 386        u8         ip_version[0x4];
 387        u8         tcp_flags[0x9];
 388
 389        u8         tcp_sport[0x10];
 390        u8         tcp_dport[0x10];
 391
 392        u8         reserved_at_c0[0x18];
 393        u8         ttl_hoplimit[0x8];
 394
 395        u8         udp_sport[0x10];
 396        u8         udp_dport[0x10];
 397
 398        union mlx5_ifc_ipv6_layout_ipv4_layout_auto_bits src_ipv4_src_ipv6;
 399
 400        union mlx5_ifc_ipv6_layout_ipv4_layout_auto_bits dst_ipv4_dst_ipv6;
 401};
 402
 403struct mlx5_ifc_fte_match_set_misc_bits {
 404        u8         reserved_at_0[0x8];
 405        u8         source_sqn[0x18];
 406
 407        u8         reserved_at_20[0x10];
 408        u8         source_port[0x10];
 409
 410        u8         outer_second_prio[0x3];
 411        u8         outer_second_cfi[0x1];
 412        u8         outer_second_vid[0xc];
 413        u8         inner_second_prio[0x3];
 414        u8         inner_second_cfi[0x1];
 415        u8         inner_second_vid[0xc];
 416
 417        u8         outer_second_cvlan_tag[0x1];
 418        u8         inner_second_cvlan_tag[0x1];
 419        u8         outer_second_svlan_tag[0x1];
 420        u8         inner_second_svlan_tag[0x1];
 421        u8         reserved_at_64[0xc];
 422        u8         gre_protocol[0x10];
 423
 424        u8         gre_key_h[0x18];
 425        u8         gre_key_l[0x8];
 426
 427        u8         vxlan_vni[0x18];
 428        u8         reserved_at_b8[0x8];
 429
 430        u8         reserved_at_c0[0x20];
 431
 432        u8         reserved_at_e0[0xc];
 433        u8         outer_ipv6_flow_label[0x14];
 434
 435        u8         reserved_at_100[0xc];
 436        u8         inner_ipv6_flow_label[0x14];
 437
 438        u8         reserved_at_120[0x28];
 439        u8         bth_dst_qp[0x18];
 440        u8         reserved_at_160[0xa0];
 441};
 442
 443struct mlx5_ifc_cmd_pas_bits {
 444        u8         pa_h[0x20];
 445
 446        u8         pa_l[0x14];
 447        u8         reserved_at_34[0xc];
 448};
 449
 450struct mlx5_ifc_uint64_bits {
 451        u8         hi[0x20];
 452
 453        u8         lo[0x20];
 454};
 455
 456enum {
 457        MLX5_ADS_STAT_RATE_NO_LIMIT  = 0x0,
 458        MLX5_ADS_STAT_RATE_2_5GBPS   = 0x7,
 459        MLX5_ADS_STAT_RATE_10GBPS    = 0x8,
 460        MLX5_ADS_STAT_RATE_30GBPS    = 0x9,
 461        MLX5_ADS_STAT_RATE_5GBPS     = 0xa,
 462        MLX5_ADS_STAT_RATE_20GBPS    = 0xb,
 463        MLX5_ADS_STAT_RATE_40GBPS    = 0xc,
 464        MLX5_ADS_STAT_RATE_60GBPS    = 0xd,
 465        MLX5_ADS_STAT_RATE_80GBPS    = 0xe,
 466        MLX5_ADS_STAT_RATE_120GBPS   = 0xf,
 467};
 468
 469struct mlx5_ifc_ads_bits {
 470        u8         fl[0x1];
 471        u8         free_ar[0x1];
 472        u8         reserved_at_2[0xe];
 473        u8         pkey_index[0x10];
 474
 475        u8         reserved_at_20[0x8];
 476        u8         grh[0x1];
 477        u8         mlid[0x7];
 478        u8         rlid[0x10];
 479
 480        u8         ack_timeout[0x5];
 481        u8         reserved_at_45[0x3];
 482        u8         src_addr_index[0x8];
 483        u8         reserved_at_50[0x4];
 484        u8         stat_rate[0x4];
 485        u8         hop_limit[0x8];
 486
 487        u8         reserved_at_60[0x4];
 488        u8         tclass[0x8];
 489        u8         flow_label[0x14];
 490
 491        u8         rgid_rip[16][0x8];
 492
 493        u8         reserved_at_100[0x4];
 494        u8         f_dscp[0x1];
 495        u8         f_ecn[0x1];
 496        u8         reserved_at_106[0x1];
 497        u8         f_eth_prio[0x1];
 498        u8         ecn[0x2];
 499        u8         dscp[0x6];
 500        u8         udp_sport[0x10];
 501
 502        u8         dei_cfi[0x1];
 503        u8         eth_prio[0x3];
 504        u8         sl[0x4];
 505        u8         port[0x8];
 506        u8         rmac_47_32[0x10];
 507
 508        u8         rmac_31_0[0x20];
 509};
 510
 511struct mlx5_ifc_flow_table_nic_cap_bits {
 512        u8         nic_rx_multi_path_tirs[0x1];
 513        u8         nic_rx_multi_path_tirs_fts[0x1];
 514        u8         allow_sniffer_and_nic_rx_shared_tir[0x1];
 515        u8         reserved_at_3[0x1fd];
 516
 517        struct mlx5_ifc_flow_table_prop_layout_bits flow_table_properties_nic_receive;
 518
 519        u8         reserved_at_400[0x200];
 520
 521        struct mlx5_ifc_flow_table_prop_layout_bits flow_table_properties_nic_receive_sniffer;
 522
 523        struct mlx5_ifc_flow_table_prop_layout_bits flow_table_properties_nic_transmit;
 524
 525        u8         reserved_at_a00[0x200];
 526
 527        struct mlx5_ifc_flow_table_prop_layout_bits flow_table_properties_nic_transmit_sniffer;
 528
 529        u8         reserved_at_e00[0x7200];
 530};
 531
 532struct mlx5_ifc_flow_table_eswitch_cap_bits {
 533        u8     reserved_at_0[0x200];
 534
 535        struct mlx5_ifc_flow_table_prop_layout_bits flow_table_properties_nic_esw_fdb;
 536
 537        struct mlx5_ifc_flow_table_prop_layout_bits flow_table_properties_esw_acl_ingress;
 538
 539        struct mlx5_ifc_flow_table_prop_layout_bits flow_table_properties_esw_acl_egress;
 540
 541        u8      reserved_at_800[0x7800];
 542};
 543
 544struct mlx5_ifc_e_switch_cap_bits {
 545        u8         vport_svlan_strip[0x1];
 546        u8         vport_cvlan_strip[0x1];
 547        u8         vport_svlan_insert[0x1];
 548        u8         vport_cvlan_insert_if_not_exist[0x1];
 549        u8         vport_cvlan_insert_overwrite[0x1];
 550        u8         reserved_at_5[0x19];
 551        u8         nic_vport_node_guid_modify[0x1];
 552        u8         nic_vport_port_guid_modify[0x1];
 553
 554        u8         vxlan_encap_decap[0x1];
 555        u8         nvgre_encap_decap[0x1];
 556        u8         reserved_at_22[0x9];
 557        u8         log_max_encap_headers[0x5];
 558        u8         reserved_2b[0x6];
 559        u8         max_encap_header_size[0xa];
 560
 561        u8         reserved_40[0x7c0];
 562
 563};
 564
 565struct mlx5_ifc_qos_cap_bits {
 566        u8         packet_pacing[0x1];
 567        u8         esw_scheduling[0x1];
 568        u8         esw_bw_share[0x1];
 569        u8         esw_rate_limit[0x1];
 570        u8         reserved_at_4[0x1c];
 571
 572        u8         reserved_at_20[0x20];
 573
 574        u8         packet_pacing_max_rate[0x20];
 575
 576        u8         packet_pacing_min_rate[0x20];
 577
 578        u8         reserved_at_80[0x10];
 579        u8         packet_pacing_rate_table_size[0x10];
 580
 581        u8         esw_element_type[0x10];
 582        u8         esw_tsar_type[0x10];
 583
 584        u8         reserved_at_c0[0x10];
 585        u8         max_qos_para_vport[0x10];
 586
 587        u8         max_tsar_bw_share[0x20];
 588
 589        u8         reserved_at_100[0x700];
 590};
 591
 592struct mlx5_ifc_per_protocol_networking_offload_caps_bits {
 593        u8         csum_cap[0x1];
 594        u8         vlan_cap[0x1];
 595        u8         lro_cap[0x1];
 596        u8         lro_psh_flag[0x1];
 597        u8         lro_time_stamp[0x1];
 598        u8         reserved_at_5[0x2];
 599        u8         wqe_vlan_insert[0x1];
 600        u8         self_lb_en_modifiable[0x1];
 601        u8         reserved_at_9[0x2];
 602        u8         max_lso_cap[0x5];
 603        u8         multi_pkt_send_wqe[0x2];
 604        u8         wqe_inline_mode[0x2];
 605        u8         rss_ind_tbl_cap[0x4];
 606        u8         reg_umr_sq[0x1];
 607        u8         scatter_fcs[0x1];
 608        u8         enhanced_multi_pkt_send_wqe[0x1];
 609        u8         tunnel_lso_const_out_ip_id[0x1];
 610        u8         reserved_at_1c[0x2];
 611        u8         tunnel_stateless_gre[0x1];
 612        u8         tunnel_stateless_vxlan[0x1];
 613
 614        u8         swp[0x1];
 615        u8         swp_csum[0x1];
 616        u8         swp_lso[0x1];
 617        u8         reserved_at_23[0x1d];
 618
 619        u8         reserved_at_40[0x10];
 620        u8         lro_min_mss_size[0x10];
 621
 622        u8         reserved_at_60[0x120];
 623
 624        u8         lro_timer_supported_periods[4][0x20];
 625
 626        u8         reserved_at_200[0x600];
 627};
 628
 629struct mlx5_ifc_roce_cap_bits {
 630        u8         roce_apm[0x1];
 631        u8         reserved_at_1[0x1f];
 632
 633        u8         reserved_at_20[0x60];
 634
 635        u8         reserved_at_80[0xc];
 636        u8         l3_type[0x4];
 637        u8         reserved_at_90[0x8];
 638        u8         roce_version[0x8];
 639
 640        u8         reserved_at_a0[0x10];
 641        u8         r_roce_dest_udp_port[0x10];
 642
 643        u8         r_roce_max_src_udp_port[0x10];
 644        u8         r_roce_min_src_udp_port[0x10];
 645
 646        u8         reserved_at_e0[0x10];
 647        u8         roce_address_table_size[0x10];
 648
 649        u8         reserved_at_100[0x700];
 650};
 651
 652enum {
 653        MLX5_ATOMIC_CAPS_ATOMIC_SIZE_QP_1_BYTE     = 0x0,
 654        MLX5_ATOMIC_CAPS_ATOMIC_SIZE_QP_2_BYTES    = 0x2,
 655        MLX5_ATOMIC_CAPS_ATOMIC_SIZE_QP_4_BYTES    = 0x4,
 656        MLX5_ATOMIC_CAPS_ATOMIC_SIZE_QP_8_BYTES    = 0x8,
 657        MLX5_ATOMIC_CAPS_ATOMIC_SIZE_QP_16_BYTES   = 0x10,
 658        MLX5_ATOMIC_CAPS_ATOMIC_SIZE_QP_32_BYTES   = 0x20,
 659        MLX5_ATOMIC_CAPS_ATOMIC_SIZE_QP_64_BYTES   = 0x40,
 660        MLX5_ATOMIC_CAPS_ATOMIC_SIZE_QP_128_BYTES  = 0x80,
 661        MLX5_ATOMIC_CAPS_ATOMIC_SIZE_QP_256_BYTES  = 0x100,
 662};
 663
 664enum {
 665        MLX5_ATOMIC_CAPS_ATOMIC_SIZE_DC_1_BYTE     = 0x1,
 666        MLX5_ATOMIC_CAPS_ATOMIC_SIZE_DC_2_BYTES    = 0x2,
 667        MLX5_ATOMIC_CAPS_ATOMIC_SIZE_DC_4_BYTES    = 0x4,
 668        MLX5_ATOMIC_CAPS_ATOMIC_SIZE_DC_8_BYTES    = 0x8,
 669        MLX5_ATOMIC_CAPS_ATOMIC_SIZE_DC_16_BYTES   = 0x10,
 670        MLX5_ATOMIC_CAPS_ATOMIC_SIZE_DC_32_BYTES   = 0x20,
 671        MLX5_ATOMIC_CAPS_ATOMIC_SIZE_DC_64_BYTES   = 0x40,
 672        MLX5_ATOMIC_CAPS_ATOMIC_SIZE_DC_128_BYTES  = 0x80,
 673        MLX5_ATOMIC_CAPS_ATOMIC_SIZE_DC_256_BYTES  = 0x100,
 674};
 675
 676struct mlx5_ifc_atomic_caps_bits {
 677        u8         reserved_at_0[0x40];
 678
 679        u8         atomic_req_8B_endianness_mode[0x2];
 680        u8         reserved_at_42[0x4];
 681        u8         supported_atomic_req_8B_endianness_mode_1[0x1];
 682
 683        u8         reserved_at_47[0x19];
 684
 685        u8         reserved_at_60[0x20];
 686
 687        u8         reserved_at_80[0x10];
 688        u8         atomic_operations[0x10];
 689
 690        u8         reserved_at_a0[0x10];
 691        u8         atomic_size_qp[0x10];
 692
 693        u8         reserved_at_c0[0x10];
 694        u8         atomic_size_dc[0x10];
 695
 696        u8         reserved_at_e0[0x720];
 697};
 698
 699struct mlx5_ifc_odp_cap_bits {
 700        u8         reserved_at_0[0x40];
 701
 702        u8         sig[0x1];
 703        u8         reserved_at_41[0x1f];
 704
 705        u8         reserved_at_60[0x20];
 706
 707        struct mlx5_ifc_odp_per_transport_service_cap_bits rc_odp_caps;
 708
 709        struct mlx5_ifc_odp_per_transport_service_cap_bits uc_odp_caps;
 710
 711        struct mlx5_ifc_odp_per_transport_service_cap_bits ud_odp_caps;
 712
 713        u8         reserved_at_e0[0x720];
 714};
 715
 716struct mlx5_ifc_calc_op {
 717        u8        reserved_at_0[0x10];
 718        u8        reserved_at_10[0x9];
 719        u8        op_swap_endianness[0x1];
 720        u8        op_min[0x1];
 721        u8        op_xor[0x1];
 722        u8        op_or[0x1];
 723        u8        op_and[0x1];
 724        u8        op_max[0x1];
 725        u8        op_add[0x1];
 726};
 727
 728struct mlx5_ifc_vector_calc_cap_bits {
 729        u8         calc_matrix[0x1];
 730        u8         reserved_at_1[0x1f];
 731        u8         reserved_at_20[0x8];
 732        u8         max_vec_count[0x8];
 733        u8         reserved_at_30[0xd];
 734        u8         max_chunk_size[0x3];
 735        struct mlx5_ifc_calc_op calc0;
 736        struct mlx5_ifc_calc_op calc1;
 737        struct mlx5_ifc_calc_op calc2;
 738        struct mlx5_ifc_calc_op calc3;
 739
 740        u8         reserved_at_e0[0x720];
 741};
 742
 743enum {
 744        MLX5_WQ_TYPE_LINKED_LIST  = 0x0,
 745        MLX5_WQ_TYPE_CYCLIC       = 0x1,
 746        MLX5_WQ_TYPE_LINKED_LIST_STRIDING_RQ = 0x2,
 747};
 748
 749enum {
 750        MLX5_WQ_END_PAD_MODE_NONE   = 0x0,
 751        MLX5_WQ_END_PAD_MODE_ALIGN  = 0x1,
 752};
 753
 754enum {
 755        MLX5_CMD_HCA_CAP_GID_TABLE_SIZE_8_GID_ENTRIES    = 0x0,
 756        MLX5_CMD_HCA_CAP_GID_TABLE_SIZE_16_GID_ENTRIES   = 0x1,
 757        MLX5_CMD_HCA_CAP_GID_TABLE_SIZE_32_GID_ENTRIES   = 0x2,
 758        MLX5_CMD_HCA_CAP_GID_TABLE_SIZE_64_GID_ENTRIES   = 0x3,
 759        MLX5_CMD_HCA_CAP_GID_TABLE_SIZE_128_GID_ENTRIES  = 0x4,
 760};
 761
 762enum {
 763        MLX5_CMD_HCA_CAP_PKEY_TABLE_SIZE_128_ENTRIES  = 0x0,
 764        MLX5_CMD_HCA_CAP_PKEY_TABLE_SIZE_256_ENTRIES  = 0x1,
 765        MLX5_CMD_HCA_CAP_PKEY_TABLE_SIZE_512_ENTRIES  = 0x2,
 766        MLX5_CMD_HCA_CAP_PKEY_TABLE_SIZE_1K_ENTRIES   = 0x3,
 767        MLX5_CMD_HCA_CAP_PKEY_TABLE_SIZE_2K_ENTRIES   = 0x4,
 768        MLX5_CMD_HCA_CAP_PKEY_TABLE_SIZE_4K_ENTRIES   = 0x5,
 769};
 770
 771enum {
 772        MLX5_CMD_HCA_CAP_PORT_TYPE_IB        = 0x0,
 773        MLX5_CMD_HCA_CAP_PORT_TYPE_ETHERNET  = 0x1,
 774};
 775
 776enum {
 777        MLX5_CMD_HCA_CAP_CMDIF_CHECKSUM_DISABLED       = 0x0,
 778        MLX5_CMD_HCA_CAP_CMDIF_CHECKSUM_INITIAL_STATE  = 0x1,
 779        MLX5_CMD_HCA_CAP_CMDIF_CHECKSUM_ENABLED        = 0x3,
 780};
 781
 782enum {
 783        MLX5_CAP_PORT_TYPE_IB  = 0x0,
 784        MLX5_CAP_PORT_TYPE_ETH = 0x1,
 785};
 786
 787enum {
 788        MLX5_CAP_UMR_FENCE_STRONG       = 0x0,
 789        MLX5_CAP_UMR_FENCE_SMALL        = 0x1,
 790        MLX5_CAP_UMR_FENCE_NONE         = 0x2,
 791};
 792
 793struct mlx5_ifc_cmd_hca_cap_bits {
 794        u8         reserved_at_0[0x80];
 795
 796        u8         log_max_srq_sz[0x8];
 797        u8         log_max_qp_sz[0x8];
 798        u8         reserved_at_90[0xb];
 799        u8         log_max_qp[0x5];
 800
 801        u8         reserved_at_a0[0xb];
 802        u8         log_max_srq[0x5];
 803        u8         reserved_at_b0[0x10];
 804
 805        u8         reserved_at_c0[0x8];
 806        u8         log_max_cq_sz[0x8];
 807        u8         reserved_at_d0[0xb];
 808        u8         log_max_cq[0x5];
 809
 810        u8         log_max_eq_sz[0x8];
 811        u8         reserved_at_e8[0x2];
 812        u8         log_max_mkey[0x6];
 813        u8         reserved_at_f0[0xc];
 814        u8         log_max_eq[0x4];
 815
 816        u8         max_indirection[0x8];
 817        u8         fixed_buffer_size[0x1];
 818        u8         log_max_mrw_sz[0x7];
 819        u8         reserved_at_110[0x2];
 820        u8         log_max_bsf_list_size[0x6];
 821        u8         umr_extended_translation_offset[0x1];
 822        u8         null_mkey[0x1];
 823        u8         log_max_klm_list_size[0x6];
 824
 825        u8         reserved_at_120[0xa];
 826        u8         log_max_ra_req_dc[0x6];
 827        u8         reserved_at_130[0xa];
 828        u8         log_max_ra_res_dc[0x6];
 829
 830        u8         reserved_at_140[0xa];
 831        u8         log_max_ra_req_qp[0x6];
 832        u8         reserved_at_150[0xa];
 833        u8         log_max_ra_res_qp[0x6];
 834
 835        u8         end_pad[0x1];
 836        u8         cc_query_allowed[0x1];
 837        u8         cc_modify_allowed[0x1];
 838        u8         start_pad[0x1];
 839        u8         cache_line_128byte[0x1];
 840        u8         reserved_at_165[0xb];
 841        u8         gid_table_size[0x10];
 842
 843        u8         out_of_seq_cnt[0x1];
 844        u8         vport_counters[0x1];
 845        u8         retransmission_q_counters[0x1];
 846        u8         reserved_at_183[0x1];
 847        u8         modify_rq_counter_set_id[0x1];
 848        u8         rq_delay_drop[0x1];
 849        u8         max_qp_cnt[0xa];
 850        u8         pkey_table_size[0x10];
 851
 852        u8         vport_group_manager[0x1];
 853        u8         vhca_group_manager[0x1];
 854        u8         ib_virt[0x1];
 855        u8         eth_virt[0x1];
 856        u8         reserved_at_1a4[0x1];
 857        u8         ets[0x1];
 858        u8         nic_flow_table[0x1];
 859        u8         eswitch_flow_table[0x1];
 860        u8         early_vf_enable[0x1];
 861        u8         mcam_reg[0x1];
 862        u8         pcam_reg[0x1];
 863        u8         local_ca_ack_delay[0x5];
 864        u8         port_module_event[0x1];
 865        u8         enhanced_error_q_counters[0x1];
 866        u8         ports_check[0x1];
 867        u8         reserved_at_1b3[0x1];
 868        u8         disable_link_up[0x1];
 869        u8         beacon_led[0x1];
 870        u8         port_type[0x2];
 871        u8         num_ports[0x8];
 872
 873        u8         reserved_at_1c0[0x1];
 874        u8         pps[0x1];
 875        u8         pps_modify[0x1];
 876        u8         log_max_msg[0x5];
 877        u8         reserved_at_1c8[0x4];
 878        u8         max_tc[0x4];
 879        u8         reserved_at_1d0[0x1];
 880        u8         dcbx[0x1];
 881        u8         general_notification_event[0x1];
 882        u8         reserved_at_1d3[0x2];
 883        u8         fpga[0x1];
 884        u8         rol_s[0x1];
 885        u8         rol_g[0x1];
 886        u8         reserved_at_1d8[0x1];
 887        u8         wol_s[0x1];
 888        u8         wol_g[0x1];
 889        u8         wol_a[0x1];
 890        u8         wol_b[0x1];
 891        u8         wol_m[0x1];
 892        u8         wol_u[0x1];
 893        u8         wol_p[0x1];
 894
 895        u8         stat_rate_support[0x10];
 896        u8         reserved_at_1f0[0xc];
 897        u8         cqe_version[0x4];
 898
 899        u8         compact_address_vector[0x1];
 900        u8         striding_rq[0x1];
 901        u8         reserved_at_202[0x1];
 902        u8         ipoib_enhanced_offloads[0x1];
 903        u8         ipoib_basic_offloads[0x1];
 904        u8         reserved_at_205[0x5];
 905        u8         umr_fence[0x2];
 906        u8         reserved_at_20c[0x3];
 907        u8         drain_sigerr[0x1];
 908        u8         cmdif_checksum[0x2];
 909        u8         sigerr_cqe[0x1];
 910        u8         reserved_at_213[0x1];
 911        u8         wq_signature[0x1];
 912        u8         sctr_data_cqe[0x1];
 913        u8         reserved_at_216[0x1];
 914        u8         sho[0x1];
 915        u8         tph[0x1];
 916        u8         rf[0x1];
 917        u8         dct[0x1];
 918        u8         qos[0x1];
 919        u8         eth_net_offloads[0x1];
 920        u8         roce[0x1];
 921        u8         atomic[0x1];
 922        u8         reserved_at_21f[0x1];
 923
 924        u8         cq_oi[0x1];
 925        u8         cq_resize[0x1];
 926        u8         cq_moderation[0x1];
 927        u8         reserved_at_223[0x3];
 928        u8         cq_eq_remap[0x1];
 929        u8         pg[0x1];
 930        u8         block_lb_mc[0x1];
 931        u8         reserved_at_229[0x1];
 932        u8         scqe_break_moderation[0x1];
 933        u8         cq_period_start_from_cqe[0x1];
 934        u8         cd[0x1];
 935        u8         reserved_at_22d[0x1];
 936        u8         apm[0x1];
 937        u8         vector_calc[0x1];
 938        u8         umr_ptr_rlky[0x1];
 939        u8         imaicl[0x1];
 940        u8         reserved_at_232[0x4];
 941        u8         qkv[0x1];
 942        u8         pkv[0x1];
 943        u8         set_deth_sqpn[0x1];
 944        u8         reserved_at_239[0x3];
 945        u8         xrc[0x1];
 946        u8         ud[0x1];
 947        u8         uc[0x1];
 948        u8         rc[0x1];
 949
 950        u8         uar_4k[0x1];
 951        u8         reserved_at_241[0x9];
 952        u8         uar_sz[0x6];
 953        u8         reserved_at_250[0x8];
 954        u8         log_pg_sz[0x8];
 955
 956        u8         bf[0x1];
 957        u8         driver_version[0x1];
 958        u8         pad_tx_eth_packet[0x1];
 959        u8         reserved_at_263[0x8];
 960        u8         log_bf_reg_size[0x5];
 961
 962        u8         reserved_at_270[0xb];
 963        u8         lag_master[0x1];
 964        u8         num_lag_ports[0x4];
 965
 966        u8         reserved_at_280[0x10];
 967        u8         max_wqe_sz_sq[0x10];
 968
 969        u8         reserved_at_2a0[0x10];
 970        u8         max_wqe_sz_rq[0x10];
 971
 972        u8         max_flow_counter_31_16[0x10];
 973        u8         max_wqe_sz_sq_dc[0x10];
 974
 975        u8         reserved_at_2e0[0x7];
 976        u8         max_qp_mcg[0x19];
 977
 978        u8         reserved_at_300[0x18];
 979        u8         log_max_mcg[0x8];
 980
 981        u8         reserved_at_320[0x3];
 982        u8         log_max_transport_domain[0x5];
 983        u8         reserved_at_328[0x3];
 984        u8         log_max_pd[0x5];
 985        u8         reserved_at_330[0xb];
 986        u8         log_max_xrcd[0x5];
 987
 988        u8         reserved_at_340[0x8];
 989        u8         log_max_flow_counter_bulk[0x8];
 990        u8         max_flow_counter_15_0[0x10];
 991
 992
 993        u8         reserved_at_360[0x3];
 994        u8         log_max_rq[0x5];
 995        u8         reserved_at_368[0x3];
 996        u8         log_max_sq[0x5];
 997        u8         reserved_at_370[0x3];
 998        u8         log_max_tir[0x5];
 999        u8         reserved_at_378[0x3];
1000        u8         log_max_tis[0x5];
1001
1002        u8         basic_cyclic_rcv_wqe[0x1];
1003        u8         reserved_at_381[0x2];
1004        u8         log_max_rmp[0x5];
1005        u8         reserved_at_388[0x3];
1006        u8         log_max_rqt[0x5];
1007        u8         reserved_at_390[0x3];
1008        u8         log_max_rqt_size[0x5];
1009        u8         reserved_at_398[0x3];
1010        u8         log_max_tis_per_sq[0x5];
1011
1012        u8         reserved_at_3a0[0x3];
1013        u8         log_max_stride_sz_rq[0x5];
1014        u8         reserved_at_3a8[0x3];
1015        u8         log_min_stride_sz_rq[0x5];
1016        u8         reserved_at_3b0[0x3];
1017        u8         log_max_stride_sz_sq[0x5];
1018        u8         reserved_at_3b8[0x3];
1019        u8         log_min_stride_sz_sq[0x5];
1020
1021        u8         reserved_at_3c0[0x1b];
1022        u8         log_max_wq_sz[0x5];
1023
1024        u8         nic_vport_change_event[0x1];
1025        u8         disable_local_lb[0x1];
1026        u8         reserved_at_3e2[0x9];
1027        u8         log_max_vlan_list[0x5];
1028        u8         reserved_at_3f0[0x3];
1029        u8         log_max_current_mc_list[0x5];
1030        u8         reserved_at_3f8[0x3];
1031        u8         log_max_current_uc_list[0x5];
1032
1033        u8         reserved_at_400[0x80];
1034
1035        u8         reserved_at_480[0x3];
1036        u8         log_max_l2_table[0x5];
1037        u8         reserved_at_488[0x8];
1038        u8         log_uar_page_sz[0x10];
1039
1040        u8         reserved_at_4a0[0x20];
1041        u8         device_frequency_mhz[0x20];
1042        u8         device_frequency_khz[0x20];
1043
1044        u8         reserved_at_500[0x20];
1045        u8         num_of_uars_per_page[0x20];
1046        u8         reserved_at_540[0x40];
1047
1048        u8         reserved_at_580[0x3f];
1049        u8         cqe_compression[0x1];
1050
1051        u8         cqe_compression_timeout[0x10];
1052        u8         cqe_compression_max_num[0x10];
1053
1054        u8         reserved_at_5e0[0x10];
1055        u8         tag_matching[0x1];
1056        u8         rndv_offload_rc[0x1];
1057        u8         rndv_offload_dc[0x1];
1058        u8         log_tag_matching_list_sz[0x5];
1059        u8         reserved_at_5f8[0x3];
1060        u8         log_max_xrq[0x5];
1061
1062        u8         reserved_at_600[0x200];
1063};
1064
1065enum mlx5_flow_destination_type {
1066        MLX5_FLOW_DESTINATION_TYPE_VPORT        = 0x0,
1067        MLX5_FLOW_DESTINATION_TYPE_FLOW_TABLE   = 0x1,
1068        MLX5_FLOW_DESTINATION_TYPE_TIR          = 0x2,
1069
1070        MLX5_FLOW_DESTINATION_TYPE_COUNTER      = 0x100,
1071};
1072
1073struct mlx5_ifc_dest_format_struct_bits {
1074        u8         destination_type[0x8];
1075        u8         destination_id[0x18];
1076
1077        u8         reserved_at_20[0x20];
1078};
1079
1080struct mlx5_ifc_flow_counter_list_bits {
1081        u8         flow_counter_id[0x20];
1082
1083        u8         reserved_at_20[0x20];
1084};
1085
1086union mlx5_ifc_dest_format_struct_flow_counter_list_auto_bits {
1087        struct mlx5_ifc_dest_format_struct_bits dest_format_struct;
1088        struct mlx5_ifc_flow_counter_list_bits flow_counter_list;
1089        u8         reserved_at_0[0x40];
1090};
1091
1092struct mlx5_ifc_fte_match_param_bits {
1093        struct mlx5_ifc_fte_match_set_lyr_2_4_bits outer_headers;
1094
1095        struct mlx5_ifc_fte_match_set_misc_bits misc_parameters;
1096
1097        struct mlx5_ifc_fte_match_set_lyr_2_4_bits inner_headers;
1098
1099        u8         reserved_at_600[0xa00];
1100};
1101
1102enum {
1103        MLX5_RX_HASH_FIELD_SELECT_SELECTED_FIELDS_SRC_IP     = 0x0,
1104        MLX5_RX_HASH_FIELD_SELECT_SELECTED_FIELDS_DST_IP     = 0x1,
1105        MLX5_RX_HASH_FIELD_SELECT_SELECTED_FIELDS_L4_SPORT   = 0x2,
1106        MLX5_RX_HASH_FIELD_SELECT_SELECTED_FIELDS_L4_DPORT   = 0x3,
1107        MLX5_RX_HASH_FIELD_SELECT_SELECTED_FIELDS_IPSEC_SPI  = 0x4,
1108};
1109
1110struct mlx5_ifc_rx_hash_field_select_bits {
1111        u8         l3_prot_type[0x1];
1112        u8         l4_prot_type[0x1];
1113        u8         selected_fields[0x1e];
1114};
1115
1116enum {
1117        MLX5_WQ_WQ_TYPE_WQ_LINKED_LIST  = 0x0,
1118        MLX5_WQ_WQ_TYPE_WQ_CYCLIC       = 0x1,
1119};
1120
1121enum {
1122        MLX5_WQ_END_PADDING_MODE_END_PAD_NONE   = 0x0,
1123        MLX5_WQ_END_PADDING_MODE_END_PAD_ALIGN  = 0x1,
1124};
1125
1126struct mlx5_ifc_wq_bits {
1127        u8         wq_type[0x4];
1128        u8         wq_signature[0x1];
1129        u8         end_padding_mode[0x2];
1130        u8         cd_slave[0x1];
1131        u8         reserved_at_8[0x18];
1132
1133        u8         hds_skip_first_sge[0x1];
1134        u8         log2_hds_buf_size[0x3];
1135        u8         reserved_at_24[0x7];
1136        u8         page_offset[0x5];
1137        u8         lwm[0x10];
1138
1139        u8         reserved_at_40[0x8];
1140        u8         pd[0x18];
1141
1142        u8         reserved_at_60[0x8];
1143        u8         uar_page[0x18];
1144
1145        u8         dbr_addr[0x40];
1146
1147        u8         hw_counter[0x20];
1148
1149        u8         sw_counter[0x20];
1150
1151        u8         reserved_at_100[0xc];
1152        u8         log_wq_stride[0x4];
1153        u8         reserved_at_110[0x3];
1154        u8         log_wq_pg_sz[0x5];
1155        u8         reserved_at_118[0x3];
1156        u8         log_wq_sz[0x5];
1157
1158        u8         reserved_at_120[0x15];
1159        u8         log_wqe_num_of_strides[0x3];
1160        u8         two_byte_shift_en[0x1];
1161        u8         reserved_at_139[0x4];
1162        u8         log_wqe_stride_size[0x3];
1163
1164        u8         reserved_at_140[0x4c0];
1165
1166        struct mlx5_ifc_cmd_pas_bits pas[0];
1167};
1168
1169struct mlx5_ifc_rq_num_bits {
1170        u8         reserved_at_0[0x8];
1171        u8         rq_num[0x18];
1172};
1173
1174struct mlx5_ifc_mac_address_layout_bits {
1175        u8         reserved_at_0[0x10];
1176        u8         mac_addr_47_32[0x10];
1177
1178        u8         mac_addr_31_0[0x20];
1179};
1180
1181struct mlx5_ifc_vlan_layout_bits {
1182        u8         reserved_at_0[0x14];
1183        u8         vlan[0x0c];
1184
1185        u8         reserved_at_20[0x20];
1186};
1187
1188struct mlx5_ifc_cong_control_r_roce_ecn_np_bits {
1189        u8         reserved_at_0[0xa0];
1190
1191        u8         min_time_between_cnps[0x20];
1192
1193        u8         reserved_at_c0[0x12];
1194        u8         cnp_dscp[0x6];
1195        u8         reserved_at_d8[0x4];
1196        u8         cnp_prio_mode[0x1];
1197        u8         cnp_802p_prio[0x3];
1198
1199        u8         reserved_at_e0[0x720];
1200};
1201
1202struct mlx5_ifc_cong_control_r_roce_ecn_rp_bits {
1203        u8         reserved_at_0[0x60];
1204
1205        u8         reserved_at_60[0x4];
1206        u8         clamp_tgt_rate[0x1];
1207        u8         reserved_at_65[0x3];
1208        u8         clamp_tgt_rate_after_time_inc[0x1];
1209        u8         reserved_at_69[0x17];
1210
1211        u8         reserved_at_80[0x20];
1212
1213        u8         rpg_time_reset[0x20];
1214
1215        u8         rpg_byte_reset[0x20];
1216
1217        u8         rpg_threshold[0x20];
1218
1219        u8         rpg_max_rate[0x20];
1220
1221        u8         rpg_ai_rate[0x20];
1222
1223        u8         rpg_hai_rate[0x20];
1224
1225        u8         rpg_gd[0x20];
1226
1227        u8         rpg_min_dec_fac[0x20];
1228
1229        u8         rpg_min_rate[0x20];
1230
1231        u8         reserved_at_1c0[0xe0];
1232
1233        u8         rate_to_set_on_first_cnp[0x20];
1234
1235        u8         dce_tcp_g[0x20];
1236
1237        u8         dce_tcp_rtt[0x20];
1238
1239        u8         rate_reduce_monitor_period[0x20];
1240
1241        u8         reserved_at_320[0x20];
1242
1243        u8         initial_alpha_value[0x20];
1244
1245        u8         reserved_at_360[0x4a0];
1246};
1247
1248struct mlx5_ifc_cong_control_802_1qau_rp_bits {
1249        u8         reserved_at_0[0x80];
1250
1251        u8         rppp_max_rps[0x20];
1252
1253        u8         rpg_time_reset[0x20];
1254
1255        u8         rpg_byte_reset[0x20];
1256
1257        u8         rpg_threshold[0x20];
1258
1259        u8         rpg_max_rate[0x20];
1260
1261        u8         rpg_ai_rate[0x20];
1262
1263        u8         rpg_hai_rate[0x20];
1264
1265        u8         rpg_gd[0x20];
1266
1267        u8         rpg_min_dec_fac[0x20];
1268
1269        u8         rpg_min_rate[0x20];
1270
1271        u8         reserved_at_1c0[0x640];
1272};
1273
1274enum {
1275        MLX5_RESIZE_FIELD_SELECT_RESIZE_FIELD_SELECT_LOG_CQ_SIZE    = 0x1,
1276        MLX5_RESIZE_FIELD_SELECT_RESIZE_FIELD_SELECT_PAGE_OFFSET    = 0x2,
1277        MLX5_RESIZE_FIELD_SELECT_RESIZE_FIELD_SELECT_LOG_PAGE_SIZE  = 0x4,
1278};
1279
1280struct mlx5_ifc_resize_field_select_bits {
1281        u8         resize_field_select[0x20];
1282};
1283
1284enum {
1285        MLX5_MODIFY_FIELD_SELECT_MODIFY_FIELD_SELECT_CQ_PERIOD     = 0x1,
1286        MLX5_MODIFY_FIELD_SELECT_MODIFY_FIELD_SELECT_CQ_MAX_COUNT  = 0x2,
1287        MLX5_MODIFY_FIELD_SELECT_MODIFY_FIELD_SELECT_OI            = 0x4,
1288        MLX5_MODIFY_FIELD_SELECT_MODIFY_FIELD_SELECT_C_EQN         = 0x8,
1289};
1290
1291struct mlx5_ifc_modify_field_select_bits {
1292        u8         modify_field_select[0x20];
1293};
1294
1295struct mlx5_ifc_field_select_r_roce_np_bits {
1296        u8         field_select_r_roce_np[0x20];
1297};
1298
1299struct mlx5_ifc_field_select_r_roce_rp_bits {
1300        u8         field_select_r_roce_rp[0x20];
1301};
1302
1303enum {
1304        MLX5_FIELD_SELECT_802_1QAU_RP_FIELD_SELECT_8021QAURP_RPPP_MAX_RPS     = 0x4,
1305        MLX5_FIELD_SELECT_802_1QAU_RP_FIELD_SELECT_8021QAURP_RPG_TIME_RESET   = 0x8,
1306        MLX5_FIELD_SELECT_802_1QAU_RP_FIELD_SELECT_8021QAURP_RPG_BYTE_RESET   = 0x10,
1307        MLX5_FIELD_SELECT_802_1QAU_RP_FIELD_SELECT_8021QAURP_RPG_THRESHOLD    = 0x20,
1308        MLX5_FIELD_SELECT_802_1QAU_RP_FIELD_SELECT_8021QAURP_RPG_MAX_RATE     = 0x40,
1309        MLX5_FIELD_SELECT_802_1QAU_RP_FIELD_SELECT_8021QAURP_RPG_AI_RATE      = 0x80,
1310        MLX5_FIELD_SELECT_802_1QAU_RP_FIELD_SELECT_8021QAURP_RPG_HAI_RATE     = 0x100,
1311        MLX5_FIELD_SELECT_802_1QAU_RP_FIELD_SELECT_8021QAURP_RPG_GD           = 0x200,
1312        MLX5_FIELD_SELECT_802_1QAU_RP_FIELD_SELECT_8021QAURP_RPG_MIN_DEC_FAC  = 0x400,
1313        MLX5_FIELD_SELECT_802_1QAU_RP_FIELD_SELECT_8021QAURP_RPG_MIN_RATE     = 0x800,
1314};
1315
1316struct mlx5_ifc_field_select_802_1qau_rp_bits {
1317        u8         field_select_8021qaurp[0x20];
1318};
1319
1320struct mlx5_ifc_phys_layer_cntrs_bits {
1321        u8         time_since_last_clear_high[0x20];
1322
1323        u8         time_since_last_clear_low[0x20];
1324
1325        u8         symbol_errors_high[0x20];
1326
1327        u8         symbol_errors_low[0x20];
1328
1329        u8         sync_headers_errors_high[0x20];
1330
1331        u8         sync_headers_errors_low[0x20];
1332
1333        u8         edpl_bip_errors_lane0_high[0x20];
1334
1335        u8         edpl_bip_errors_lane0_low[0x20];
1336
1337        u8         edpl_bip_errors_lane1_high[0x20];
1338
1339        u8         edpl_bip_errors_lane1_low[0x20];
1340
1341        u8         edpl_bip_errors_lane2_high[0x20];
1342
1343        u8         edpl_bip_errors_lane2_low[0x20];
1344
1345        u8         edpl_bip_errors_lane3_high[0x20];
1346
1347        u8         edpl_bip_errors_lane3_low[0x20];
1348
1349        u8         fc_fec_corrected_blocks_lane0_high[0x20];
1350
1351        u8         fc_fec_corrected_blocks_lane0_low[0x20];
1352
1353        u8         fc_fec_corrected_blocks_lane1_high[0x20];
1354
1355        u8         fc_fec_corrected_blocks_lane1_low[0x20];
1356
1357        u8         fc_fec_corrected_blocks_lane2_high[0x20];
1358
1359        u8         fc_fec_corrected_blocks_lane2_low[0x20];
1360
1361        u8         fc_fec_corrected_blocks_lane3_high[0x20];
1362
1363        u8         fc_fec_corrected_blocks_lane3_low[0x20];
1364
1365        u8         fc_fec_uncorrectable_blocks_lane0_high[0x20];
1366
1367        u8         fc_fec_uncorrectable_blocks_lane0_low[0x20];
1368
1369        u8         fc_fec_uncorrectable_blocks_lane1_high[0x20];
1370
1371        u8         fc_fec_uncorrectable_blocks_lane1_low[0x20];
1372
1373        u8         fc_fec_uncorrectable_blocks_lane2_high[0x20];
1374
1375        u8         fc_fec_uncorrectable_blocks_lane2_low[0x20];
1376
1377        u8         fc_fec_uncorrectable_blocks_lane3_high[0x20];
1378
1379        u8         fc_fec_uncorrectable_blocks_lane3_low[0x20];
1380
1381        u8         rs_fec_corrected_blocks_high[0x20];
1382
1383        u8         rs_fec_corrected_blocks_low[0x20];
1384
1385        u8         rs_fec_uncorrectable_blocks_high[0x20];
1386
1387        u8         rs_fec_uncorrectable_blocks_low[0x20];
1388
1389        u8         rs_fec_no_errors_blocks_high[0x20];
1390
1391        u8         rs_fec_no_errors_blocks_low[0x20];
1392
1393        u8         rs_fec_single_error_blocks_high[0x20];
1394
1395        u8         rs_fec_single_error_blocks_low[0x20];
1396
1397        u8         rs_fec_corrected_symbols_total_high[0x20];
1398
1399        u8         rs_fec_corrected_symbols_total_low[0x20];
1400
1401        u8         rs_fec_corrected_symbols_lane0_high[0x20];
1402
1403        u8         rs_fec_corrected_symbols_lane0_low[0x20];
1404
1405        u8         rs_fec_corrected_symbols_lane1_high[0x20];
1406
1407        u8         rs_fec_corrected_symbols_lane1_low[0x20];
1408
1409        u8         rs_fec_corrected_symbols_lane2_high[0x20];
1410
1411        u8         rs_fec_corrected_symbols_lane2_low[0x20];
1412
1413        u8         rs_fec_corrected_symbols_lane3_high[0x20];
1414
1415        u8         rs_fec_corrected_symbols_lane3_low[0x20];
1416
1417        u8         link_down_events[0x20];
1418
1419        u8         successful_recovery_events[0x20];
1420
1421        u8         reserved_at_640[0x180];
1422};
1423
1424struct mlx5_ifc_phys_layer_statistical_cntrs_bits {
1425        u8         time_since_last_clear_high[0x20];
1426
1427        u8         time_since_last_clear_low[0x20];
1428
1429        u8         phy_received_bits_high[0x20];
1430
1431        u8         phy_received_bits_low[0x20];
1432
1433        u8         phy_symbol_errors_high[0x20];
1434
1435        u8         phy_symbol_errors_low[0x20];
1436
1437        u8         phy_corrected_bits_high[0x20];
1438
1439        u8         phy_corrected_bits_low[0x20];
1440
1441        u8         phy_corrected_bits_lane0_high[0x20];
1442
1443        u8         phy_corrected_bits_lane0_low[0x20];
1444
1445        u8         phy_corrected_bits_lane1_high[0x20];
1446
1447        u8         phy_corrected_bits_lane1_low[0x20];
1448
1449        u8         phy_corrected_bits_lane2_high[0x20];
1450
1451        u8         phy_corrected_bits_lane2_low[0x20];
1452
1453        u8         phy_corrected_bits_lane3_high[0x20];
1454
1455        u8         phy_corrected_bits_lane3_low[0x20];
1456
1457        u8         reserved_at_200[0x5c0];
1458};
1459
1460struct mlx5_ifc_ib_port_cntrs_grp_data_layout_bits {
1461        u8         symbol_error_counter[0x10];
1462
1463        u8         link_error_recovery_counter[0x8];
1464
1465        u8         link_downed_counter[0x8];
1466
1467        u8         port_rcv_errors[0x10];
1468
1469        u8         port_rcv_remote_physical_errors[0x10];
1470
1471        u8         port_rcv_switch_relay_errors[0x10];
1472
1473        u8         port_xmit_discards[0x10];
1474
1475        u8         port_xmit_constraint_errors[0x8];
1476
1477        u8         port_rcv_constraint_errors[0x8];
1478
1479        u8         reserved_at_70[0x8];
1480
1481        u8         link_overrun_errors[0x8];
1482
1483        u8         reserved_at_80[0x10];
1484
1485        u8         vl_15_dropped[0x10];
1486
1487        u8         reserved_at_a0[0x80];
1488
1489        u8         port_xmit_wait[0x20];
1490};
1491
1492struct mlx5_ifc_eth_per_traffic_grp_data_layout_bits {
1493        u8         transmit_queue_high[0x20];
1494
1495        u8         transmit_queue_low[0x20];
1496
1497        u8         reserved_at_40[0x780];
1498};
1499
1500struct mlx5_ifc_eth_per_prio_grp_data_layout_bits {
1501        u8         rx_octets_high[0x20];
1502
1503        u8         rx_octets_low[0x20];
1504
1505        u8         reserved_at_40[0xc0];
1506
1507        u8         rx_frames_high[0x20];
1508
1509        u8         rx_frames_low[0x20];
1510
1511        u8         tx_octets_high[0x20];
1512
1513        u8         tx_octets_low[0x20];
1514
1515        u8         reserved_at_180[0xc0];
1516
1517        u8         tx_frames_high[0x20];
1518
1519        u8         tx_frames_low[0x20];
1520
1521        u8         rx_pause_high[0x20];
1522
1523        u8         rx_pause_low[0x20];
1524
1525        u8         rx_pause_duration_high[0x20];
1526
1527        u8         rx_pause_duration_low[0x20];
1528
1529        u8         tx_pause_high[0x20];
1530
1531        u8         tx_pause_low[0x20];
1532
1533        u8         tx_pause_duration_high[0x20];
1534
1535        u8         tx_pause_duration_low[0x20];
1536
1537        u8         rx_pause_transition_high[0x20];
1538
1539        u8         rx_pause_transition_low[0x20];
1540
1541        u8         reserved_at_3c0[0x400];
1542};
1543
1544struct mlx5_ifc_eth_extended_cntrs_grp_data_layout_bits {
1545        u8         port_transmit_wait_high[0x20];
1546
1547        u8         port_transmit_wait_low[0x20];
1548
1549        u8         reserved_at_40[0x100];
1550
1551        u8         rx_buffer_almost_full_high[0x20];
1552
1553        u8         rx_buffer_almost_full_low[0x20];
1554
1555        u8         rx_buffer_full_high[0x20];
1556
1557        u8         rx_buffer_full_low[0x20];
1558
1559        u8         reserved_at_1c0[0x600];
1560};
1561
1562struct mlx5_ifc_eth_3635_cntrs_grp_data_layout_bits {
1563        u8         dot3stats_alignment_errors_high[0x20];
1564
1565        u8         dot3stats_alignment_errors_low[0x20];
1566
1567        u8         dot3stats_fcs_errors_high[0x20];
1568
1569        u8         dot3stats_fcs_errors_low[0x20];
1570
1571        u8         dot3stats_single_collision_frames_high[0x20];
1572
1573        u8         dot3stats_single_collision_frames_low[0x20];
1574
1575        u8         dot3stats_multiple_collision_frames_high[0x20];
1576
1577        u8         dot3stats_multiple_collision_frames_low[0x20];
1578
1579        u8         dot3stats_sqe_test_errors_high[0x20];
1580
1581        u8         dot3stats_sqe_test_errors_low[0x20];
1582
1583        u8         dot3stats_deferred_transmissions_high[0x20];
1584
1585        u8         dot3stats_deferred_transmissions_low[0x20];
1586
1587        u8         dot3stats_late_collisions_high[0x20];
1588
1589        u8         dot3stats_late_collisions_low[0x20];
1590
1591        u8         dot3stats_excessive_collisions_high[0x20];
1592
1593        u8         dot3stats_excessive_collisions_low[0x20];
1594
1595        u8         dot3stats_internal_mac_transmit_errors_high[0x20];
1596
1597        u8         dot3stats_internal_mac_transmit_errors_low[0x20];
1598
1599        u8         dot3stats_carrier_sense_errors_high[0x20];
1600
1601        u8         dot3stats_carrier_sense_errors_low[0x20];
1602
1603        u8         dot3stats_frame_too_longs_high[0x20];
1604
1605        u8         dot3stats_frame_too_longs_low[0x20];
1606
1607        u8         dot3stats_internal_mac_receive_errors_high[0x20];
1608
1609        u8         dot3stats_internal_mac_receive_errors_low[0x20];
1610
1611        u8         dot3stats_symbol_errors_high[0x20];
1612
1613        u8         dot3stats_symbol_errors_low[0x20];
1614
1615        u8         dot3control_in_unknown_opcodes_high[0x20];
1616
1617        u8         dot3control_in_unknown_opcodes_low[0x20];
1618
1619        u8         dot3in_pause_frames_high[0x20];
1620
1621        u8         dot3in_pause_frames_low[0x20];
1622
1623        u8         dot3out_pause_frames_high[0x20];
1624
1625        u8         dot3out_pause_frames_low[0x20];
1626
1627        u8         reserved_at_400[0x3c0];
1628};
1629
1630struct mlx5_ifc_eth_2819_cntrs_grp_data_layout_bits {
1631        u8         ether_stats_drop_events_high[0x20];
1632
1633        u8         ether_stats_drop_events_low[0x20];
1634
1635        u8         ether_stats_octets_high[0x20];
1636
1637        u8         ether_stats_octets_low[0x20];
1638
1639        u8         ether_stats_pkts_high[0x20];
1640
1641        u8         ether_stats_pkts_low[0x20];
1642
1643        u8         ether_stats_broadcast_pkts_high[0x20];
1644
1645        u8         ether_stats_broadcast_pkts_low[0x20];
1646
1647        u8         ether_stats_multicast_pkts_high[0x20];
1648
1649        u8         ether_stats_multicast_pkts_low[0x20];
1650
1651        u8         ether_stats_crc_align_errors_high[0x20];
1652
1653        u8         ether_stats_crc_align_errors_low[0x20];
1654
1655        u8         ether_stats_undersize_pkts_high[0x20];
1656
1657        u8         ether_stats_undersize_pkts_low[0x20];
1658
1659        u8         ether_stats_oversize_pkts_high[0x20];
1660
1661        u8         ether_stats_oversize_pkts_low[0x20];
1662
1663        u8         ether_stats_fragments_high[0x20];
1664
1665        u8         ether_stats_fragments_low[0x20];
1666
1667        u8         ether_stats_jabbers_high[0x20];
1668
1669        u8         ether_stats_jabbers_low[0x20];
1670
1671        u8         ether_stats_collisions_high[0x20];
1672
1673        u8         ether_stats_collisions_low[0x20];
1674
1675        u8         ether_stats_pkts64octets_high[0x20];
1676
1677        u8         ether_stats_pkts64octets_low[0x20];
1678
1679        u8         ether_stats_pkts65to127octets_high[0x20];
1680
1681        u8         ether_stats_pkts65to127octets_low[0x20];
1682
1683        u8         ether_stats_pkts128to255octets_high[0x20];
1684
1685        u8         ether_stats_pkts128to255octets_low[0x20];
1686
1687        u8         ether_stats_pkts256to511octets_high[0x20];
1688
1689        u8         ether_stats_pkts256to511octets_low[0x20];
1690
1691        u8         ether_stats_pkts512to1023octets_high[0x20];
1692
1693        u8         ether_stats_pkts512to1023octets_low[0x20];
1694
1695        u8         ether_stats_pkts1024to1518octets_high[0x20];
1696
1697        u8         ether_stats_pkts1024to1518octets_low[0x20];
1698
1699        u8         ether_stats_pkts1519to2047octets_high[0x20];
1700
1701        u8         ether_stats_pkts1519to2047octets_low[0x20];
1702
1703        u8         ether_stats_pkts2048to4095octets_high[0x20];
1704
1705        u8         ether_stats_pkts2048to4095octets_low[0x20];
1706
1707        u8         ether_stats_pkts4096to8191octets_high[0x20];
1708
1709        u8         ether_stats_pkts4096to8191octets_low[0x20];
1710
1711        u8         ether_stats_pkts8192to10239octets_high[0x20];
1712
1713        u8         ether_stats_pkts8192to10239octets_low[0x20];
1714
1715        u8         reserved_at_540[0x280];
1716};
1717
1718struct mlx5_ifc_eth_2863_cntrs_grp_data_layout_bits {
1719        u8         if_in_octets_high[0x20];
1720
1721        u8         if_in_octets_low[0x20];
1722
1723        u8         if_in_ucast_pkts_high[0x20];
1724
1725        u8         if_in_ucast_pkts_low[0x20];
1726
1727        u8         if_in_discards_high[0x20];
1728
1729        u8         if_in_discards_low[0x20];
1730
1731        u8         if_in_errors_high[0x20];
1732
1733        u8         if_in_errors_low[0x20];
1734
1735        u8         if_in_unknown_protos_high[0x20];
1736
1737        u8         if_in_unknown_protos_low[0x20];
1738
1739        u8         if_out_octets_high[0x20];
1740
1741        u8         if_out_octets_low[0x20];
1742
1743        u8         if_out_ucast_pkts_high[0x20];
1744
1745        u8         if_out_ucast_pkts_low[0x20];
1746
1747        u8         if_out_discards_high[0x20];
1748
1749        u8         if_out_discards_low[0x20];
1750
1751        u8         if_out_errors_high[0x20];
1752
1753        u8         if_out_errors_low[0x20];
1754
1755        u8         if_in_multicast_pkts_high[0x20];
1756
1757        u8         if_in_multicast_pkts_low[0x20];
1758
1759        u8         if_in_broadcast_pkts_high[0x20];
1760
1761        u8         if_in_broadcast_pkts_low[0x20];
1762
1763        u8         if_out_multicast_pkts_high[0x20];
1764
1765        u8         if_out_multicast_pkts_low[0x20];
1766
1767        u8         if_out_broadcast_pkts_high[0x20];
1768
1769        u8         if_out_broadcast_pkts_low[0x20];
1770
1771        u8         reserved_at_340[0x480];
1772};
1773
1774struct mlx5_ifc_eth_802_3_cntrs_grp_data_layout_bits {
1775        u8         a_frames_transmitted_ok_high[0x20];
1776
1777        u8         a_frames_transmitted_ok_low[0x20];
1778
1779        u8         a_frames_received_ok_high[0x20];
1780
1781        u8         a_frames_received_ok_low[0x20];
1782
1783        u8         a_frame_check_sequence_errors_high[0x20];
1784
1785        u8         a_frame_check_sequence_errors_low[0x20];
1786
1787        u8         a_alignment_errors_high[0x20];
1788
1789        u8         a_alignment_errors_low[0x20];
1790
1791        u8         a_octets_transmitted_ok_high[0x20];
1792
1793        u8         a_octets_transmitted_ok_low[0x20];
1794
1795        u8         a_octets_received_ok_high[0x20];
1796
1797        u8         a_octets_received_ok_low[0x20];
1798
1799        u8         a_multicast_frames_xmitted_ok_high[0x20];
1800
1801        u8         a_multicast_frames_xmitted_ok_low[0x20];
1802
1803        u8         a_broadcast_frames_xmitted_ok_high[0x20];
1804
1805        u8         a_broadcast_frames_xmitted_ok_low[0x20];
1806
1807        u8         a_multicast_frames_received_ok_high[0x20];
1808
1809        u8         a_multicast_frames_received_ok_low[0x20];
1810
1811        u8         a_broadcast_frames_received_ok_high[0x20];
1812
1813        u8         a_broadcast_frames_received_ok_low[0x20];
1814
1815        u8         a_in_range_length_errors_high[0x20];
1816
1817        u8         a_in_range_length_errors_low[0x20];
1818
1819        u8         a_out_of_range_length_field_high[0x20];
1820
1821        u8         a_out_of_range_length_field_low[0x20];
1822
1823        u8         a_frame_too_long_errors_high[0x20];
1824
1825        u8         a_frame_too_long_errors_low[0x20];
1826
1827        u8         a_symbol_error_during_carrier_high[0x20];
1828
1829        u8         a_symbol_error_during_carrier_low[0x20];
1830
1831        u8         a_mac_control_frames_transmitted_high[0x20];
1832
1833        u8         a_mac_control_frames_transmitted_low[0x20];
1834
1835        u8         a_mac_control_frames_received_high[0x20];
1836
1837        u8         a_mac_control_frames_received_low[0x20];
1838
1839        u8         a_unsupported_opcodes_received_high[0x20];
1840
1841        u8         a_unsupported_opcodes_received_low[0x20];
1842
1843        u8         a_pause_mac_ctrl_frames_received_high[0x20];
1844
1845        u8         a_pause_mac_ctrl_frames_received_low[0x20];
1846
1847        u8         a_pause_mac_ctrl_frames_transmitted_high[0x20];
1848
1849        u8         a_pause_mac_ctrl_frames_transmitted_low[0x20];
1850
1851        u8         reserved_at_4c0[0x300];
1852};
1853
1854struct mlx5_ifc_pcie_perf_cntrs_grp_data_layout_bits {
1855        u8         life_time_counter_high[0x20];
1856
1857        u8         life_time_counter_low[0x20];
1858
1859        u8         rx_errors[0x20];
1860
1861        u8         tx_errors[0x20];
1862
1863        u8         l0_to_recovery_eieos[0x20];
1864
1865        u8         l0_to_recovery_ts[0x20];
1866
1867        u8         l0_to_recovery_framing[0x20];
1868
1869        u8         l0_to_recovery_retrain[0x20];
1870
1871        u8         crc_error_dllp[0x20];
1872
1873        u8         crc_error_tlp[0x20];
1874
1875        u8         tx_overflow_buffer_pkt_high[0x20];
1876
1877        u8         tx_overflow_buffer_pkt_low[0x20];
1878
1879        u8         outbound_stalled_reads[0x20];
1880
1881        u8         outbound_stalled_writes[0x20];
1882
1883        u8         outbound_stalled_reads_events[0x20];
1884
1885        u8         outbound_stalled_writes_events[0x20];
1886
1887        u8         reserved_at_200[0x5c0];
1888};
1889
1890struct mlx5_ifc_cmd_inter_comp_event_bits {
1891        u8         command_completion_vector[0x20];
1892
1893        u8         reserved_at_20[0xc0];
1894};
1895
1896struct mlx5_ifc_stall_vl_event_bits {
1897        u8         reserved_at_0[0x18];
1898        u8         port_num[0x1];
1899        u8         reserved_at_19[0x3];
1900        u8         vl[0x4];
1901
1902        u8         reserved_at_20[0xa0];
1903};
1904
1905struct mlx5_ifc_db_bf_congestion_event_bits {
1906        u8         event_subtype[0x8];
1907        u8         reserved_at_8[0x8];
1908        u8         congestion_level[0x8];
1909        u8         reserved_at_18[0x8];
1910
1911        u8         reserved_at_20[0xa0];
1912};
1913
1914struct mlx5_ifc_gpio_event_bits {
1915        u8         reserved_at_0[0x60];
1916
1917        u8         gpio_event_hi[0x20];
1918
1919        u8         gpio_event_lo[0x20];
1920
1921        u8         reserved_at_a0[0x40];
1922};
1923
1924struct mlx5_ifc_port_state_change_event_bits {
1925        u8         reserved_at_0[0x40];
1926
1927        u8         port_num[0x4];
1928        u8         reserved_at_44[0x1c];
1929
1930        u8         reserved_at_60[0x80];
1931};
1932
1933struct mlx5_ifc_dropped_packet_logged_bits {
1934        u8         reserved_at_0[0xe0];
1935};
1936
1937enum {
1938        MLX5_CQ_ERROR_SYNDROME_CQ_OVERRUN                 = 0x1,
1939        MLX5_CQ_ERROR_SYNDROME_CQ_ACCESS_VIOLATION_ERROR  = 0x2,
1940};
1941
1942struct mlx5_ifc_cq_error_bits {
1943        u8         reserved_at_0[0x8];
1944        u8         cqn[0x18];
1945
1946        u8         reserved_at_20[0x20];
1947
1948        u8         reserved_at_40[0x18];
1949        u8         syndrome[0x8];
1950
1951        u8         reserved_at_60[0x80];
1952};
1953
1954struct mlx5_ifc_rdma_page_fault_event_bits {
1955        u8         bytes_committed[0x20];
1956
1957        u8         r_key[0x20];
1958
1959        u8         reserved_at_40[0x10];
1960        u8         packet_len[0x10];
1961
1962        u8         rdma_op_len[0x20];
1963
1964        u8         rdma_va[0x40];
1965
1966        u8         reserved_at_c0[0x5];
1967        u8         rdma[0x1];
1968        u8         write[0x1];
1969        u8         requestor[0x1];
1970        u8         qp_number[0x18];
1971};
1972
1973struct mlx5_ifc_wqe_associated_page_fault_event_bits {
1974        u8         bytes_committed[0x20];
1975
1976        u8         reserved_at_20[0x10];
1977        u8         wqe_index[0x10];
1978
1979        u8         reserved_at_40[0x10];
1980        u8         len[0x10];
1981
1982        u8         reserved_at_60[0x60];
1983
1984        u8         reserved_at_c0[0x5];
1985        u8         rdma[0x1];
1986        u8         write_read[0x1];
1987        u8         requestor[0x1];
1988        u8         qpn[0x18];
1989};
1990
1991struct mlx5_ifc_qp_events_bits {
1992        u8         reserved_at_0[0xa0];
1993
1994        u8         type[0x8];
1995        u8         reserved_at_a8[0x18];
1996
1997        u8         reserved_at_c0[0x8];
1998        u8         qpn_rqn_sqn[0x18];
1999};
2000
2001struct mlx5_ifc_dct_events_bits {
2002        u8         reserved_at_0[0xc0];
2003
2004        u8         reserved_at_c0[0x8];
2005        u8         dct_number[0x18];
2006};
2007
2008struct mlx5_ifc_comp_event_bits {
2009        u8         reserved_at_0[0xc0];
2010
2011        u8         reserved_at_c0[0x8];
2012        u8         cq_number[0x18];
2013};
2014
2015enum {
2016        MLX5_QPC_STATE_RST        = 0x0,
2017        MLX5_QPC_STATE_INIT       = 0x1,
2018        MLX5_QPC_STATE_RTR        = 0x2,
2019        MLX5_QPC_STATE_RTS        = 0x3,
2020        MLX5_QPC_STATE_SQER       = 0x4,
2021        MLX5_QPC_STATE_ERR        = 0x6,
2022        MLX5_QPC_STATE_SQD        = 0x7,
2023        MLX5_QPC_STATE_SUSPENDED  = 0x9,
2024};
2025
2026enum {
2027        MLX5_QPC_ST_RC            = 0x0,
2028        MLX5_QPC_ST_UC            = 0x1,
2029        MLX5_QPC_ST_UD            = 0x2,
2030        MLX5_QPC_ST_XRC           = 0x3,
2031        MLX5_QPC_ST_DCI           = 0x5,
2032        MLX5_QPC_ST_QP0           = 0x7,
2033        MLX5_QPC_ST_QP1           = 0x8,
2034        MLX5_QPC_ST_RAW_DATAGRAM  = 0x9,
2035        MLX5_QPC_ST_REG_UMR       = 0xc,
2036};
2037
2038enum {
2039        MLX5_QPC_PM_STATE_ARMED     = 0x0,
2040        MLX5_QPC_PM_STATE_REARM     = 0x1,
2041        MLX5_QPC_PM_STATE_RESERVED  = 0x2,
2042        MLX5_QPC_PM_STATE_MIGRATED  = 0x3,
2043};
2044
2045enum {
2046        MLX5_QPC_OFFLOAD_TYPE_RNDV  = 0x1,
2047};
2048
2049enum {
2050        MLX5_QPC_END_PADDING_MODE_SCATTER_AS_IS                = 0x0,
2051        MLX5_QPC_END_PADDING_MODE_PAD_TO_CACHE_LINE_ALIGNMENT  = 0x1,
2052};
2053
2054enum {
2055        MLX5_QPC_MTU_256_BYTES        = 0x1,
2056        MLX5_QPC_MTU_512_BYTES        = 0x2,
2057        MLX5_QPC_MTU_1K_BYTES         = 0x3,
2058        MLX5_QPC_MTU_2K_BYTES         = 0x4,
2059        MLX5_QPC_MTU_4K_BYTES         = 0x5,
2060        MLX5_QPC_MTU_RAW_ETHERNET_QP  = 0x7,
2061};
2062
2063enum {
2064        MLX5_QPC_ATOMIC_MODE_IB_SPEC     = 0x1,
2065        MLX5_QPC_ATOMIC_MODE_ONLY_8B     = 0x2,
2066        MLX5_QPC_ATOMIC_MODE_UP_TO_8B    = 0x3,
2067        MLX5_QPC_ATOMIC_MODE_UP_TO_16B   = 0x4,
2068        MLX5_QPC_ATOMIC_MODE_UP_TO_32B   = 0x5,
2069        MLX5_QPC_ATOMIC_MODE_UP_TO_64B   = 0x6,
2070        MLX5_QPC_ATOMIC_MODE_UP_TO_128B  = 0x7,
2071        MLX5_QPC_ATOMIC_MODE_UP_TO_256B  = 0x8,
2072};
2073
2074enum {
2075        MLX5_QPC_CS_REQ_DISABLE    = 0x0,
2076        MLX5_QPC_CS_REQ_UP_TO_32B  = 0x11,
2077        MLX5_QPC_CS_REQ_UP_TO_64B  = 0x22,
2078};
2079
2080enum {
2081        MLX5_QPC_CS_RES_DISABLE    = 0x0,
2082        MLX5_QPC_CS_RES_UP_TO_32B  = 0x1,
2083        MLX5_QPC_CS_RES_UP_TO_64B  = 0x2,
2084};
2085
2086struct mlx5_ifc_qpc_bits {
2087        u8         state[0x4];
2088        u8         lag_tx_port_affinity[0x4];
2089        u8         st[0x8];
2090        u8         reserved_at_10[0x3];
2091        u8         pm_state[0x2];
2092        u8         reserved_at_15[0x3];
2093        u8         offload_type[0x4];
2094        u8         end_padding_mode[0x2];
2095        u8         reserved_at_1e[0x2];
2096
2097        u8         wq_signature[0x1];
2098        u8         block_lb_mc[0x1];
2099        u8         atomic_like_write_en[0x1];
2100        u8         latency_sensitive[0x1];
2101        u8         reserved_at_24[0x1];
2102        u8         drain_sigerr[0x1];
2103        u8         reserved_at_26[0x2];
2104        u8         pd[0x18];
2105
2106        u8         mtu[0x3];
2107        u8         log_msg_max[0x5];
2108        u8         reserved_at_48[0x1];
2109        u8         log_rq_size[0x4];
2110        u8         log_rq_stride[0x3];
2111        u8         no_sq[0x1];
2112        u8         log_sq_size[0x4];
2113        u8         reserved_at_55[0x6];
2114        u8         rlky[0x1];
2115        u8         ulp_stateless_offload_mode[0x4];
2116
2117        u8         counter_set_id[0x8];
2118        u8         uar_page[0x18];
2119
2120        u8         reserved_at_80[0x8];
2121        u8         user_index[0x18];
2122
2123        u8         reserved_at_a0[0x3];
2124        u8         log_page_size[0x5];
2125        u8         remote_qpn[0x18];
2126
2127        struct mlx5_ifc_ads_bits primary_address_path;
2128
2129        struct mlx5_ifc_ads_bits secondary_address_path;
2130
2131        u8         log_ack_req_freq[0x4];
2132        u8         reserved_at_384[0x4];
2133        u8         log_sra_max[0x3];
2134        u8         reserved_at_38b[0x2];
2135        u8         retry_count[0x3];
2136        u8         rnr_retry[0x3];
2137        u8         reserved_at_393[0x1];
2138        u8         fre[0x1];
2139        u8         cur_rnr_retry[0x3];
2140        u8         cur_retry_count[0x3];
2141        u8         reserved_at_39b[0x5];
2142
2143        u8         reserved_at_3a0[0x20];
2144
2145        u8         reserved_at_3c0[0x8];
2146        u8         next_send_psn[0x18];
2147
2148        u8         reserved_at_3e0[0x8];
2149        u8         cqn_snd[0x18];
2150
2151        u8         reserved_at_400[0x8];
2152        u8         deth_sqpn[0x18];
2153
2154        u8         reserved_at_420[0x20];
2155
2156        u8         reserved_at_440[0x8];
2157        u8         last_acked_psn[0x18];
2158
2159        u8         reserved_at_460[0x8];
2160        u8         ssn[0x18];
2161
2162        u8         reserved_at_480[0x8];
2163        u8         log_rra_max[0x3];
2164        u8         reserved_at_48b[0x1];
2165        u8         atomic_mode[0x4];
2166        u8         rre[0x1];
2167        u8         rwe[0x1];
2168        u8         rae[0x1];
2169        u8         reserved_at_493[0x1];
2170        u8         page_offset[0x6];
2171        u8         reserved_at_49a[0x3];
2172        u8         cd_slave_receive[0x1];
2173        u8         cd_slave_send[0x1];
2174        u8         cd_master[0x1];
2175
2176        u8         reserved_at_4a0[0x3];
2177        u8         min_rnr_nak[0x5];
2178        u8         next_rcv_psn[0x18];
2179
2180        u8         reserved_at_4c0[0x8];
2181        u8         xrcd[0x18];
2182
2183        u8         reserved_at_4e0[0x8];
2184        u8         cqn_rcv[0x18];
2185
2186        u8         dbr_addr[0x40];
2187
2188        u8         q_key[0x20];
2189
2190        u8         reserved_at_560[0x5];
2191        u8         rq_type[0x3];
2192        u8         srqn_rmpn_xrqn[0x18];
2193
2194        u8         reserved_at_580[0x8];
2195        u8         rmsn[0x18];
2196
2197        u8         hw_sq_wqebb_counter[0x10];
2198        u8         sw_sq_wqebb_counter[0x10];
2199
2200        u8         hw_rq_counter[0x20];
2201
2202        u8         sw_rq_counter[0x20];
2203
2204        u8         reserved_at_600[0x20];
2205
2206        u8         reserved_at_620[0xf];
2207        u8         cgs[0x1];
2208        u8         cs_req[0x8];
2209        u8         cs_res[0x8];
2210
2211        u8         dc_access_key[0x40];
2212
2213        u8         reserved_at_680[0xc0];
2214};
2215
2216struct mlx5_ifc_roce_addr_layout_bits {
2217        u8         source_l3_address[16][0x8];
2218
2219        u8         reserved_at_80[0x3];
2220        u8         vlan_valid[0x1];
2221        u8         vlan_id[0xc];
2222        u8         source_mac_47_32[0x10];
2223
2224        u8         source_mac_31_0[0x20];
2225
2226        u8         reserved_at_c0[0x14];
2227        u8         roce_l3_type[0x4];
2228        u8         roce_version[0x8];
2229
2230        u8         reserved_at_e0[0x20];
2231};
2232
2233union mlx5_ifc_hca_cap_union_bits {
2234        struct mlx5_ifc_cmd_hca_cap_bits cmd_hca_cap;
2235        struct mlx5_ifc_odp_cap_bits odp_cap;
2236        struct mlx5_ifc_atomic_caps_bits atomic_caps;
2237        struct mlx5_ifc_roce_cap_bits roce_cap;
2238        struct mlx5_ifc_per_protocol_networking_offload_caps_bits per_protocol_networking_offload_caps;
2239        struct mlx5_ifc_flow_table_nic_cap_bits flow_table_nic_cap;
2240        struct mlx5_ifc_flow_table_eswitch_cap_bits flow_table_eswitch_cap;
2241        struct mlx5_ifc_e_switch_cap_bits e_switch_cap;
2242        struct mlx5_ifc_vector_calc_cap_bits vector_calc_cap;
2243        struct mlx5_ifc_qos_cap_bits qos_cap;
2244        struct mlx5_ifc_fpga_cap_bits fpga_cap;
2245        u8         reserved_at_0[0x8000];
2246};
2247
2248enum {
2249        MLX5_FLOW_CONTEXT_ACTION_ALLOW     = 0x1,
2250        MLX5_FLOW_CONTEXT_ACTION_DROP      = 0x2,
2251        MLX5_FLOW_CONTEXT_ACTION_FWD_DEST  = 0x4,
2252        MLX5_FLOW_CONTEXT_ACTION_COUNT     = 0x8,
2253        MLX5_FLOW_CONTEXT_ACTION_ENCAP     = 0x10,
2254        MLX5_FLOW_CONTEXT_ACTION_DECAP     = 0x20,
2255        MLX5_FLOW_CONTEXT_ACTION_MOD_HDR   = 0x40,
2256};
2257
2258struct mlx5_ifc_flow_context_bits {
2259        u8         reserved_at_0[0x20];
2260
2261        u8         group_id[0x20];
2262
2263        u8         reserved_at_40[0x8];
2264        u8         flow_tag[0x18];
2265
2266        u8         reserved_at_60[0x10];
2267        u8         action[0x10];
2268
2269        u8         reserved_at_80[0x8];
2270        u8         destination_list_size[0x18];
2271
2272        u8         reserved_at_a0[0x8];
2273        u8         flow_counter_list_size[0x18];
2274
2275        u8         encap_id[0x20];
2276
2277        u8         modify_header_id[0x20];
2278
2279        u8         reserved_at_100[0x100];
2280
2281        struct mlx5_ifc_fte_match_param_bits match_value;
2282
2283        u8         reserved_at_1200[0x600];
2284
2285        union mlx5_ifc_dest_format_struct_flow_counter_list_auto_bits destination[0];
2286};
2287
2288enum {
2289        MLX5_XRC_SRQC_STATE_GOOD   = 0x0,
2290        MLX5_XRC_SRQC_STATE_ERROR  = 0x1,
2291};
2292
2293struct mlx5_ifc_xrc_srqc_bits {
2294        u8         state[0x4];
2295        u8         log_xrc_srq_size[0x4];
2296        u8         reserved_at_8[0x18];
2297
2298        u8         wq_signature[0x1];
2299        u8         cont_srq[0x1];
2300        u8         reserved_at_22[0x1];
2301        u8         rlky[0x1];
2302        u8         basic_cyclic_rcv_wqe[0x1];
2303        u8         log_rq_stride[0x3];
2304        u8         xrcd[0x18];
2305
2306        u8         page_offset[0x6];
2307        u8         reserved_at_46[0x2];
2308        u8         cqn[0x18];
2309
2310        u8         reserved_at_60[0x20];
2311
2312        u8         user_index_equal_xrc_srqn[0x1];
2313        u8         reserved_at_81[0x1];
2314        u8         log_page_size[0x6];
2315        u8         user_index[0x18];
2316
2317        u8         reserved_at_a0[0x20];
2318
2319        u8         reserved_at_c0[0x8];
2320        u8         pd[0x18];
2321
2322        u8         lwm[0x10];
2323        u8         wqe_cnt[0x10];
2324
2325        u8         reserved_at_100[0x40];
2326
2327        u8         db_record_addr_h[0x20];
2328
2329        u8         db_record_addr_l[0x1e];
2330        u8         reserved_at_17e[0x2];
2331
2332        u8         reserved_at_180[0x80];
2333};
2334
2335struct mlx5_ifc_traffic_counter_bits {
2336        u8         packets[0x40];
2337
2338        u8         octets[0x40];
2339};
2340
2341struct mlx5_ifc_tisc_bits {
2342        u8         strict_lag_tx_port_affinity[0x1];
2343        u8         reserved_at_1[0x3];
2344        u8         lag_tx_port_affinity[0x04];
2345
2346        u8         reserved_at_8[0x4];
2347        u8         prio[0x4];
2348        u8         reserved_at_10[0x10];
2349
2350        u8         reserved_at_20[0x100];
2351
2352        u8         reserved_at_120[0x8];
2353        u8         transport_domain[0x18];
2354
2355        u8         reserved_at_140[0x8];
2356        u8         underlay_qpn[0x18];
2357        u8         reserved_at_160[0x3a0];
2358};
2359
2360enum {
2361        MLX5_TIRC_DISP_TYPE_DIRECT    = 0x0,
2362        MLX5_TIRC_DISP_TYPE_INDIRECT  = 0x1,
2363};
2364
2365enum {
2366        MLX5_TIRC_LRO_ENABLE_MASK_IPV4_LRO  = 0x1,
2367        MLX5_TIRC_LRO_ENABLE_MASK_IPV6_LRO  = 0x2,
2368};
2369
2370enum {
2371        MLX5_RX_HASH_FN_NONE           = 0x0,
2372        MLX5_RX_HASH_FN_INVERTED_XOR8  = 0x1,
2373        MLX5_RX_HASH_FN_TOEPLITZ       = 0x2,
2374};
2375
2376enum {
2377        MLX5_TIRC_SELF_LB_BLOCK_BLOCK_UNICAST_    = 0x1,
2378        MLX5_TIRC_SELF_LB_BLOCK_BLOCK_MULTICAST_  = 0x2,
2379};
2380
2381struct mlx5_ifc_tirc_bits {
2382        u8         reserved_at_0[0x20];
2383
2384        u8         disp_type[0x4];
2385        u8         reserved_at_24[0x1c];
2386
2387        u8         reserved_at_40[0x40];
2388
2389        u8         reserved_at_80[0x4];
2390        u8         lro_timeout_period_usecs[0x10];
2391        u8         lro_enable_mask[0x4];
2392        u8         lro_max_ip_payload_size[0x8];
2393
2394        u8         reserved_at_a0[0x40];
2395
2396        u8         reserved_at_e0[0x8];
2397        u8         inline_rqn[0x18];
2398
2399        u8         rx_hash_symmetric[0x1];
2400        u8         reserved_at_101[0x1];
2401        u8         tunneled_offload_en[0x1];
2402        u8         reserved_at_103[0x5];
2403        u8         indirect_table[0x18];
2404
2405        u8         rx_hash_fn[0x4];
2406        u8         reserved_at_124[0x2];
2407        u8         self_lb_block[0x2];
2408        u8         transport_domain[0x18];
2409
2410        u8         rx_hash_toeplitz_key[10][0x20];
2411
2412        struct mlx5_ifc_rx_hash_field_select_bits rx_hash_field_selector_outer;
2413
2414        struct mlx5_ifc_rx_hash_field_select_bits rx_hash_field_selector_inner;
2415
2416        u8         reserved_at_2c0[0x4c0];
2417};
2418
2419enum {
2420        MLX5_SRQC_STATE_GOOD   = 0x0,
2421        MLX5_SRQC_STATE_ERROR  = 0x1,
2422};
2423
2424struct mlx5_ifc_srqc_bits {
2425        u8         state[0x4];
2426        u8         log_srq_size[0x4];
2427        u8         reserved_at_8[0x18];
2428
2429        u8         wq_signature[0x1];
2430        u8         cont_srq[0x1];
2431        u8         reserved_at_22[0x1];
2432        u8         rlky[0x1];
2433        u8         reserved_at_24[0x1];
2434        u8         log_rq_stride[0x3];
2435        u8         xrcd[0x18];
2436
2437        u8         page_offset[0x6];
2438        u8         reserved_at_46[0x2];
2439        u8         cqn[0x18];
2440
2441        u8         reserved_at_60[0x20];
2442
2443        u8         reserved_at_80[0x2];
2444        u8         log_page_size[0x6];
2445        u8         reserved_at_88[0x18];
2446
2447        u8         reserved_at_a0[0x20];
2448
2449        u8         reserved_at_c0[0x8];
2450        u8         pd[0x18];
2451
2452        u8         lwm[0x10];
2453        u8         wqe_cnt[0x10];
2454
2455        u8         reserved_at_100[0x40];
2456
2457        u8         dbr_addr[0x40];
2458
2459        u8         reserved_at_180[0x80];
2460};
2461
2462enum {
2463        MLX5_SQC_STATE_RST  = 0x0,
2464        MLX5_SQC_STATE_RDY  = 0x1,
2465        MLX5_SQC_STATE_ERR  = 0x3,
2466};
2467
2468struct mlx5_ifc_sqc_bits {
2469        u8         rlky[0x1];
2470        u8         cd_master[0x1];
2471        u8         fre[0x1];
2472        u8         flush_in_error_en[0x1];
2473        u8         allow_multi_pkt_send_wqe[0x1];
2474        u8         min_wqe_inline_mode[0x3];
2475        u8         state[0x4];
2476        u8         reg_umr[0x1];
2477        u8         allow_swp[0x1];
2478        u8         reserved_at_e[0x12];
2479
2480        u8         reserved_at_20[0x8];
2481        u8         user_index[0x18];
2482
2483        u8         reserved_at_40[0x8];
2484        u8         cqn[0x18];
2485
2486        u8         reserved_at_60[0x90];
2487
2488        u8         packet_pacing_rate_limit_index[0x10];
2489        u8         tis_lst_sz[0x10];
2490        u8         reserved_at_110[0x10];
2491
2492        u8         reserved_at_120[0x40];
2493
2494        u8         reserved_at_160[0x8];
2495        u8         tis_num_0[0x18];
2496
2497        struct mlx5_ifc_wq_bits wq;
2498};
2499
2500enum {
2501        SCHEDULING_CONTEXT_ELEMENT_TYPE_TSAR = 0x0,
2502        SCHEDULING_CONTEXT_ELEMENT_TYPE_VPORT = 0x1,
2503        SCHEDULING_CONTEXT_ELEMENT_TYPE_VPORT_TC = 0x2,
2504        SCHEDULING_CONTEXT_ELEMENT_TYPE_PARA_VPORT_TC = 0x3,
2505};
2506
2507struct mlx5_ifc_scheduling_context_bits {
2508        u8         element_type[0x8];
2509        u8         reserved_at_8[0x18];
2510
2511        u8         element_attributes[0x20];
2512
2513        u8         parent_element_id[0x20];
2514
2515        u8         reserved_at_60[0x40];
2516
2517        u8         bw_share[0x20];
2518
2519        u8         max_average_bw[0x20];
2520
2521        u8         reserved_at_e0[0x120];
2522};
2523
2524struct mlx5_ifc_rqtc_bits {
2525        u8         reserved_at_0[0xa0];
2526
2527        u8         reserved_at_a0[0x10];
2528        u8         rqt_max_size[0x10];
2529
2530        u8         reserved_at_c0[0x10];
2531        u8         rqt_actual_size[0x10];
2532
2533        u8         reserved_at_e0[0x6a0];
2534
2535        struct mlx5_ifc_rq_num_bits rq_num[0];
2536};
2537
2538enum {
2539        MLX5_RQC_MEM_RQ_TYPE_MEMORY_RQ_INLINE  = 0x0,
2540        MLX5_RQC_MEM_RQ_TYPE_MEMORY_RQ_RMP     = 0x1,
2541};
2542
2543enum {
2544        MLX5_RQC_STATE_RST  = 0x0,
2545        MLX5_RQC_STATE_RDY  = 0x1,
2546        MLX5_RQC_STATE_ERR  = 0x3,
2547};
2548
2549struct mlx5_ifc_rqc_bits {
2550        u8         rlky[0x1];
2551        u8         delay_drop_en[0x1];
2552        u8         scatter_fcs[0x1];
2553        u8         vsd[0x1];
2554        u8         mem_rq_type[0x4];
2555        u8         state[0x4];
2556        u8         reserved_at_c[0x1];
2557        u8         flush_in_error_en[0x1];
2558        u8         reserved_at_e[0x12];
2559
2560        u8         reserved_at_20[0x8];
2561        u8         user_index[0x18];
2562
2563        u8         reserved_at_40[0x8];
2564        u8         cqn[0x18];
2565
2566        u8         counter_set_id[0x8];
2567        u8         reserved_at_68[0x18];
2568
2569        u8         reserved_at_80[0x8];
2570        u8         rmpn[0x18];
2571
2572        u8         reserved_at_a0[0xe0];
2573
2574        struct mlx5_ifc_wq_bits wq;
2575};
2576
2577enum {
2578        MLX5_RMPC_STATE_RDY  = 0x1,
2579        MLX5_RMPC_STATE_ERR  = 0x3,
2580};
2581
2582struct mlx5_ifc_rmpc_bits {
2583        u8         reserved_at_0[0x8];
2584        u8         state[0x4];
2585        u8         reserved_at_c[0x14];
2586
2587        u8         basic_cyclic_rcv_wqe[0x1];
2588        u8         reserved_at_21[0x1f];
2589
2590        u8         reserved_at_40[0x140];
2591
2592        struct mlx5_ifc_wq_bits wq;
2593};
2594
2595struct mlx5_ifc_nic_vport_context_bits {
2596        u8         reserved_at_0[0x5];
2597        u8         min_wqe_inline_mode[0x3];
2598        u8         reserved_at_8[0x15];
2599        u8         disable_mc_local_lb[0x1];
2600        u8         disable_uc_local_lb[0x1];
2601        u8         roce_en[0x1];
2602
2603        u8         arm_change_event[0x1];
2604        u8         reserved_at_21[0x1a];
2605        u8         event_on_mtu[0x1];
2606        u8         event_on_promisc_change[0x1];
2607        u8         event_on_vlan_change[0x1];
2608        u8         event_on_mc_address_change[0x1];
2609        u8         event_on_uc_address_change[0x1];
2610
2611        u8         reserved_at_40[0xf0];
2612
2613        u8         mtu[0x10];
2614
2615        u8         system_image_guid[0x40];
2616        u8         port_guid[0x40];
2617        u8         node_guid[0x40];
2618
2619        u8         reserved_at_200[0x140];
2620        u8         qkey_violation_counter[0x10];
2621        u8         reserved_at_350[0x430];
2622
2623        u8         promisc_uc[0x1];
2624        u8         promisc_mc[0x1];
2625        u8         promisc_all[0x1];
2626        u8         reserved_at_783[0x2];
2627        u8         allowed_list_type[0x3];
2628        u8         reserved_at_788[0xc];
2629        u8         allowed_list_size[0xc];
2630
2631        struct mlx5_ifc_mac_address_layout_bits permanent_address;
2632
2633        u8         reserved_at_7e0[0x20];
2634
2635        u8         current_uc_mac_address[0][0x40];
2636};
2637
2638enum {
2639        MLX5_MKC_ACCESS_MODE_PA    = 0x0,
2640        MLX5_MKC_ACCESS_MODE_MTT   = 0x1,
2641        MLX5_MKC_ACCESS_MODE_KLMS  = 0x2,
2642        MLX5_MKC_ACCESS_MODE_KSM   = 0x3,
2643};
2644
2645struct mlx5_ifc_mkc_bits {
2646        u8         reserved_at_0[0x1];
2647        u8         free[0x1];
2648        u8         reserved_at_2[0xd];
2649        u8         small_fence_on_rdma_read_response[0x1];
2650        u8         umr_en[0x1];
2651        u8         a[0x1];
2652        u8         rw[0x1];
2653        u8         rr[0x1];
2654        u8         lw[0x1];
2655        u8         lr[0x1];
2656        u8         access_mode[0x2];
2657        u8         reserved_at_18[0x8];
2658
2659        u8         qpn[0x18];
2660        u8         mkey_7_0[0x8];
2661
2662        u8         reserved_at_40[0x20];
2663
2664        u8         length64[0x1];
2665        u8         bsf_en[0x1];
2666        u8         sync_umr[0x1];
2667        u8         reserved_at_63[0x2];
2668        u8         expected_sigerr_count[0x1];
2669        u8         reserved_at_66[0x1];
2670        u8         en_rinval[0x1];
2671        u8         pd[0x18];
2672
2673        u8         start_addr[0x40];
2674
2675        u8         len[0x40];
2676
2677        u8         bsf_octword_size[0x20];
2678
2679        u8         reserved_at_120[0x80];
2680
2681        u8         translations_octword_size[0x20];
2682
2683        u8         reserved_at_1c0[0x1b];
2684        u8         log_page_size[0x5];
2685
2686        u8         reserved_at_1e0[0x20];
2687};
2688
2689struct mlx5_ifc_pkey_bits {
2690        u8         reserved_at_0[0x10];
2691        u8         pkey[0x10];
2692};
2693
2694struct mlx5_ifc_array128_auto_bits {
2695        u8         array128_auto[16][0x8];
2696};
2697
2698struct mlx5_ifc_hca_vport_context_bits {
2699        u8         field_select[0x20];
2700
2701        u8         reserved_at_20[0xe0];
2702
2703        u8         sm_virt_aware[0x1];
2704        u8         has_smi[0x1];
2705        u8         has_raw[0x1];
2706        u8         grh_required[0x1];
2707        u8         reserved_at_104[0xc];
2708        u8         port_physical_state[0x4];
2709        u8         vport_state_policy[0x4];
2710        u8         port_state[0x4];
2711        u8         vport_state[0x4];
2712
2713        u8         reserved_at_120[0x20];
2714
2715        u8         system_image_guid[0x40];
2716
2717        u8         port_guid[0x40];
2718
2719        u8         node_guid[0x40];
2720
2721        u8         cap_mask1[0x20];
2722
2723        u8         cap_mask1_field_select[0x20];
2724
2725        u8         cap_mask2[0x20];
2726
2727        u8         cap_mask2_field_select[0x20];
2728
2729        u8         reserved_at_280[0x80];
2730
2731        u8         lid[0x10];
2732        u8         reserved_at_310[0x4];
2733        u8         init_type_reply[0x4];
2734        u8         lmc[0x3];
2735        u8         subnet_timeout[0x5];
2736
2737        u8         sm_lid[0x10];
2738        u8         sm_sl[0x4];
2739        u8         reserved_at_334[0xc];
2740
2741        u8         qkey_violation_counter[0x10];
2742        u8         pkey_violation_counter[0x10];
2743
2744        u8         reserved_at_360[0xca0];
2745};
2746
2747struct mlx5_ifc_esw_vport_context_bits {
2748        u8         reserved_at_0[0x3];
2749        u8         vport_svlan_strip[0x1];
2750        u8         vport_cvlan_strip[0x1];
2751        u8         vport_svlan_insert[0x1];
2752        u8         vport_cvlan_insert[0x2];
2753        u8         reserved_at_8[0x18];
2754
2755        u8         reserved_at_20[0x20];
2756
2757        u8         svlan_cfi[0x1];
2758        u8         svlan_pcp[0x3];
2759        u8         svlan_id[0xc];
2760        u8         cvlan_cfi[0x1];
2761        u8         cvlan_pcp[0x3];
2762        u8         cvlan_id[0xc];
2763
2764        u8         reserved_at_60[0x7a0];
2765};
2766
2767enum {
2768        MLX5_EQC_STATUS_OK                = 0x0,
2769        MLX5_EQC_STATUS_EQ_WRITE_FAILURE  = 0xa,
2770};
2771
2772enum {
2773        MLX5_EQC_ST_ARMED  = 0x9,
2774        MLX5_EQC_ST_FIRED  = 0xa,
2775};
2776
2777struct mlx5_ifc_eqc_bits {
2778        u8         status[0x4];
2779        u8         reserved_at_4[0x9];
2780        u8         ec[0x1];
2781        u8         oi[0x1];
2782        u8         reserved_at_f[0x5];
2783        u8         st[0x4];
2784        u8         reserved_at_18[0x8];
2785
2786        u8         reserved_at_20[0x20];
2787
2788        u8         reserved_at_40[0x14];
2789        u8         page_offset[0x6];
2790        u8         reserved_at_5a[0x6];
2791
2792        u8         reserved_at_60[0x3];
2793        u8         log_eq_size[0x5];
2794        u8         uar_page[0x18];
2795
2796        u8         reserved_at_80[0x20];
2797
2798        u8         reserved_at_a0[0x18];
2799        u8         intr[0x8];
2800
2801        u8         reserved_at_c0[0x3];
2802        u8         log_page_size[0x5];
2803        u8         reserved_at_c8[0x18];
2804
2805        u8         reserved_at_e0[0x60];
2806
2807        u8         reserved_at_140[0x8];
2808        u8         consumer_counter[0x18];
2809
2810        u8         reserved_at_160[0x8];
2811        u8         producer_counter[0x18];
2812
2813        u8         reserved_at_180[0x80];
2814};
2815
2816enum {
2817        MLX5_DCTC_STATE_ACTIVE    = 0x0,
2818        MLX5_DCTC_STATE_DRAINING  = 0x1,
2819        MLX5_DCTC_STATE_DRAINED   = 0x2,
2820};
2821
2822enum {
2823        MLX5_DCTC_CS_RES_DISABLE    = 0x0,
2824        MLX5_DCTC_CS_RES_NA         = 0x1,
2825        MLX5_DCTC_CS_RES_UP_TO_64B  = 0x2,
2826};
2827
2828enum {
2829        MLX5_DCTC_MTU_256_BYTES  = 0x1,
2830        MLX5_DCTC_MTU_512_BYTES  = 0x2,
2831        MLX5_DCTC_MTU_1K_BYTES   = 0x3,
2832        MLX5_DCTC_MTU_2K_BYTES   = 0x4,
2833        MLX5_DCTC_MTU_4K_BYTES   = 0x5,
2834};
2835
2836struct mlx5_ifc_dctc_bits {
2837        u8         reserved_at_0[0x4];
2838        u8         state[0x4];
2839        u8         reserved_at_8[0x18];
2840
2841        u8         reserved_at_20[0x8];
2842        u8         user_index[0x18];
2843
2844        u8         reserved_at_40[0x8];
2845        u8         cqn[0x18];
2846
2847        u8         counter_set_id[0x8];
2848        u8         atomic_mode[0x4];
2849        u8         rre[0x1];
2850        u8         rwe[0x1];
2851        u8         rae[0x1];
2852        u8         atomic_like_write_en[0x1];
2853        u8         latency_sensitive[0x1];
2854        u8         rlky[0x1];
2855        u8         free_ar[0x1];
2856        u8         reserved_at_73[0xd];
2857
2858        u8         reserved_at_80[0x8];
2859        u8         cs_res[0x8];
2860        u8         reserved_at_90[0x3];
2861        u8         min_rnr_nak[0x5];
2862        u8         reserved_at_98[0x8];
2863
2864        u8         reserved_at_a0[0x8];
2865        u8         srqn_xrqn[0x18];
2866
2867        u8         reserved_at_c0[0x8];
2868        u8         pd[0x18];
2869
2870        u8         tclass[0x8];
2871        u8         reserved_at_e8[0x4];
2872        u8         flow_label[0x14];
2873
2874        u8         dc_access_key[0x40];
2875
2876        u8         reserved_at_140[0x5];
2877        u8         mtu[0x3];
2878        u8         port[0x8];
2879        u8         pkey_index[0x10];
2880
2881        u8         reserved_at_160[0x8];
2882        u8         my_addr_index[0x8];
2883        u8         reserved_at_170[0x8];
2884        u8         hop_limit[0x8];
2885
2886        u8         dc_access_key_violation_count[0x20];
2887
2888        u8         reserved_at_1a0[0x14];
2889        u8         dei_cfi[0x1];
2890        u8         eth_prio[0x3];
2891        u8         ecn[0x2];
2892        u8         dscp[0x6];
2893
2894        u8         reserved_at_1c0[0x40];
2895};
2896
2897enum {
2898        MLX5_CQC_STATUS_OK             = 0x0,
2899        MLX5_CQC_STATUS_CQ_OVERFLOW    = 0x9,
2900        MLX5_CQC_STATUS_CQ_WRITE_FAIL  = 0xa,
2901};
2902
2903enum {
2904        MLX5_CQC_CQE_SZ_64_BYTES   = 0x0,
2905        MLX5_CQC_CQE_SZ_128_BYTES  = 0x1,
2906};
2907
2908enum {
2909        MLX5_CQC_ST_SOLICITED_NOTIFICATION_REQUEST_ARMED  = 0x6,
2910        MLX5_CQC_ST_NOTIFICATION_REQUEST_ARMED            = 0x9,
2911        MLX5_CQC_ST_FIRED                                 = 0xa,
2912};
2913
2914enum {
2915        MLX5_CQ_PERIOD_MODE_START_FROM_EQE = 0x0,
2916        MLX5_CQ_PERIOD_MODE_START_FROM_CQE = 0x1,
2917        MLX5_CQ_PERIOD_NUM_MODES
2918};
2919
2920struct mlx5_ifc_cqc_bits {
2921        u8         status[0x4];
2922        u8         reserved_at_4[0x4];
2923        u8         cqe_sz[0x3];
2924        u8         cc[0x1];
2925        u8         reserved_at_c[0x1];
2926        u8         scqe_break_moderation_en[0x1];
2927        u8         oi[0x1];
2928        u8         cq_period_mode[0x2];
2929        u8         cqe_comp_en[0x1];
2930        u8         mini_cqe_res_format[0x2];
2931        u8         st[0x4];
2932        u8         reserved_at_18[0x8];
2933
2934        u8         reserved_at_20[0x20];
2935
2936        u8         reserved_at_40[0x14];
2937        u8         page_offset[0x6];
2938        u8         reserved_at_5a[0x6];
2939
2940        u8         reserved_at_60[0x3];
2941        u8         log_cq_size[0x5];
2942        u8         uar_page[0x18];
2943
2944        u8         reserved_at_80[0x4];
2945        u8         cq_period[0xc];
2946        u8         cq_max_count[0x10];
2947
2948        u8         reserved_at_a0[0x18];
2949        u8         c_eqn[0x8];
2950
2951        u8         reserved_at_c0[0x3];
2952        u8         log_page_size[0x5];
2953        u8         reserved_at_c8[0x18];
2954
2955        u8         reserved_at_e0[0x20];
2956
2957        u8         reserved_at_100[0x8];
2958        u8         last_notified_index[0x18];
2959
2960        u8         reserved_at_120[0x8];
2961        u8         last_solicit_index[0x18];
2962
2963        u8         reserved_at_140[0x8];
2964        u8         consumer_counter[0x18];
2965
2966        u8         reserved_at_160[0x8];
2967        u8         producer_counter[0x18];
2968
2969        u8         reserved_at_180[0x40];
2970
2971        u8         dbr_addr[0x40];
2972};
2973
2974union mlx5_ifc_cong_control_roce_ecn_auto_bits {
2975        struct mlx5_ifc_cong_control_802_1qau_rp_bits cong_control_802_1qau_rp;
2976        struct mlx5_ifc_cong_control_r_roce_ecn_rp_bits cong_control_r_roce_ecn_rp;
2977        struct mlx5_ifc_cong_control_r_roce_ecn_np_bits cong_control_r_roce_ecn_np;
2978        u8         reserved_at_0[0x800];
2979};
2980
2981struct mlx5_ifc_query_adapter_param_block_bits {
2982        u8         reserved_at_0[0xc0];
2983
2984        u8         reserved_at_c0[0x8];
2985        u8         ieee_vendor_id[0x18];
2986
2987        u8         reserved_at_e0[0x10];
2988        u8         vsd_vendor_id[0x10];
2989
2990        u8         vsd[208][0x8];
2991
2992        u8         vsd_contd_psid[16][0x8];
2993};
2994
2995enum {
2996        MLX5_XRQC_STATE_GOOD   = 0x0,
2997        MLX5_XRQC_STATE_ERROR  = 0x1,
2998};
2999
3000enum {
3001        MLX5_XRQC_TOPOLOGY_NO_SPECIAL_TOPOLOGY = 0x0,
3002        MLX5_XRQC_TOPOLOGY_TAG_MATCHING        = 0x1,
3003};
3004
3005enum {
3006        MLX5_XRQC_OFFLOAD_RNDV = 0x1,
3007};
3008
3009struct mlx5_ifc_tag_matching_topology_context_bits {
3010        u8         log_matching_list_sz[0x4];
3011        u8         reserved_at_4[0xc];
3012        u8         append_next_index[0x10];
3013
3014        u8         sw_phase_cnt[0x10];
3015        u8         hw_phase_cnt[0x10];
3016
3017        u8         reserved_at_40[0x40];
3018};
3019
3020struct mlx5_ifc_xrqc_bits {
3021        u8         state[0x4];
3022        u8         rlkey[0x1];
3023        u8         reserved_at_5[0xf];
3024        u8         topology[0x4];
3025        u8         reserved_at_18[0x4];
3026        u8         offload[0x4];
3027
3028        u8         reserved_at_20[0x8];
3029        u8         user_index[0x18];
3030
3031        u8         reserved_at_40[0x8];
3032        u8         cqn[0x18];
3033
3034        u8         reserved_at_60[0xa0];
3035
3036        struct mlx5_ifc_tag_matching_topology_context_bits tag_matching_topology_context;
3037
3038        u8         reserved_at_180[0x280];
3039
3040        struct mlx5_ifc_wq_bits wq;
3041};
3042
3043union mlx5_ifc_modify_field_select_resize_field_select_auto_bits {
3044        struct mlx5_ifc_modify_field_select_bits modify_field_select;
3045        struct mlx5_ifc_resize_field_select_bits resize_field_select;
3046        u8         reserved_at_0[0x20];
3047};
3048
3049union mlx5_ifc_field_select_802_1_r_roce_auto_bits {
3050        struct mlx5_ifc_field_select_802_1qau_rp_bits field_select_802_1qau_rp;
3051        struct mlx5_ifc_field_select_r_roce_rp_bits field_select_r_roce_rp;
3052        struct mlx5_ifc_field_select_r_roce_np_bits field_select_r_roce_np;
3053        u8         reserved_at_0[0x20];
3054};
3055
3056union mlx5_ifc_eth_cntrs_grp_data_layout_auto_bits {
3057        struct mlx5_ifc_eth_802_3_cntrs_grp_data_layout_bits eth_802_3_cntrs_grp_data_layout;
3058        struct mlx5_ifc_eth_2863_cntrs_grp_data_layout_bits eth_2863_cntrs_grp_data_layout;
3059        struct mlx5_ifc_eth_2819_cntrs_grp_data_layout_bits eth_2819_cntrs_grp_data_layout;
3060        struct mlx5_ifc_eth_3635_cntrs_grp_data_layout_bits eth_3635_cntrs_grp_data_layout;
3061        struct mlx5_ifc_eth_extended_cntrs_grp_data_layout_bits eth_extended_cntrs_grp_data_layout;
3062        struct mlx5_ifc_eth_per_prio_grp_data_layout_bits eth_per_prio_grp_data_layout;
3063        struct mlx5_ifc_eth_per_traffic_grp_data_layout_bits eth_per_traffic_grp_data_layout;
3064        struct mlx5_ifc_ib_port_cntrs_grp_data_layout_bits ib_port_cntrs_grp_data_layout;
3065        struct mlx5_ifc_phys_layer_cntrs_bits phys_layer_cntrs;
3066        struct mlx5_ifc_phys_layer_statistical_cntrs_bits phys_layer_statistical_cntrs;
3067        u8         reserved_at_0[0x7c0];
3068};
3069
3070union mlx5_ifc_pcie_cntrs_grp_data_layout_auto_bits {
3071        struct mlx5_ifc_pcie_perf_cntrs_grp_data_layout_bits pcie_perf_cntrs_grp_data_layout;
3072        u8         reserved_at_0[0x7c0];
3073};
3074
3075union mlx5_ifc_event_auto_bits {
3076        struct mlx5_ifc_comp_event_bits comp_event;
3077        struct mlx5_ifc_dct_events_bits dct_events;
3078        struct mlx5_ifc_qp_events_bits qp_events;
3079        struct mlx5_ifc_wqe_associated_page_fault_event_bits wqe_associated_page_fault_event;
3080        struct mlx5_ifc_rdma_page_fault_event_bits rdma_page_fault_event;
3081        struct mlx5_ifc_cq_error_bits cq_error;
3082        struct mlx5_ifc_dropped_packet_logged_bits dropped_packet_logged;
3083        struct mlx5_ifc_port_state_change_event_bits port_state_change_event;
3084        struct mlx5_ifc_gpio_event_bits gpio_event;
3085        struct mlx5_ifc_db_bf_congestion_event_bits db_bf_congestion_event;
3086        struct mlx5_ifc_stall_vl_event_bits stall_vl_event;
3087        struct mlx5_ifc_cmd_inter_comp_event_bits cmd_inter_comp_event;
3088        u8         reserved_at_0[0xe0];
3089};
3090
3091struct mlx5_ifc_health_buffer_bits {
3092        u8         reserved_at_0[0x100];
3093
3094        u8         assert_existptr[0x20];
3095
3096        u8         assert_callra[0x20];
3097
3098        u8         reserved_at_140[0x40];
3099
3100        u8         fw_version[0x20];
3101
3102        u8         hw_id[0x20];
3103
3104        u8         reserved_at_1c0[0x20];
3105
3106        u8         irisc_index[0x8];
3107        u8         synd[0x8];
3108        u8         ext_synd[0x10];
3109};
3110
3111struct mlx5_ifc_register_loopback_control_bits {
3112        u8         no_lb[0x1];
3113        u8         reserved_at_1[0x7];
3114        u8         port[0x8];
3115        u8         reserved_at_10[0x10];
3116
3117        u8         reserved_at_20[0x60];
3118};
3119
3120struct mlx5_ifc_vport_tc_element_bits {
3121        u8         traffic_class[0x4];
3122        u8         reserved_at_4[0xc];
3123        u8         vport_number[0x10];
3124};
3125
3126struct mlx5_ifc_vport_element_bits {
3127        u8         reserved_at_0[0x10];
3128        u8         vport_number[0x10];
3129};
3130
3131enum {
3132        TSAR_ELEMENT_TSAR_TYPE_DWRR = 0x0,
3133        TSAR_ELEMENT_TSAR_TYPE_ROUND_ROBIN = 0x1,
3134        TSAR_ELEMENT_TSAR_TYPE_ETS = 0x2,
3135};
3136
3137struct mlx5_ifc_tsar_element_bits {
3138        u8         reserved_at_0[0x8];
3139        u8         tsar_type[0x8];
3140        u8         reserved_at_10[0x10];
3141};
3142
3143struct mlx5_ifc_teardown_hca_out_bits {
3144        u8         status[0x8];
3145        u8         reserved_at_8[0x18];
3146
3147        u8         syndrome[0x20];
3148
3149        u8         reserved_at_40[0x40];
3150};
3151
3152enum {
3153        MLX5_TEARDOWN_HCA_IN_PROFILE_GRACEFUL_CLOSE  = 0x0,
3154        MLX5_TEARDOWN_HCA_IN_PROFILE_PANIC_CLOSE     = 0x1,
3155};
3156
3157struct mlx5_ifc_teardown_hca_in_bits {
3158        u8         opcode[0x10];
3159        u8         reserved_at_10[0x10];
3160
3161        u8         reserved_at_20[0x10];
3162        u8         op_mod[0x10];
3163
3164        u8         reserved_at_40[0x10];
3165        u8         profile[0x10];
3166
3167        u8         reserved_at_60[0x20];
3168};
3169
3170struct mlx5_ifc_sqerr2rts_qp_out_bits {
3171        u8         status[0x8];
3172        u8         reserved_at_8[0x18];
3173
3174        u8         syndrome[0x20];
3175
3176        u8         reserved_at_40[0x40];
3177};
3178
3179struct mlx5_ifc_sqerr2rts_qp_in_bits {
3180        u8         opcode[0x10];
3181        u8         reserved_at_10[0x10];
3182
3183        u8         reserved_at_20[0x10];
3184        u8         op_mod[0x10];
3185
3186        u8         reserved_at_40[0x8];
3187        u8         qpn[0x18];
3188
3189        u8         reserved_at_60[0x20];
3190
3191        u8         opt_param_mask[0x20];
3192
3193        u8         reserved_at_a0[0x20];
3194
3195        struct mlx5_ifc_qpc_bits qpc;
3196
3197        u8         reserved_at_800[0x80];
3198};
3199
3200struct mlx5_ifc_sqd2rts_qp_out_bits {
3201        u8         status[0x8];
3202        u8         reserved_at_8[0x18];
3203
3204        u8         syndrome[0x20];
3205
3206        u8         reserved_at_40[0x40];
3207};
3208
3209struct mlx5_ifc_sqd2rts_qp_in_bits {
3210        u8         opcode[0x10];
3211        u8         reserved_at_10[0x10];
3212
3213        u8         reserved_at_20[0x10];
3214        u8         op_mod[0x10];
3215
3216        u8         reserved_at_40[0x8];
3217        u8         qpn[0x18];
3218
3219        u8         reserved_at_60[0x20];
3220
3221        u8         opt_param_mask[0x20];
3222
3223        u8         reserved_at_a0[0x20];
3224
3225        struct mlx5_ifc_qpc_bits qpc;
3226
3227        u8         reserved_at_800[0x80];
3228};
3229
3230struct mlx5_ifc_set_roce_address_out_bits {
3231        u8         status[0x8];
3232        u8         reserved_at_8[0x18];
3233
3234        u8         syndrome[0x20];
3235
3236        u8         reserved_at_40[0x40];
3237};
3238
3239struct mlx5_ifc_set_roce_address_in_bits {
3240        u8         opcode[0x10];
3241        u8         reserved_at_10[0x10];
3242
3243        u8         reserved_at_20[0x10];
3244        u8         op_mod[0x10];
3245
3246        u8         roce_address_index[0x10];
3247        u8         reserved_at_50[0x10];
3248
3249        u8         reserved_at_60[0x20];
3250
3251        struct mlx5_ifc_roce_addr_layout_bits roce_address;
3252};
3253
3254struct mlx5_ifc_set_mad_demux_out_bits {
3255        u8         status[0x8];
3256        u8         reserved_at_8[0x18];
3257
3258        u8         syndrome[0x20];
3259
3260        u8         reserved_at_40[0x40];
3261};
3262
3263enum {
3264        MLX5_SET_MAD_DEMUX_IN_DEMUX_MODE_PASS_ALL   = 0x0,
3265        MLX5_SET_MAD_DEMUX_IN_DEMUX_MODE_SELECTIVE  = 0x2,
3266};
3267
3268struct mlx5_ifc_set_mad_demux_in_bits {
3269        u8         opcode[0x10];
3270        u8         reserved_at_10[0x10];
3271
3272        u8         reserved_at_20[0x10];
3273        u8         op_mod[0x10];
3274
3275        u8         reserved_at_40[0x20];
3276
3277        u8         reserved_at_60[0x6];
3278        u8         demux_mode[0x2];
3279        u8         reserved_at_68[0x18];
3280};
3281
3282struct mlx5_ifc_set_l2_table_entry_out_bits {
3283        u8         status[0x8];
3284        u8         reserved_at_8[0x18];
3285
3286        u8         syndrome[0x20];
3287
3288        u8         reserved_at_40[0x40];
3289};
3290
3291struct mlx5_ifc_set_l2_table_entry_in_bits {
3292        u8         opcode[0x10];
3293        u8         reserved_at_10[0x10];
3294
3295        u8         reserved_at_20[0x10];
3296        u8         op_mod[0x10];
3297
3298        u8         reserved_at_40[0x60];
3299
3300        u8         reserved_at_a0[0x8];
3301        u8         table_index[0x18];
3302
3303        u8         reserved_at_c0[0x20];
3304
3305        u8         reserved_at_e0[0x13];
3306        u8         vlan_valid[0x1];
3307        u8         vlan[0xc];
3308
3309        struct mlx5_ifc_mac_address_layout_bits mac_address;
3310
3311        u8         reserved_at_140[0xc0];
3312};
3313
3314struct mlx5_ifc_set_issi_out_bits {
3315        u8         status[0x8];
3316        u8         reserved_at_8[0x18];
3317
3318        u8         syndrome[0x20];
3319
3320        u8         reserved_at_40[0x40];
3321};
3322
3323struct mlx5_ifc_set_issi_in_bits {
3324        u8         opcode[0x10];
3325        u8         reserved_at_10[0x10];
3326
3327        u8         reserved_at_20[0x10];
3328        u8         op_mod[0x10];
3329
3330        u8         reserved_at_40[0x10];
3331        u8         current_issi[0x10];
3332
3333        u8         reserved_at_60[0x20];
3334};
3335
3336struct mlx5_ifc_set_hca_cap_out_bits {
3337        u8         status[0x8];
3338        u8         reserved_at_8[0x18];
3339
3340        u8         syndrome[0x20];
3341
3342        u8         reserved_at_40[0x40];
3343};
3344
3345struct mlx5_ifc_set_hca_cap_in_bits {
3346        u8         opcode[0x10];
3347        u8         reserved_at_10[0x10];
3348
3349        u8         reserved_at_20[0x10];
3350        u8         op_mod[0x10];
3351
3352        u8         reserved_at_40[0x40];
3353
3354        union mlx5_ifc_hca_cap_union_bits capability;
3355};
3356
3357enum {
3358        MLX5_SET_FTE_MODIFY_ENABLE_MASK_ACTION    = 0x0,
3359        MLX5_SET_FTE_MODIFY_ENABLE_MASK_FLOW_TAG  = 0x1,
3360        MLX5_SET_FTE_MODIFY_ENABLE_MASK_DESTINATION_LIST    = 0x2,
3361        MLX5_SET_FTE_MODIFY_ENABLE_MASK_FLOW_COUNTERS    = 0x3
3362};
3363
3364struct mlx5_ifc_set_fte_out_bits {
3365        u8         status[0x8];
3366        u8         reserved_at_8[0x18];
3367
3368        u8         syndrome[0x20];
3369
3370        u8         reserved_at_40[0x40];
3371};
3372
3373struct mlx5_ifc_set_fte_in_bits {
3374        u8         opcode[0x10];
3375        u8         reserved_at_10[0x10];
3376
3377        u8         reserved_at_20[0x10];
3378        u8         op_mod[0x10];
3379
3380        u8         other_vport[0x1];
3381        u8         reserved_at_41[0xf];
3382        u8         vport_number[0x10];
3383
3384        u8         reserved_at_60[0x20];
3385
3386        u8         table_type[0x8];
3387        u8         reserved_at_88[0x18];
3388
3389        u8         reserved_at_a0[0x8];
3390        u8         table_id[0x18];
3391
3392        u8         reserved_at_c0[0x18];
3393        u8         modify_enable_mask[0x8];
3394
3395        u8         reserved_at_e0[0x20];
3396
3397        u8         flow_index[0x20];
3398
3399        u8         reserved_at_120[0xe0];
3400
3401        struct mlx5_ifc_flow_context_bits flow_context;
3402};
3403
3404struct mlx5_ifc_rts2rts_qp_out_bits {
3405        u8         status[0x8];
3406        u8         reserved_at_8[0x18];
3407
3408        u8         syndrome[0x20];
3409
3410        u8         reserved_at_40[0x40];
3411};
3412
3413struct mlx5_ifc_rts2rts_qp_in_bits {
3414        u8         opcode[0x10];
3415        u8         reserved_at_10[0x10];
3416
3417        u8         reserved_at_20[0x10];
3418        u8         op_mod[0x10];
3419
3420        u8         reserved_at_40[0x8];
3421        u8         qpn[0x18];
3422
3423        u8         reserved_at_60[0x20];
3424
3425        u8         opt_param_mask[0x20];
3426
3427        u8         reserved_at_a0[0x20];
3428
3429        struct mlx5_ifc_qpc_bits qpc;
3430
3431        u8         reserved_at_800[0x80];
3432};
3433
3434struct mlx5_ifc_rtr2rts_qp_out_bits {
3435        u8         status[0x8];
3436        u8         reserved_at_8[0x18];
3437
3438        u8         syndrome[0x20];
3439
3440        u8         reserved_at_40[0x40];
3441};
3442
3443struct mlx5_ifc_rtr2rts_qp_in_bits {
3444        u8         opcode[0x10];
3445        u8         reserved_at_10[0x10];
3446
3447        u8         reserved_at_20[0x10];
3448        u8         op_mod[0x10];
3449
3450        u8         reserved_at_40[0x8];
3451        u8         qpn[0x18];
3452
3453        u8         reserved_at_60[0x20];
3454
3455        u8         opt_param_mask[0x20];
3456
3457        u8         reserved_at_a0[0x20];
3458
3459        struct mlx5_ifc_qpc_bits qpc;
3460
3461        u8         reserved_at_800[0x80];
3462};
3463
3464struct mlx5_ifc_rst2init_qp_out_bits {
3465        u8         status[0x8];
3466        u8         reserved_at_8[0x18];
3467
3468        u8         syndrome[0x20];
3469
3470        u8         reserved_at_40[0x40];
3471};
3472
3473struct mlx5_ifc_rst2init_qp_in_bits {
3474        u8         opcode[0x10];
3475        u8         reserved_at_10[0x10];
3476
3477        u8         reserved_at_20[0x10];
3478        u8         op_mod[0x10];
3479
3480        u8         reserved_at_40[0x8];
3481        u8         qpn[0x18];
3482
3483        u8         reserved_at_60[0x20];
3484
3485        u8         opt_param_mask[0x20];
3486
3487        u8         reserved_at_a0[0x20];
3488
3489        struct mlx5_ifc_qpc_bits qpc;
3490
3491        u8         reserved_at_800[0x80];
3492};
3493
3494struct mlx5_ifc_query_xrq_out_bits {
3495        u8         status[0x8];
3496        u8         reserved_at_8[0x18];
3497
3498        u8         syndrome[0x20];
3499
3500        u8         reserved_at_40[0x40];
3501
3502        struct mlx5_ifc_xrqc_bits xrq_context;
3503};
3504
3505struct mlx5_ifc_query_xrq_in_bits {
3506        u8         opcode[0x10];
3507        u8         reserved_at_10[0x10];
3508
3509        u8         reserved_at_20[0x10];
3510        u8         op_mod[0x10];
3511
3512        u8         reserved_at_40[0x8];
3513        u8         xrqn[0x18];
3514
3515        u8         reserved_at_60[0x20];
3516};
3517
3518struct mlx5_ifc_query_xrc_srq_out_bits {
3519        u8         status[0x8];
3520        u8         reserved_at_8[0x18];
3521
3522        u8         syndrome[0x20];
3523
3524        u8         reserved_at_40[0x40];
3525
3526        struct mlx5_ifc_xrc_srqc_bits xrc_srq_context_entry;
3527
3528        u8         reserved_at_280[0x600];
3529
3530        u8         pas[0][0x40];
3531};
3532
3533struct mlx5_ifc_query_xrc_srq_in_bits {
3534        u8         opcode[0x10];
3535        u8         reserved_at_10[0x10];
3536
3537        u8         reserved_at_20[0x10];
3538        u8         op_mod[0x10];
3539
3540        u8         reserved_at_40[0x8];
3541        u8         xrc_srqn[0x18];
3542
3543        u8         reserved_at_60[0x20];
3544};
3545
3546enum {
3547        MLX5_QUERY_VPORT_STATE_OUT_STATE_DOWN  = 0x0,
3548        MLX5_QUERY_VPORT_STATE_OUT_STATE_UP    = 0x1,
3549};
3550
3551struct mlx5_ifc_query_vport_state_out_bits {
3552        u8         status[0x8];
3553        u8         reserved_at_8[0x18];
3554
3555        u8         syndrome[0x20];
3556
3557        u8         reserved_at_40[0x20];
3558
3559        u8         reserved_at_60[0x18];
3560        u8         admin_state[0x4];
3561        u8         state[0x4];
3562};
3563
3564enum {
3565        MLX5_QUERY_VPORT_STATE_IN_OP_MOD_VNIC_VPORT  = 0x0,
3566        MLX5_QUERY_VPORT_STATE_IN_OP_MOD_ESW_VPORT   = 0x1,
3567};
3568
3569struct mlx5_ifc_query_vport_state_in_bits {
3570        u8         opcode[0x10];
3571        u8         reserved_at_10[0x10];
3572
3573        u8         reserved_at_20[0x10];
3574        u8         op_mod[0x10];
3575
3576        u8         other_vport[0x1];
3577        u8         reserved_at_41[0xf];
3578        u8         vport_number[0x10];
3579
3580        u8         reserved_at_60[0x20];
3581};
3582
3583struct mlx5_ifc_query_vport_counter_out_bits {
3584        u8         status[0x8];
3585        u8         reserved_at_8[0x18];
3586
3587        u8         syndrome[0x20];
3588
3589        u8         reserved_at_40[0x40];
3590
3591        struct mlx5_ifc_traffic_counter_bits received_errors;
3592
3593        struct mlx5_ifc_traffic_counter_bits transmit_errors;
3594
3595        struct mlx5_ifc_traffic_counter_bits received_ib_unicast;
3596
3597        struct mlx5_ifc_traffic_counter_bits transmitted_ib_unicast;
3598
3599        struct mlx5_ifc_traffic_counter_bits received_ib_multicast;
3600
3601        struct mlx5_ifc_traffic_counter_bits transmitted_ib_multicast;
3602
3603        struct mlx5_ifc_traffic_counter_bits received_eth_broadcast;
3604
3605        struct mlx5_ifc_traffic_counter_bits transmitted_eth_broadcast;
3606
3607        struct mlx5_ifc_traffic_counter_bits received_eth_unicast;
3608
3609        struct mlx5_ifc_traffic_counter_bits transmitted_eth_unicast;
3610
3611        struct mlx5_ifc_traffic_counter_bits received_eth_multicast;
3612
3613        struct mlx5_ifc_traffic_counter_bits transmitted_eth_multicast;
3614
3615        u8         reserved_at_680[0xa00];
3616};
3617
3618enum {
3619        MLX5_QUERY_VPORT_COUNTER_IN_OP_MOD_VPORT_COUNTERS  = 0x0,
3620};
3621
3622struct mlx5_ifc_query_vport_counter_in_bits {
3623        u8         opcode[0x10];
3624        u8         reserved_at_10[0x10];
3625
3626        u8         reserved_at_20[0x10];
3627        u8         op_mod[0x10];
3628
3629        u8         other_vport[0x1];
3630        u8         reserved_at_41[0xb];
3631        u8         port_num[0x4];
3632        u8         vport_number[0x10];
3633
3634        u8         reserved_at_60[0x60];
3635
3636        u8         clear[0x1];
3637        u8         reserved_at_c1[0x1f];
3638
3639        u8         reserved_at_e0[0x20];
3640};
3641
3642struct mlx5_ifc_query_tis_out_bits {
3643        u8         status[0x8];
3644        u8         reserved_at_8[0x18];
3645
3646        u8         syndrome[0x20];
3647
3648        u8         reserved_at_40[0x40];
3649
3650        struct mlx5_ifc_tisc_bits tis_context;
3651};
3652
3653struct mlx5_ifc_query_tis_in_bits {
3654        u8         opcode[0x10];
3655        u8         reserved_at_10[0x10];
3656
3657        u8         reserved_at_20[0x10];
3658        u8         op_mod[0x10];
3659
3660        u8         reserved_at_40[0x8];
3661        u8         tisn[0x18];
3662
3663        u8         reserved_at_60[0x20];
3664};
3665
3666struct mlx5_ifc_query_tir_out_bits {
3667        u8         status[0x8];
3668        u8         reserved_at_8[0x18];
3669
3670        u8         syndrome[0x20];
3671
3672        u8         reserved_at_40[0xc0];
3673
3674        struct mlx5_ifc_tirc_bits tir_context;
3675};
3676
3677struct mlx5_ifc_query_tir_in_bits {
3678        u8         opcode[0x10];
3679        u8         reserved_at_10[0x10];
3680
3681        u8         reserved_at_20[0x10];
3682        u8         op_mod[0x10];
3683
3684        u8         reserved_at_40[0x8];
3685        u8         tirn[0x18];
3686
3687        u8         reserved_at_60[0x20];
3688};
3689
3690struct mlx5_ifc_query_srq_out_bits {
3691        u8         status[0x8];
3692        u8         reserved_at_8[0x18];
3693
3694        u8         syndrome[0x20];
3695
3696        u8         reserved_at_40[0x40];
3697
3698        struct mlx5_ifc_srqc_bits srq_context_entry;
3699
3700        u8         reserved_at_280[0x600];
3701
3702        u8         pas[0][0x40];
3703};
3704
3705struct mlx5_ifc_query_srq_in_bits {
3706        u8         opcode[0x10];
3707        u8         reserved_at_10[0x10];
3708
3709        u8         reserved_at_20[0x10];
3710        u8         op_mod[0x10];
3711
3712        u8         reserved_at_40[0x8];
3713        u8         srqn[0x18];
3714
3715        u8         reserved_at_60[0x20];
3716};
3717
3718struct mlx5_ifc_query_sq_out_bits {
3719        u8         status[0x8];
3720        u8         reserved_at_8[0x18];
3721
3722        u8         syndrome[0x20];
3723
3724        u8         reserved_at_40[0xc0];
3725
3726        struct mlx5_ifc_sqc_bits sq_context;
3727};
3728
3729struct mlx5_ifc_query_sq_in_bits {
3730        u8         opcode[0x10];
3731        u8         reserved_at_10[0x10];
3732
3733        u8         reserved_at_20[0x10];
3734        u8         op_mod[0x10];
3735
3736        u8         reserved_at_40[0x8];
3737        u8         sqn[0x18];
3738
3739        u8         reserved_at_60[0x20];
3740};
3741
3742struct mlx5_ifc_query_special_contexts_out_bits {
3743        u8         status[0x8];
3744        u8         reserved_at_8[0x18];
3745
3746        u8         syndrome[0x20];
3747
3748        u8         dump_fill_mkey[0x20];
3749
3750        u8         resd_lkey[0x20];
3751
3752        u8         null_mkey[0x20];
3753
3754        u8         reserved_at_a0[0x60];
3755};
3756
3757struct mlx5_ifc_query_special_contexts_in_bits {
3758        u8         opcode[0x10];
3759        u8         reserved_at_10[0x10];
3760
3761        u8         reserved_at_20[0x10];
3762        u8         op_mod[0x10];
3763
3764        u8         reserved_at_40[0x40];
3765};
3766
3767struct mlx5_ifc_query_scheduling_element_out_bits {
3768        u8         opcode[0x10];
3769        u8         reserved_at_10[0x10];
3770
3771        u8         reserved_at_20[0x10];
3772        u8         op_mod[0x10];
3773
3774        u8         reserved_at_40[0xc0];
3775
3776        struct mlx5_ifc_scheduling_context_bits scheduling_context;
3777
3778        u8         reserved_at_300[0x100];
3779};
3780
3781enum {
3782        SCHEDULING_HIERARCHY_E_SWITCH = 0x2,
3783};
3784
3785struct mlx5_ifc_query_scheduling_element_in_bits {
3786        u8         opcode[0x10];
3787        u8         reserved_at_10[0x10];
3788
3789        u8         reserved_at_20[0x10];
3790        u8         op_mod[0x10];
3791
3792        u8         scheduling_hierarchy[0x8];
3793        u8         reserved_at_48[0x18];
3794
3795        u8         scheduling_element_id[0x20];
3796
3797        u8         reserved_at_80[0x180];
3798};
3799
3800struct mlx5_ifc_query_rqt_out_bits {
3801        u8         status[0x8];
3802        u8         reserved_at_8[0x18];
3803
3804        u8         syndrome[0x20];
3805
3806        u8         reserved_at_40[0xc0];
3807
3808        struct mlx5_ifc_rqtc_bits rqt_context;
3809};
3810
3811struct mlx5_ifc_query_rqt_in_bits {
3812        u8         opcode[0x10];
3813        u8         reserved_at_10[0x10];
3814
3815        u8         reserved_at_20[0x10];
3816        u8         op_mod[0x10];
3817
3818        u8         reserved_at_40[0x8];
3819        u8         rqtn[0x18];
3820
3821        u8         reserved_at_60[0x20];
3822};
3823
3824struct mlx5_ifc_query_rq_out_bits {
3825        u8         status[0x8];
3826        u8         reserved_at_8[0x18];
3827
3828        u8         syndrome[0x20];
3829
3830        u8         reserved_at_40[0xc0];
3831
3832        struct mlx5_ifc_rqc_bits rq_context;
3833};
3834
3835struct mlx5_ifc_query_rq_in_bits {
3836        u8         opcode[0x10];
3837        u8         reserved_at_10[0x10];
3838
3839        u8         reserved_at_20[0x10];
3840        u8         op_mod[0x10];
3841
3842        u8         reserved_at_40[0x8];
3843        u8         rqn[0x18];
3844
3845        u8         reserved_at_60[0x20];
3846};
3847
3848struct mlx5_ifc_query_roce_address_out_bits {
3849        u8         status[0x8];
3850        u8         reserved_at_8[0x18];
3851
3852        u8         syndrome[0x20];
3853
3854        u8         reserved_at_40[0x40];
3855
3856        struct mlx5_ifc_roce_addr_layout_bits roce_address;
3857};
3858
3859struct mlx5_ifc_query_roce_address_in_bits {
3860        u8         opcode[0x10];
3861        u8         reserved_at_10[0x10];
3862
3863        u8         reserved_at_20[0x10];
3864        u8         op_mod[0x10];
3865
3866        u8         roce_address_index[0x10];
3867        u8         reserved_at_50[0x10];
3868
3869        u8         reserved_at_60[0x20];
3870};
3871
3872struct mlx5_ifc_query_rmp_out_bits {
3873        u8         status[0x8];
3874        u8         reserved_at_8[0x18];
3875
3876        u8         syndrome[0x20];
3877
3878        u8         reserved_at_40[0xc0];
3879
3880        struct mlx5_ifc_rmpc_bits rmp_context;
3881};
3882
3883struct mlx5_ifc_query_rmp_in_bits {
3884        u8         opcode[0x10];
3885        u8         reserved_at_10[0x10];
3886
3887        u8         reserved_at_20[0x10];
3888        u8         op_mod[0x10];
3889
3890        u8         reserved_at_40[0x8];
3891        u8         rmpn[0x18];
3892
3893        u8         reserved_at_60[0x20];
3894};
3895
3896struct mlx5_ifc_query_qp_out_bits {
3897        u8         status[0x8];
3898        u8         reserved_at_8[0x18];
3899
3900        u8         syndrome[0x20];
3901
3902        u8         reserved_at_40[0x40];
3903
3904        u8         opt_param_mask[0x20];
3905
3906        u8         reserved_at_a0[0x20];
3907
3908        struct mlx5_ifc_qpc_bits qpc;
3909
3910        u8         reserved_at_800[0x80];
3911
3912        u8         pas[0][0x40];
3913};
3914
3915struct mlx5_ifc_query_qp_in_bits {
3916        u8         opcode[0x10];
3917        u8         reserved_at_10[0x10];
3918
3919        u8         reserved_at_20[0x10];
3920        u8         op_mod[0x10];
3921
3922        u8         reserved_at_40[0x8];
3923        u8         qpn[0x18];
3924
3925        u8         reserved_at_60[0x20];
3926};
3927
3928struct mlx5_ifc_query_q_counter_out_bits {
3929        u8         status[0x8];
3930        u8         reserved_at_8[0x18];
3931
3932        u8         syndrome[0x20];
3933
3934        u8         reserved_at_40[0x40];
3935
3936        u8         rx_write_requests[0x20];
3937
3938        u8         reserved_at_a0[0x20];
3939
3940        u8         rx_read_requests[0x20];
3941
3942        u8         reserved_at_e0[0x20];
3943
3944        u8         rx_atomic_requests[0x20];
3945
3946        u8         reserved_at_120[0x20];
3947
3948        u8         rx_dct_connect[0x20];
3949
3950        u8         reserved_at_160[0x20];
3951
3952        u8         out_of_buffer[0x20];
3953
3954        u8         reserved_at_1a0[0x20];
3955
3956        u8         out_of_sequence[0x20];
3957
3958        u8         reserved_at_1e0[0x20];
3959
3960        u8         duplicate_request[0x20];
3961
3962        u8         reserved_at_220[0x20];
3963
3964        u8         rnr_nak_retry_err[0x20];
3965
3966        u8         reserved_at_260[0x20];
3967
3968        u8         packet_seq_err[0x20];
3969
3970        u8         reserved_at_2a0[0x20];
3971
3972        u8         implied_nak_seq_err[0x20];
3973
3974        u8         reserved_at_2e0[0x20];
3975
3976        u8         local_ack_timeout_err[0x20];
3977
3978        u8         reserved_at_320[0xa0];
3979
3980        u8         resp_local_length_error[0x20];
3981
3982        u8         req_local_length_error[0x20];
3983
3984        u8         resp_local_qp_error[0x20];
3985
3986        u8         local_operation_error[0x20];
3987
3988        u8         resp_local_protection[0x20];
3989
3990        u8         req_local_protection[0x20];
3991
3992        u8         resp_cqe_error[0x20];
3993
3994        u8         req_cqe_error[0x20];
3995
3996        u8         req_mw_binding[0x20];
3997
3998        u8         req_bad_response[0x20];
3999
4000        u8         req_remote_invalid_request[0x20];
4001
4002        u8         resp_remote_invalid_request[0x20];
4003
4004        u8         req_remote_access_errors[0x20];
4005
4006        u8         resp_remote_access_errors[0x20];
4007
4008        u8         req_remote_operation_errors[0x20];
4009
4010        u8         req_transport_retries_exceeded[0x20];
4011
4012        u8         cq_overflow[0x20];
4013
4014        u8         resp_cqe_flush_error[0x20];
4015
4016        u8         req_cqe_flush_error[0x20];
4017
4018        u8         reserved_at_620[0x1e0];
4019};
4020
4021struct mlx5_ifc_query_q_counter_in_bits {
4022        u8         opcode[0x10];
4023        u8         reserved_at_10[0x10];
4024
4025        u8         reserved_at_20[0x10];
4026        u8         op_mod[0x10];
4027
4028        u8         reserved_at_40[0x80];
4029
4030        u8         clear[0x1];
4031        u8         reserved_at_c1[0x1f];
4032
4033        u8         reserved_at_e0[0x18];
4034        u8         counter_set_id[0x8];
4035};
4036
4037struct mlx5_ifc_query_pages_out_bits {
4038        u8         status[0x8];
4039        u8         reserved_at_8[0x18];
4040
4041        u8         syndrome[0x20];
4042
4043        u8         reserved_at_40[0x10];
4044        u8         function_id[0x10];
4045
4046        u8         num_pages[0x20];
4047};
4048
4049enum {
4050        MLX5_QUERY_PAGES_IN_OP_MOD_BOOT_PAGES     = 0x1,
4051        MLX5_QUERY_PAGES_IN_OP_MOD_INIT_PAGES     = 0x2,
4052        MLX5_QUERY_PAGES_IN_OP_MOD_REGULAR_PAGES  = 0x3,
4053};
4054
4055struct mlx5_ifc_query_pages_in_bits {
4056        u8         opcode[0x10];
4057        u8         reserved_at_10[0x10];
4058
4059        u8         reserved_at_20[0x10];
4060        u8         op_mod[0x10];
4061
4062        u8         reserved_at_40[0x10];
4063        u8         function_id[0x10];
4064
4065        u8         reserved_at_60[0x20];
4066};
4067
4068struct mlx5_ifc_query_nic_vport_context_out_bits {
4069        u8         status[0x8];
4070        u8         reserved_at_8[0x18];
4071
4072        u8         syndrome[0x20];
4073
4074        u8         reserved_at_40[0x40];
4075
4076        struct mlx5_ifc_nic_vport_context_bits nic_vport_context;
4077};
4078
4079struct mlx5_ifc_query_nic_vport_context_in_bits {
4080        u8         opcode[0x10];
4081        u8         reserved_at_10[0x10];
4082
4083        u8         reserved_at_20[0x10];
4084        u8         op_mod[0x10];
4085
4086        u8         other_vport[0x1];
4087        u8         reserved_at_41[0xf];
4088        u8         vport_number[0x10];
4089
4090        u8         reserved_at_60[0x5];
4091        u8         allowed_list_type[0x3];
4092        u8         reserved_at_68[0x18];
4093};
4094
4095struct mlx5_ifc_query_mkey_out_bits {
4096        u8         status[0x8];
4097        u8         reserved_at_8[0x18];
4098
4099        u8         syndrome[0x20];
4100
4101        u8         reserved_at_40[0x40];
4102
4103        struct mlx5_ifc_mkc_bits memory_key_mkey_entry;
4104
4105        u8         reserved_at_280[0x600];
4106
4107        u8         bsf0_klm0_pas_mtt0_1[16][0x8];
4108
4109        u8         bsf1_klm1_pas_mtt2_3[16][0x8];
4110};
4111
4112struct mlx5_ifc_query_mkey_in_bits {
4113        u8         opcode[0x10];
4114        u8         reserved_at_10[0x10];
4115
4116        u8         reserved_at_20[0x10];
4117        u8         op_mod[0x10];
4118
4119        u8         reserved_at_40[0x8];
4120        u8         mkey_index[0x18];
4121
4122        u8         pg_access[0x1];
4123        u8         reserved_at_61[0x1f];
4124};
4125
4126struct mlx5_ifc_query_mad_demux_out_bits {
4127        u8         status[0x8];
4128        u8         reserved_at_8[0x18];
4129
4130        u8         syndrome[0x20];
4131
4132        u8         reserved_at_40[0x40];
4133
4134        u8         mad_dumux_parameters_block[0x20];
4135};
4136
4137struct mlx5_ifc_query_mad_demux_in_bits {
4138        u8         opcode[0x10];
4139        u8         reserved_at_10[0x10];
4140
4141        u8         reserved_at_20[0x10];
4142        u8         op_mod[0x10];
4143
4144        u8         reserved_at_40[0x40];
4145};
4146
4147struct mlx5_ifc_query_l2_table_entry_out_bits {
4148        u8         status[0x8];
4149        u8         reserved_at_8[0x18];
4150
4151        u8         syndrome[0x20];
4152
4153        u8         reserved_at_40[0xa0];
4154
4155        u8         reserved_at_e0[0x13];
4156        u8         vlan_valid[0x1];
4157        u8         vlan[0xc];
4158
4159        struct mlx5_ifc_mac_address_layout_bits mac_address;
4160
4161        u8         reserved_at_140[0xc0];
4162};
4163
4164struct mlx5_ifc_query_l2_table_entry_in_bits {
4165        u8         opcode[0x10];
4166        u8         reserved_at_10[0x10];
4167
4168        u8         reserved_at_20[0x10];
4169        u8         op_mod[0x10];
4170
4171        u8         reserved_at_40[0x60];
4172
4173        u8         reserved_at_a0[0x8];
4174        u8         table_index[0x18];
4175
4176        u8         reserved_at_c0[0x140];
4177};
4178
4179struct mlx5_ifc_query_issi_out_bits {
4180        u8         status[0x8];
4181        u8         reserved_at_8[0x18];
4182
4183        u8         syndrome[0x20];
4184
4185        u8         reserved_at_40[0x10];
4186        u8         current_issi[0x10];
4187
4188        u8         reserved_at_60[0xa0];
4189
4190        u8         reserved_at_100[76][0x8];
4191        u8         supported_issi_dw0[0x20];
4192};
4193
4194struct mlx5_ifc_query_issi_in_bits {
4195        u8         opcode[0x10];
4196        u8         reserved_at_10[0x10];
4197
4198        u8         reserved_at_20[0x10];
4199        u8         op_mod[0x10];
4200
4201        u8         reserved_at_40[0x40];
4202};
4203
4204struct mlx5_ifc_set_driver_version_out_bits {
4205        u8         status[0x8];
4206        u8         reserved_0[0x18];
4207
4208        u8         syndrome[0x20];
4209        u8         reserved_1[0x40];
4210};
4211
4212struct mlx5_ifc_set_driver_version_in_bits {
4213        u8         opcode[0x10];
4214        u8         reserved_0[0x10];
4215
4216        u8         reserved_1[0x10];
4217        u8         op_mod[0x10];
4218
4219        u8         reserved_2[0x40];
4220        u8         driver_version[64][0x8];
4221};
4222
4223struct mlx5_ifc_query_hca_vport_pkey_out_bits {
4224        u8         status[0x8];
4225        u8         reserved_at_8[0x18];
4226
4227        u8         syndrome[0x20];
4228
4229        u8         reserved_at_40[0x40];
4230
4231        struct mlx5_ifc_pkey_bits pkey[0];
4232};
4233
4234struct mlx5_ifc_query_hca_vport_pkey_in_bits {
4235        u8         opcode[0x10];
4236        u8         reserved_at_10[0x10];
4237
4238        u8         reserved_at_20[0x10];
4239        u8         op_mod[0x10];
4240
4241        u8         other_vport[0x1];
4242        u8         reserved_at_41[0xb];
4243        u8         port_num[0x4];
4244        u8         vport_number[0x10];
4245
4246        u8         reserved_at_60[0x10];
4247        u8         pkey_index[0x10];
4248};
4249
4250enum {
4251        MLX5_HCA_VPORT_SEL_PORT_GUID    = 1 << 0,
4252        MLX5_HCA_VPORT_SEL_NODE_GUID    = 1 << 1,
4253        MLX5_HCA_VPORT_SEL_STATE_POLICY = 1 << 2,
4254};
4255
4256struct mlx5_ifc_query_hca_vport_gid_out_bits {
4257        u8         status[0x8];
4258        u8         reserved_at_8[0x18];
4259
4260        u8         syndrome[0x20];
4261
4262        u8         reserved_at_40[0x20];
4263
4264        u8         gids_num[0x10];
4265        u8         reserved_at_70[0x10];
4266
4267        struct mlx5_ifc_array128_auto_bits gid[0];
4268};
4269
4270struct mlx5_ifc_query_hca_vport_gid_in_bits {
4271        u8         opcode[0x10];
4272        u8         reserved_at_10[0x10];
4273
4274        u8         reserved_at_20[0x10];
4275        u8         op_mod[0x10];
4276
4277        u8         other_vport[0x1];
4278        u8         reserved_at_41[0xb];
4279        u8         port_num[0x4];
4280        u8         vport_number[0x10];
4281
4282        u8         reserved_at_60[0x10];
4283        u8         gid_index[0x10];
4284};
4285
4286struct mlx5_ifc_query_hca_vport_context_out_bits {
4287        u8         status[0x8];
4288        u8         reserved_at_8[0x18];
4289
4290        u8         syndrome[0x20];
4291
4292        u8         reserved_at_40[0x40];
4293
4294        struct mlx5_ifc_hca_vport_context_bits hca_vport_context;
4295};
4296
4297struct mlx5_ifc_query_hca_vport_context_in_bits {
4298        u8         opcode[0x10];
4299        u8         reserved_at_10[0x10];
4300
4301        u8         reserved_at_20[0x10];
4302        u8         op_mod[0x10];
4303
4304        u8         other_vport[0x1];
4305        u8         reserved_at_41[0xb];
4306        u8         port_num[0x4];
4307        u8         vport_number[0x10];
4308
4309        u8         reserved_at_60[0x20];
4310};
4311
4312struct mlx5_ifc_query_hca_cap_out_bits {
4313        u8         status[0x8];
4314        u8         reserved_at_8[0x18];
4315
4316        u8         syndrome[0x20];
4317
4318        u8         reserved_at_40[0x40];
4319
4320        union mlx5_ifc_hca_cap_union_bits capability;
4321};
4322
4323struct mlx5_ifc_query_hca_cap_in_bits {
4324        u8         opcode[0x10];
4325        u8         reserved_at_10[0x10];
4326
4327        u8         reserved_at_20[0x10];
4328        u8         op_mod[0x10];
4329
4330        u8         reserved_at_40[0x40];
4331};
4332
4333struct mlx5_ifc_query_flow_table_out_bits {
4334        u8         status[0x8];
4335        u8         reserved_at_8[0x18];
4336
4337        u8         syndrome[0x20];
4338
4339        u8         reserved_at_40[0x80];
4340
4341        u8         reserved_at_c0[0x8];
4342        u8         level[0x8];
4343        u8         reserved_at_d0[0x8];
4344        u8         log_size[0x8];
4345
4346        u8         reserved_at_e0[0x120];
4347};
4348
4349struct mlx5_ifc_query_flow_table_in_bits {
4350        u8         opcode[0x10];
4351        u8         reserved_at_10[0x10];
4352
4353        u8         reserved_at_20[0x10];
4354        u8         op_mod[0x10];
4355
4356        u8         reserved_at_40[0x40];
4357
4358        u8         table_type[0x8];
4359        u8         reserved_at_88[0x18];
4360
4361        u8         reserved_at_a0[0x8];
4362        u8         table_id[0x18];
4363
4364        u8         reserved_at_c0[0x140];
4365};
4366
4367struct mlx5_ifc_query_fte_out_bits {
4368        u8         status[0x8];
4369        u8         reserved_at_8[0x18];
4370
4371        u8         syndrome[0x20];
4372
4373        u8         reserved_at_40[0x1c0];
4374
4375        struct mlx5_ifc_flow_context_bits flow_context;
4376};
4377
4378struct mlx5_ifc_query_fte_in_bits {
4379        u8         opcode[0x10];
4380        u8         reserved_at_10[0x10];
4381
4382        u8         reserved_at_20[0x10];
4383        u8         op_mod[0x10];
4384
4385        u8         reserved_at_40[0x40];
4386
4387        u8         table_type[0x8];
4388        u8         reserved_at_88[0x18];
4389
4390        u8         reserved_at_a0[0x8];
4391        u8         table_id[0x18];
4392
4393        u8         reserved_at_c0[0x40];
4394
4395        u8         flow_index[0x20];
4396
4397        u8         reserved_at_120[0xe0];
4398};
4399
4400enum {
4401        MLX5_QUERY_FLOW_GROUP_OUT_MATCH_CRITERIA_ENABLE_OUTER_HEADERS    = 0x0,
4402        MLX5_QUERY_FLOW_GROUP_OUT_MATCH_CRITERIA_ENABLE_MISC_PARAMETERS  = 0x1,
4403        MLX5_QUERY_FLOW_GROUP_OUT_MATCH_CRITERIA_ENABLE_INNER_HEADERS    = 0x2,
4404};
4405
4406struct mlx5_ifc_query_flow_group_out_bits {
4407        u8         status[0x8];
4408        u8         reserved_at_8[0x18];
4409
4410        u8         syndrome[0x20];
4411
4412        u8         reserved_at_40[0xa0];
4413
4414        u8         start_flow_index[0x20];
4415
4416        u8         reserved_at_100[0x20];
4417
4418        u8         end_flow_index[0x20];
4419
4420        u8         reserved_at_140[0xa0];
4421
4422        u8         reserved_at_1e0[0x18];
4423        u8         match_criteria_enable[0x8];
4424
4425        struct mlx5_ifc_fte_match_param_bits match_criteria;
4426
4427        u8         reserved_at_1200[0xe00];
4428};
4429
4430struct mlx5_ifc_query_flow_group_in_bits {
4431        u8         opcode[0x10];
4432        u8         reserved_at_10[0x10];
4433
4434        u8         reserved_at_20[0x10];
4435        u8         op_mod[0x10];
4436
4437        u8         reserved_at_40[0x40];
4438
4439        u8         table_type[0x8];
4440        u8         reserved_at_88[0x18];
4441
4442        u8         reserved_at_a0[0x8];
4443        u8         table_id[0x18];
4444
4445        u8         group_id[0x20];
4446
4447        u8         reserved_at_e0[0x120];
4448};
4449
4450struct mlx5_ifc_query_flow_counter_out_bits {
4451        u8         status[0x8];
4452        u8         reserved_at_8[0x18];
4453
4454        u8         syndrome[0x20];
4455
4456        u8         reserved_at_40[0x40];
4457
4458        struct mlx5_ifc_traffic_counter_bits flow_statistics[0];
4459};
4460
4461struct mlx5_ifc_query_flow_counter_in_bits {
4462        u8         opcode[0x10];
4463        u8         reserved_at_10[0x10];
4464
4465        u8         reserved_at_20[0x10];
4466        u8         op_mod[0x10];
4467
4468        u8         reserved_at_40[0x80];
4469
4470        u8         clear[0x1];
4471        u8         reserved_at_c1[0xf];
4472        u8         num_of_counters[0x10];
4473
4474        u8         flow_counter_id[0x20];
4475};
4476
4477struct mlx5_ifc_query_esw_vport_context_out_bits {
4478        u8         status[0x8];
4479        u8         reserved_at_8[0x18];
4480
4481        u8         syndrome[0x20];
4482
4483        u8         reserved_at_40[0x40];
4484
4485        struct mlx5_ifc_esw_vport_context_bits esw_vport_context;
4486};
4487
4488struct mlx5_ifc_query_esw_vport_context_in_bits {
4489        u8         opcode[0x10];
4490        u8         reserved_at_10[0x10];
4491
4492        u8         reserved_at_20[0x10];
4493        u8         op_mod[0x10];
4494
4495        u8         other_vport[0x1];
4496        u8         reserved_at_41[0xf];
4497        u8         vport_number[0x10];
4498
4499        u8         reserved_at_60[0x20];
4500};
4501
4502struct mlx5_ifc_modify_esw_vport_context_out_bits {
4503        u8         status[0x8];
4504        u8         reserved_at_8[0x18];
4505
4506        u8         syndrome[0x20];
4507
4508        u8         reserved_at_40[0x40];
4509};
4510
4511struct mlx5_ifc_esw_vport_context_fields_select_bits {
4512        u8         reserved_at_0[0x1c];
4513        u8         vport_cvlan_insert[0x1];
4514        u8         vport_svlan_insert[0x1];
4515        u8         vport_cvlan_strip[0x1];
4516        u8         vport_svlan_strip[0x1];
4517};
4518
4519struct mlx5_ifc_modify_esw_vport_context_in_bits {
4520        u8         opcode[0x10];
4521        u8         reserved_at_10[0x10];
4522
4523        u8         reserved_at_20[0x10];
4524        u8         op_mod[0x10];
4525
4526        u8         other_vport[0x1];
4527        u8         reserved_at_41[0xf];
4528        u8         vport_number[0x10];
4529
4530        struct mlx5_ifc_esw_vport_context_fields_select_bits field_select;
4531
4532        struct mlx5_ifc_esw_vport_context_bits esw_vport_context;
4533};
4534
4535struct mlx5_ifc_query_eq_out_bits {
4536        u8         status[0x8];
4537        u8         reserved_at_8[0x18];
4538
4539        u8         syndrome[0x20];
4540
4541        u8         reserved_at_40[0x40];
4542
4543        struct mlx5_ifc_eqc_bits eq_context_entry;
4544
4545        u8         reserved_at_280[0x40];
4546
4547        u8         event_bitmask[0x40];
4548
4549        u8         reserved_at_300[0x580];
4550
4551        u8         pas[0][0x40];
4552};
4553
4554struct mlx5_ifc_query_eq_in_bits {
4555        u8         opcode[0x10];
4556        u8         reserved_at_10[0x10];
4557
4558        u8         reserved_at_20[0x10];
4559        u8         op_mod[0x10];
4560
4561        u8         reserved_at_40[0x18];
4562        u8         eq_number[0x8];
4563
4564        u8         reserved_at_60[0x20];
4565};
4566
4567struct mlx5_ifc_encap_header_in_bits {
4568        u8         reserved_at_0[0x5];
4569        u8         header_type[0x3];
4570        u8         reserved_at_8[0xe];
4571        u8         encap_header_size[0xa];
4572
4573        u8         reserved_at_20[0x10];
4574        u8         encap_header[2][0x8];
4575
4576        u8         more_encap_header[0][0x8];
4577};
4578
4579struct mlx5_ifc_query_encap_header_out_bits {
4580        u8         status[0x8];
4581        u8         reserved_at_8[0x18];
4582
4583        u8         syndrome[0x20];
4584
4585        u8         reserved_at_40[0xa0];
4586
4587        struct mlx5_ifc_encap_header_in_bits encap_header[0];
4588};
4589
4590struct mlx5_ifc_query_encap_header_in_bits {
4591        u8         opcode[0x10];
4592        u8         reserved_at_10[0x10];
4593
4594        u8         reserved_at_20[0x10];
4595        u8         op_mod[0x10];
4596
4597        u8         encap_id[0x20];
4598
4599        u8         reserved_at_60[0xa0];
4600};
4601
4602struct mlx5_ifc_alloc_encap_header_out_bits {
4603        u8         status[0x8];
4604        u8         reserved_at_8[0x18];
4605
4606        u8         syndrome[0x20];
4607
4608        u8         encap_id[0x20];
4609
4610        u8         reserved_at_60[0x20];
4611};
4612
4613struct mlx5_ifc_alloc_encap_header_in_bits {
4614        u8         opcode[0x10];
4615        u8         reserved_at_10[0x10];
4616
4617        u8         reserved_at_20[0x10];
4618        u8         op_mod[0x10];
4619
4620        u8         reserved_at_40[0xa0];
4621
4622        struct mlx5_ifc_encap_header_in_bits encap_header;
4623};
4624
4625struct mlx5_ifc_dealloc_encap_header_out_bits {
4626        u8         status[0x8];
4627        u8         reserved_at_8[0x18];
4628
4629        u8         syndrome[0x20];
4630
4631        u8         reserved_at_40[0x40];
4632};
4633
4634struct mlx5_ifc_dealloc_encap_header_in_bits {
4635        u8         opcode[0x10];
4636        u8         reserved_at_10[0x10];
4637
4638        u8         reserved_20[0x10];
4639        u8         op_mod[0x10];
4640
4641        u8         encap_id[0x20];
4642
4643        u8         reserved_60[0x20];
4644};
4645
4646struct mlx5_ifc_set_action_in_bits {
4647        u8         action_type[0x4];
4648        u8         field[0xc];
4649        u8         reserved_at_10[0x3];
4650        u8         offset[0x5];
4651        u8         reserved_at_18[0x3];
4652        u8         length[0x5];
4653
4654        u8         data[0x20];
4655};
4656
4657struct mlx5_ifc_add_action_in_bits {
4658        u8         action_type[0x4];
4659        u8         field[0xc];
4660        u8         reserved_at_10[0x10];
4661
4662        u8         data[0x20];
4663};
4664
4665union mlx5_ifc_set_action_in_add_action_in_auto_bits {
4666        struct mlx5_ifc_set_action_in_bits set_action_in;
4667        struct mlx5_ifc_add_action_in_bits add_action_in;
4668        u8         reserved_at_0[0x40];
4669};
4670
4671enum {
4672        MLX5_ACTION_TYPE_SET   = 0x1,
4673        MLX5_ACTION_TYPE_ADD   = 0x2,
4674};
4675
4676enum {
4677        MLX5_ACTION_IN_FIELD_OUT_SMAC_47_16    = 0x1,
4678        MLX5_ACTION_IN_FIELD_OUT_SMAC_15_0     = 0x2,
4679        MLX5_ACTION_IN_FIELD_OUT_ETHERTYPE     = 0x3,
4680        MLX5_ACTION_IN_FIELD_OUT_DMAC_47_16    = 0x4,
4681        MLX5_ACTION_IN_FIELD_OUT_DMAC_15_0     = 0x5,
4682        MLX5_ACTION_IN_FIELD_OUT_IP_DSCP       = 0x6,
4683        MLX5_ACTION_IN_FIELD_OUT_TCP_FLAGS     = 0x7,
4684        MLX5_ACTION_IN_FIELD_OUT_TCP_SPORT     = 0x8,
4685        MLX5_ACTION_IN_FIELD_OUT_TCP_DPORT     = 0x9,
4686        MLX5_ACTION_IN_FIELD_OUT_IP_TTL        = 0xa,
4687        MLX5_ACTION_IN_FIELD_OUT_UDP_SPORT     = 0xb,
4688        MLX5_ACTION_IN_FIELD_OUT_UDP_DPORT     = 0xc,
4689        MLX5_ACTION_IN_FIELD_OUT_SIPV6_127_96  = 0xd,
4690        MLX5_ACTION_IN_FIELD_OUT_SIPV6_95_64   = 0xe,
4691        MLX5_ACTION_IN_FIELD_OUT_SIPV6_63_32   = 0xf,
4692        MLX5_ACTION_IN_FIELD_OUT_SIPV6_31_0    = 0x10,
4693        MLX5_ACTION_IN_FIELD_OUT_DIPV6_127_96  = 0x11,
4694        MLX5_ACTION_IN_FIELD_OUT_DIPV6_95_64   = 0x12,
4695        MLX5_ACTION_IN_FIELD_OUT_DIPV6_63_32   = 0x13,
4696        MLX5_ACTION_IN_FIELD_OUT_DIPV6_31_0    = 0x14,
4697        MLX5_ACTION_IN_FIELD_OUT_SIPV4         = 0x15,
4698        MLX5_ACTION_IN_FIELD_OUT_DIPV4         = 0x16,
4699        MLX5_ACTION_IN_FIELD_OUT_IPV6_HOPLIMIT = 0x47,
4700};
4701
4702struct mlx5_ifc_alloc_modify_header_context_out_bits {
4703        u8         status[0x8];
4704        u8         reserved_at_8[0x18];
4705
4706        u8         syndrome[0x20];
4707
4708        u8         modify_header_id[0x20];
4709
4710        u8         reserved_at_60[0x20];
4711};
4712
4713struct mlx5_ifc_alloc_modify_header_context_in_bits {
4714        u8         opcode[0x10];
4715        u8         reserved_at_10[0x10];
4716
4717        u8         reserved_at_20[0x10];
4718        u8         op_mod[0x10];
4719
4720        u8         reserved_at_40[0x20];
4721
4722        u8         table_type[0x8];
4723        u8         reserved_at_68[0x10];
4724        u8         num_of_actions[0x8];
4725
4726        union mlx5_ifc_set_action_in_add_action_in_auto_bits actions[0];
4727};
4728
4729struct mlx5_ifc_dealloc_modify_header_context_out_bits {
4730        u8         status[0x8];
4731        u8         reserved_at_8[0x18];
4732
4733        u8         syndrome[0x20];
4734
4735        u8         reserved_at_40[0x40];
4736};
4737
4738struct mlx5_ifc_dealloc_modify_header_context_in_bits {
4739        u8         opcode[0x10];
4740        u8         reserved_at_10[0x10];
4741
4742        u8         reserved_at_20[0x10];
4743        u8         op_mod[0x10];
4744
4745        u8         modify_header_id[0x20];
4746
4747        u8         reserved_at_60[0x20];
4748};
4749
4750struct mlx5_ifc_query_dct_out_bits {
4751        u8         status[0x8];
4752        u8         reserved_at_8[0x18];
4753
4754        u8         syndrome[0x20];
4755
4756        u8         reserved_at_40[0x40];
4757
4758        struct mlx5_ifc_dctc_bits dct_context_entry;
4759
4760        u8         reserved_at_280[0x180];
4761};
4762
4763struct mlx5_ifc_query_dct_in_bits {
4764        u8         opcode[0x10];
4765        u8         reserved_at_10[0x10];
4766
4767        u8         reserved_at_20[0x10];
4768        u8         op_mod[0x10];
4769
4770        u8         reserved_at_40[0x8];
4771        u8         dctn[0x18];
4772
4773        u8         reserved_at_60[0x20];
4774};
4775
4776struct mlx5_ifc_query_cq_out_bits {
4777        u8         status[0x8];
4778        u8         reserved_at_8[0x18];
4779
4780        u8         syndrome[0x20];
4781
4782        u8         reserved_at_40[0x40];
4783
4784        struct mlx5_ifc_cqc_bits cq_context;
4785
4786        u8         reserved_at_280[0x600];
4787
4788        u8         pas[0][0x40];
4789};
4790
4791struct mlx5_ifc_query_cq_in_bits {
4792        u8         opcode[0x10];
4793        u8         reserved_at_10[0x10];
4794
4795        u8         reserved_at_20[0x10];
4796        u8         op_mod[0x10];
4797
4798        u8         reserved_at_40[0x8];
4799        u8         cqn[0x18];
4800
4801        u8         reserved_at_60[0x20];
4802};
4803
4804struct mlx5_ifc_query_cong_status_out_bits {
4805        u8         status[0x8];
4806        u8         reserved_at_8[0x18];
4807
4808        u8         syndrome[0x20];
4809
4810        u8         reserved_at_40[0x20];
4811
4812        u8         enable[0x1];
4813        u8         tag_enable[0x1];
4814        u8         reserved_at_62[0x1e];
4815};
4816
4817struct mlx5_ifc_query_cong_status_in_bits {
4818        u8         opcode[0x10];
4819        u8         reserved_at_10[0x10];
4820
4821        u8         reserved_at_20[0x10];
4822        u8         op_mod[0x10];
4823
4824        u8         reserved_at_40[0x18];
4825        u8         priority[0x4];
4826        u8         cong_protocol[0x4];
4827
4828        u8         reserved_at_60[0x20];
4829};
4830
4831struct mlx5_ifc_query_cong_statistics_out_bits {
4832        u8         status[0x8];
4833        u8         reserved_at_8[0x18];
4834
4835        u8         syndrome[0x20];
4836
4837        u8         reserved_at_40[0x40];
4838
4839        u8         rp_cur_flows[0x20];
4840
4841        u8         sum_flows[0x20];
4842
4843        u8         rp_cnp_ignored_high[0x20];
4844
4845        u8         rp_cnp_ignored_low[0x20];
4846
4847        u8         rp_cnp_handled_high[0x20];
4848
4849        u8         rp_cnp_handled_low[0x20];
4850
4851        u8         reserved_at_140[0x100];
4852
4853        u8         time_stamp_high[0x20];
4854
4855        u8         time_stamp_low[0x20];
4856
4857        u8         accumulators_period[0x20];
4858
4859        u8         np_ecn_marked_roce_packets_high[0x20];
4860
4861        u8         np_ecn_marked_roce_packets_low[0x20];
4862
4863        u8         np_cnp_sent_high[0x20];
4864
4865        u8         np_cnp_sent_low[0x20];
4866
4867        u8         reserved_at_320[0x560];
4868};
4869
4870struct mlx5_ifc_query_cong_statistics_in_bits {
4871        u8         opcode[0x10];
4872        u8         reserved_at_10[0x10];
4873
4874        u8         reserved_at_20[0x10];
4875        u8         op_mod[0x10];
4876
4877        u8         clear[0x1];
4878        u8         reserved_at_41[0x1f];
4879
4880        u8         reserved_at_60[0x20];
4881};
4882
4883struct mlx5_ifc_query_cong_params_out_bits {
4884        u8         status[0x8];
4885        u8         reserved_at_8[0x18];
4886
4887        u8         syndrome[0x20];
4888
4889        u8         reserved_at_40[0x40];
4890
4891        union mlx5_ifc_cong_control_roce_ecn_auto_bits congestion_parameters;
4892};
4893
4894struct mlx5_ifc_query_cong_params_in_bits {
4895        u8         opcode[0x10];
4896        u8         reserved_at_10[0x10];
4897
4898        u8         reserved_at_20[0x10];
4899        u8         op_mod[0x10];
4900
4901        u8         reserved_at_40[0x1c];
4902        u8         cong_protocol[0x4];
4903
4904        u8         reserved_at_60[0x20];
4905};
4906
4907struct mlx5_ifc_query_adapter_out_bits {
4908        u8         status[0x8];
4909        u8         reserved_at_8[0x18];
4910
4911        u8         syndrome[0x20];
4912
4913        u8         reserved_at_40[0x40];
4914
4915        struct mlx5_ifc_query_adapter_param_block_bits query_adapter_struct;
4916};
4917
4918struct mlx5_ifc_query_adapter_in_bits {
4919        u8         opcode[0x10];
4920        u8         reserved_at_10[0x10];
4921
4922        u8         reserved_at_20[0x10];
4923        u8         op_mod[0x10];
4924
4925        u8         reserved_at_40[0x40];
4926};
4927
4928struct mlx5_ifc_qp_2rst_out_bits {
4929        u8         status[0x8];
4930        u8         reserved_at_8[0x18];
4931
4932        u8         syndrome[0x20];
4933
4934        u8         reserved_at_40[0x40];
4935};
4936
4937struct mlx5_ifc_qp_2rst_in_bits {
4938        u8         opcode[0x10];
4939        u8         reserved_at_10[0x10];
4940
4941        u8         reserved_at_20[0x10];
4942        u8         op_mod[0x10];
4943
4944        u8         reserved_at_40[0x8];
4945        u8         qpn[0x18];
4946
4947        u8         reserved_at_60[0x20];
4948};
4949
4950struct mlx5_ifc_qp_2err_out_bits {
4951        u8         status[0x8];
4952        u8         reserved_at_8[0x18];
4953
4954        u8         syndrome[0x20];
4955
4956        u8         reserved_at_40[0x40];
4957};
4958
4959struct mlx5_ifc_qp_2err_in_bits {
4960        u8         opcode[0x10];
4961        u8         reserved_at_10[0x10];
4962
4963        u8         reserved_at_20[0x10];
4964        u8         op_mod[0x10];
4965
4966        u8         reserved_at_40[0x8];
4967        u8         qpn[0x18];
4968
4969        u8         reserved_at_60[0x20];
4970};
4971
4972struct mlx5_ifc_page_fault_resume_out_bits {
4973        u8         status[0x8];
4974        u8         reserved_at_8[0x18];
4975
4976        u8         syndrome[0x20];
4977
4978        u8         reserved_at_40[0x40];
4979};
4980
4981struct mlx5_ifc_page_fault_resume_in_bits {
4982        u8         opcode[0x10];
4983        u8         reserved_at_10[0x10];
4984
4985        u8         reserved_at_20[0x10];
4986        u8         op_mod[0x10];
4987
4988        u8         error[0x1];
4989        u8         reserved_at_41[0x4];
4990        u8         page_fault_type[0x3];
4991        u8         wq_number[0x18];
4992
4993        u8         reserved_at_60[0x8];
4994        u8         token[0x18];
4995};
4996
4997struct mlx5_ifc_nop_out_bits {
4998        u8         status[0x8];
4999        u8         reserved_at_8[0x18];
5000
5001        u8         syndrome[0x20];
5002
5003        u8         reserved_at_40[0x40];
5004};
5005
5006struct mlx5_ifc_nop_in_bits {
5007        u8         opcode[0x10];
5008        u8         reserved_at_10[0x10];
5009
5010        u8         reserved_at_20[0x10];
5011        u8         op_mod[0x10];
5012
5013        u8         reserved_at_40[0x40];
5014};
5015
5016struct mlx5_ifc_modify_vport_state_out_bits {
5017        u8         status[0x8];
5018        u8         reserved_at_8[0x18];
5019
5020        u8         syndrome[0x20];
5021
5022        u8         reserved_at_40[0x40];
5023};
5024
5025struct mlx5_ifc_modify_vport_state_in_bits {
5026        u8         opcode[0x10];
5027        u8         reserved_at_10[0x10];
5028
5029        u8         reserved_at_20[0x10];
5030        u8         op_mod[0x10];
5031
5032        u8         other_vport[0x1];
5033        u8         reserved_at_41[0xf];
5034        u8         vport_number[0x10];
5035
5036        u8         reserved_at_60[0x18];
5037        u8         admin_state[0x4];
5038        u8         reserved_at_7c[0x4];
5039};
5040
5041struct mlx5_ifc_modify_tis_out_bits {
5042        u8         status[0x8];
5043        u8         reserved_at_8[0x18];
5044
5045        u8         syndrome[0x20];
5046
5047        u8         reserved_at_40[0x40];
5048};
5049
5050struct mlx5_ifc_modify_tis_bitmask_bits {
5051        u8         reserved_at_0[0x20];
5052
5053        u8         reserved_at_20[0x1d];
5054        u8         lag_tx_port_affinity[0x1];
5055        u8         strict_lag_tx_port_affinity[0x1];
5056        u8         prio[0x1];
5057};
5058
5059struct mlx5_ifc_modify_tis_in_bits {
5060        u8         opcode[0x10];
5061        u8         reserved_at_10[0x10];
5062
5063        u8         reserved_at_20[0x10];
5064        u8         op_mod[0x10];
5065
5066        u8         reserved_at_40[0x8];
5067        u8         tisn[0x18];
5068
5069        u8         reserved_at_60[0x20];
5070
5071        struct mlx5_ifc_modify_tis_bitmask_bits bitmask;
5072
5073        u8         reserved_at_c0[0x40];
5074
5075        struct mlx5_ifc_tisc_bits ctx;
5076};
5077
5078struct mlx5_ifc_modify_tir_bitmask_bits {
5079        u8         reserved_at_0[0x20];
5080
5081        u8         reserved_at_20[0x1b];
5082        u8         self_lb_en[0x1];
5083        u8         reserved_at_3c[0x1];
5084        u8         hash[0x1];
5085        u8         reserved_at_3e[0x1];
5086        u8         lro[0x1];
5087};
5088
5089struct mlx5_ifc_modify_tir_out_bits {
5090        u8         status[0x8];
5091        u8         reserved_at_8[0x18];
5092
5093        u8         syndrome[0x20];
5094
5095        u8         reserved_at_40[0x40];
5096};
5097
5098struct mlx5_ifc_modify_tir_in_bits {
5099        u8         opcode[0x10];
5100        u8         reserved_at_10[0x10];
5101
5102        u8         reserved_at_20[0x10];
5103        u8         op_mod[0x10];
5104
5105        u8         reserved_at_40[0x8];
5106        u8         tirn[0x18];
5107
5108        u8         reserved_at_60[0x20];
5109
5110        struct mlx5_ifc_modify_tir_bitmask_bits bitmask;
5111
5112        u8         reserved_at_c0[0x40];
5113
5114        struct mlx5_ifc_tirc_bits ctx;
5115};
5116
5117struct mlx5_ifc_modify_sq_out_bits {
5118        u8         status[0x8];
5119        u8         reserved_at_8[0x18];
5120
5121        u8         syndrome[0x20];
5122
5123        u8         reserved_at_40[0x40];
5124};
5125
5126struct mlx5_ifc_modify_sq_in_bits {
5127        u8         opcode[0x10];
5128        u8         reserved_at_10[0x10];
5129
5130        u8         reserved_at_20[0x10];
5131        u8         op_mod[0x10];
5132
5133        u8         sq_state[0x4];
5134        u8         reserved_at_44[0x4];
5135        u8         sqn[0x18];
5136
5137        u8         reserved_at_60[0x20];
5138
5139        u8         modify_bitmask[0x40];
5140
5141        u8         reserved_at_c0[0x40];
5142
5143        struct mlx5_ifc_sqc_bits ctx;
5144};
5145
5146struct mlx5_ifc_modify_scheduling_element_out_bits {
5147        u8         status[0x8];
5148        u8         reserved_at_8[0x18];
5149
5150        u8         syndrome[0x20];
5151
5152        u8         reserved_at_40[0x1c0];
5153};
5154
5155enum {
5156        MODIFY_SCHEDULING_ELEMENT_IN_MODIFY_BITMASK_BW_SHARE = 0x1,
5157        MODIFY_SCHEDULING_ELEMENT_IN_MODIFY_BITMASK_MAX_AVERAGE_BW = 0x2,
5158};
5159
5160struct mlx5_ifc_modify_scheduling_element_in_bits {
5161        u8         opcode[0x10];
5162        u8         reserved_at_10[0x10];
5163
5164        u8         reserved_at_20[0x10];
5165        u8         op_mod[0x10];
5166
5167        u8         scheduling_hierarchy[0x8];
5168        u8         reserved_at_48[0x18];
5169
5170        u8         scheduling_element_id[0x20];
5171
5172        u8         reserved_at_80[0x20];
5173
5174        u8         modify_bitmask[0x20];
5175
5176        u8         reserved_at_c0[0x40];
5177
5178        struct mlx5_ifc_scheduling_context_bits scheduling_context;
5179
5180        u8         reserved_at_300[0x100];
5181};
5182
5183struct mlx5_ifc_modify_rqt_out_bits {
5184        u8         status[0x8];
5185        u8         reserved_at_8[0x18];
5186
5187        u8         syndrome[0x20];
5188
5189        u8         reserved_at_40[0x40];
5190};
5191
5192struct mlx5_ifc_rqt_bitmask_bits {
5193        u8         reserved_at_0[0x20];
5194
5195        u8         reserved_at_20[0x1f];
5196        u8         rqn_list[0x1];
5197};
5198
5199struct mlx5_ifc_modify_rqt_in_bits {
5200        u8         opcode[0x10];
5201        u8         reserved_at_10[0x10];
5202
5203        u8         reserved_at_20[0x10];
5204        u8         op_mod[0x10];
5205
5206        u8         reserved_at_40[0x8];
5207        u8         rqtn[0x18];
5208
5209        u8         reserved_at_60[0x20];
5210
5211        struct mlx5_ifc_rqt_bitmask_bits bitmask;
5212
5213        u8         reserved_at_c0[0x40];
5214
5215        struct mlx5_ifc_rqtc_bits ctx;
5216};
5217
5218struct mlx5_ifc_modify_rq_out_bits {
5219        u8         status[0x8];
5220        u8         reserved_at_8[0x18];
5221
5222        u8         syndrome[0x20];
5223
5224        u8         reserved_at_40[0x40];
5225};
5226
5227enum {
5228        MLX5_MODIFY_RQ_IN_MODIFY_BITMASK_VSD = 1ULL << 1,
5229        MLX5_MODIFY_RQ_IN_MODIFY_BITMASK_SCATTER_FCS = 1ULL << 2,
5230        MLX5_MODIFY_RQ_IN_MODIFY_BITMASK_RQ_COUNTER_SET_ID = 1ULL << 3,
5231};
5232
5233struct mlx5_ifc_modify_rq_in_bits {
5234        u8         opcode[0x10];
5235        u8         reserved_at_10[0x10];
5236
5237        u8         reserved_at_20[0x10];
5238        u8         op_mod[0x10];
5239
5240        u8         rq_state[0x4];
5241        u8         reserved_at_44[0x4];
5242        u8         rqn[0x18];
5243
5244        u8         reserved_at_60[0x20];
5245
5246        u8         modify_bitmask[0x40];
5247
5248        u8         reserved_at_c0[0x40];
5249
5250        struct mlx5_ifc_rqc_bits ctx;
5251};
5252
5253struct mlx5_ifc_modify_rmp_out_bits {
5254        u8         status[0x8];
5255        u8         reserved_at_8[0x18];
5256
5257        u8         syndrome[0x20];
5258
5259        u8         reserved_at_40[0x40];
5260};
5261
5262struct mlx5_ifc_rmp_bitmask_bits {
5263        u8         reserved_at_0[0x20];
5264
5265        u8         reserved_at_20[0x1f];
5266        u8         lwm[0x1];
5267};
5268
5269struct mlx5_ifc_modify_rmp_in_bits {
5270        u8         opcode[0x10];
5271        u8         reserved_at_10[0x10];
5272
5273        u8         reserved_at_20[0x10];
5274        u8         op_mod[0x10];
5275
5276        u8         rmp_state[0x4];
5277        u8         reserved_at_44[0x4];
5278        u8         rmpn[0x18];
5279
5280        u8         reserved_at_60[0x20];
5281
5282        struct mlx5_ifc_rmp_bitmask_bits bitmask;
5283
5284        u8         reserved_at_c0[0x40];
5285
5286        struct mlx5_ifc_rmpc_bits ctx;
5287};
5288
5289struct mlx5_ifc_modify_nic_vport_context_out_bits {
5290        u8         status[0x8];
5291        u8         reserved_at_8[0x18];
5292
5293        u8         syndrome[0x20];
5294
5295        u8         reserved_at_40[0x40];
5296};
5297
5298struct mlx5_ifc_modify_nic_vport_field_select_bits {
5299        u8         reserved_at_0[0x14];
5300        u8         disable_uc_local_lb[0x1];
5301        u8         disable_mc_local_lb[0x1];
5302        u8         node_guid[0x1];
5303        u8         port_guid[0x1];
5304        u8         min_inline[0x1];
5305        u8         mtu[0x1];
5306        u8         change_event[0x1];
5307        u8         promisc[0x1];
5308        u8         permanent_address[0x1];
5309        u8         addresses_list[0x1];
5310        u8         roce_en[0x1];
5311        u8         reserved_at_1f[0x1];
5312};
5313
5314struct mlx5_ifc_modify_nic_vport_context_in_bits {
5315        u8         opcode[0x10];
5316        u8         reserved_at_10[0x10];
5317
5318        u8         reserved_at_20[0x10];
5319        u8         op_mod[0x10];
5320
5321        u8         other_vport[0x1];
5322        u8         reserved_at_41[0xf];
5323        u8         vport_number[0x10];
5324
5325        struct mlx5_ifc_modify_nic_vport_field_select_bits field_select;
5326
5327        u8         reserved_at_80[0x780];
5328
5329        struct mlx5_ifc_nic_vport_context_bits nic_vport_context;
5330};
5331
5332struct mlx5_ifc_modify_hca_vport_context_out_bits {
5333        u8         status[0x8];
5334        u8         reserved_at_8[0x18];
5335
5336        u8         syndrome[0x20];
5337
5338        u8         reserved_at_40[0x40];
5339};
5340
5341struct mlx5_ifc_modify_hca_vport_context_in_bits {
5342        u8         opcode[0x10];
5343        u8         reserved_at_10[0x10];
5344
5345        u8         reserved_at_20[0x10];
5346        u8         op_mod[0x10];
5347
5348        u8         other_vport[0x1];
5349        u8         reserved_at_41[0xb];
5350        u8         port_num[0x4];
5351        u8         vport_number[0x10];
5352
5353        u8         reserved_at_60[0x20];
5354
5355        struct mlx5_ifc_hca_vport_context_bits hca_vport_context;
5356};
5357
5358struct mlx5_ifc_modify_cq_out_bits {
5359        u8         status[0x8];
5360        u8         reserved_at_8[0x18];
5361
5362        u8         syndrome[0x20];
5363
5364        u8         reserved_at_40[0x40];
5365};
5366
5367enum {
5368        MLX5_MODIFY_CQ_IN_OP_MOD_MODIFY_CQ  = 0x0,
5369        MLX5_MODIFY_CQ_IN_OP_MOD_RESIZE_CQ  = 0x1,
5370};
5371
5372struct mlx5_ifc_modify_cq_in_bits {
5373        u8         opcode[0x10];
5374        u8         reserved_at_10[0x10];
5375
5376        u8         reserved_at_20[0x10];
5377        u8         op_mod[0x10];
5378
5379        u8         reserved_at_40[0x8];
5380        u8         cqn[0x18];
5381
5382        union mlx5_ifc_modify_field_select_resize_field_select_auto_bits modify_field_select_resize_field_select;
5383
5384        struct mlx5_ifc_cqc_bits cq_context;
5385
5386        u8         reserved_at_280[0x600];
5387
5388        u8         pas[0][0x40];
5389};
5390
5391struct mlx5_ifc_modify_cong_status_out_bits {
5392        u8         status[0x8];
5393        u8         reserved_at_8[0x18];
5394
5395        u8         syndrome[0x20];
5396
5397        u8         reserved_at_40[0x40];
5398};
5399
5400struct mlx5_ifc_modify_cong_status_in_bits {
5401        u8         opcode[0x10];
5402        u8         reserved_at_10[0x10];
5403
5404        u8         reserved_at_20[0x10];
5405        u8         op_mod[0x10];
5406
5407        u8         reserved_at_40[0x18];
5408        u8         priority[0x4];
5409        u8         cong_protocol[0x4];
5410
5411        u8         enable[0x1];
5412        u8         tag_enable[0x1];
5413        u8         reserved_at_62[0x1e];
5414};
5415
5416struct mlx5_ifc_modify_cong_params_out_bits {
5417        u8         status[0x8];
5418        u8         reserved_at_8[0x18];
5419
5420        u8         syndrome[0x20];
5421
5422        u8         reserved_at_40[0x40];
5423};
5424
5425struct mlx5_ifc_modify_cong_params_in_bits {
5426        u8         opcode[0x10];
5427        u8         reserved_at_10[0x10];
5428
5429        u8         reserved_at_20[0x10];
5430        u8         op_mod[0x10];
5431
5432        u8         reserved_at_40[0x1c];
5433        u8         cong_protocol[0x4];
5434
5435        union mlx5_ifc_field_select_802_1_r_roce_auto_bits field_select;
5436
5437        u8         reserved_at_80[0x80];
5438
5439        union mlx5_ifc_cong_control_roce_ecn_auto_bits congestion_parameters;
5440};
5441
5442struct mlx5_ifc_manage_pages_out_bits {
5443        u8         status[0x8];
5444        u8         reserved_at_8[0x18];
5445
5446        u8         syndrome[0x20];
5447
5448        u8         output_num_entries[0x20];
5449
5450        u8         reserved_at_60[0x20];
5451
5452        u8         pas[0][0x40];
5453};
5454
5455enum {
5456        MLX5_MANAGE_PAGES_IN_OP_MOD_ALLOCATION_FAIL     = 0x0,
5457        MLX5_MANAGE_PAGES_IN_OP_MOD_ALLOCATION_SUCCESS  = 0x1,
5458        MLX5_MANAGE_PAGES_IN_OP_MOD_HCA_RETURN_PAGES    = 0x2,
5459};
5460
5461struct mlx5_ifc_manage_pages_in_bits {
5462        u8         opcode[0x10];
5463        u8         reserved_at_10[0x10];
5464
5465        u8         reserved_at_20[0x10];
5466        u8         op_mod[0x10];
5467
5468        u8         reserved_at_40[0x10];
5469        u8         function_id[0x10];
5470
5471        u8         input_num_entries[0x20];
5472
5473        u8         pas[0][0x40];
5474};
5475
5476struct mlx5_ifc_mad_ifc_out_bits {
5477        u8         status[0x8];
5478        u8         reserved_at_8[0x18];
5479
5480        u8         syndrome[0x20];
5481
5482        u8         reserved_at_40[0x40];
5483
5484        u8         response_mad_packet[256][0x8];
5485};
5486
5487struct mlx5_ifc_mad_ifc_in_bits {
5488        u8         opcode[0x10];
5489        u8         reserved_at_10[0x10];
5490
5491        u8         reserved_at_20[0x10];
5492        u8         op_mod[0x10];
5493
5494        u8         remote_lid[0x10];
5495        u8         reserved_at_50[0x8];
5496        u8         port[0x8];
5497
5498        u8         reserved_at_60[0x20];
5499
5500        u8         mad[256][0x8];
5501};
5502
5503struct mlx5_ifc_init_hca_out_bits {
5504        u8         status[0x8];
5505        u8         reserved_at_8[0x18];
5506
5507        u8         syndrome[0x20];
5508
5509        u8         reserved_at_40[0x40];
5510};
5511
5512struct mlx5_ifc_init_hca_in_bits {
5513        u8         opcode[0x10];
5514        u8         reserved_at_10[0x10];
5515
5516        u8         reserved_at_20[0x10];
5517        u8         op_mod[0x10];
5518
5519        u8         reserved_at_40[0x40];
5520};
5521
5522struct mlx5_ifc_init2rtr_qp_out_bits {
5523        u8         status[0x8];
5524        u8         reserved_at_8[0x18];
5525
5526        u8         syndrome[0x20];
5527
5528        u8         reserved_at_40[0x40];
5529};
5530
5531struct mlx5_ifc_init2rtr_qp_in_bits {
5532        u8         opcode[0x10];
5533        u8         reserved_at_10[0x10];
5534
5535        u8         reserved_at_20[0x10];
5536        u8         op_mod[0x10];
5537
5538        u8         reserved_at_40[0x8];
5539        u8         qpn[0x18];
5540
5541        u8         reserved_at_60[0x20];
5542
5543        u8         opt_param_mask[0x20];
5544
5545        u8         reserved_at_a0[0x20];
5546
5547        struct mlx5_ifc_qpc_bits qpc;
5548
5549        u8         reserved_at_800[0x80];
5550};
5551
5552struct mlx5_ifc_init2init_qp_out_bits {
5553        u8         status[0x8];
5554        u8         reserved_at_8[0x18];
5555
5556        u8         syndrome[0x20];
5557
5558        u8         reserved_at_40[0x40];
5559};
5560
5561struct mlx5_ifc_init2init_qp_in_bits {
5562        u8         opcode[0x10];
5563        u8         reserved_at_10[0x10];
5564
5565        u8         reserved_at_20[0x10];
5566        u8         op_mod[0x10];
5567
5568        u8         reserved_at_40[0x8];
5569        u8         qpn[0x18];
5570
5571        u8         reserved_at_60[0x20];
5572
5573        u8         opt_param_mask[0x20];
5574
5575        u8         reserved_at_a0[0x20];
5576
5577        struct mlx5_ifc_qpc_bits qpc;
5578
5579        u8         reserved_at_800[0x80];
5580};
5581
5582struct mlx5_ifc_get_dropped_packet_log_out_bits {
5583        u8         status[0x8];
5584        u8         reserved_at_8[0x18];
5585
5586        u8         syndrome[0x20];
5587
5588        u8         reserved_at_40[0x40];
5589
5590        u8         packet_headers_log[128][0x8];
5591
5592        u8         packet_syndrome[64][0x8];
5593};
5594
5595struct mlx5_ifc_get_dropped_packet_log_in_bits {
5596        u8         opcode[0x10];
5597        u8         reserved_at_10[0x10];
5598
5599        u8         reserved_at_20[0x10];
5600        u8         op_mod[0x10];
5601
5602        u8         reserved_at_40[0x40];
5603};
5604
5605struct mlx5_ifc_gen_eqe_in_bits {
5606        u8         opcode[0x10];
5607        u8         reserved_at_10[0x10];
5608
5609        u8         reserved_at_20[0x10];
5610        u8         op_mod[0x10];
5611
5612        u8         reserved_at_40[0x18];
5613        u8         eq_number[0x8];
5614
5615        u8         reserved_at_60[0x20];
5616
5617        u8         eqe[64][0x8];
5618};
5619
5620struct mlx5_ifc_gen_eq_out_bits {
5621        u8         status[0x8];
5622        u8         reserved_at_8[0x18];
5623
5624        u8         syndrome[0x20];
5625
5626        u8         reserved_at_40[0x40];
5627};
5628
5629struct mlx5_ifc_enable_hca_out_bits {
5630        u8         status[0x8];
5631        u8         reserved_at_8[0x18];
5632
5633        u8         syndrome[0x20];
5634
5635        u8         reserved_at_40[0x20];
5636};
5637
5638struct mlx5_ifc_enable_hca_in_bits {
5639        u8         opcode[0x10];
5640        u8         reserved_at_10[0x10];
5641
5642        u8         reserved_at_20[0x10];
5643        u8         op_mod[0x10];
5644
5645        u8         reserved_at_40[0x10];
5646        u8         function_id[0x10];
5647
5648        u8         reserved_at_60[0x20];
5649};
5650
5651struct mlx5_ifc_drain_dct_out_bits {
5652        u8         status[0x8];
5653        u8         reserved_at_8[0x18];
5654
5655        u8         syndrome[0x20];
5656
5657        u8         reserved_at_40[0x40];
5658};
5659
5660struct mlx5_ifc_drain_dct_in_bits {
5661        u8         opcode[0x10];
5662        u8         reserved_at_10[0x10];
5663
5664        u8         reserved_at_20[0x10];
5665        u8         op_mod[0x10];
5666
5667        u8         reserved_at_40[0x8];
5668        u8         dctn[0x18];
5669
5670        u8         reserved_at_60[0x20];
5671};
5672
5673struct mlx5_ifc_disable_hca_out_bits {
5674        u8         status[0x8];
5675        u8         reserved_at_8[0x18];
5676
5677        u8         syndrome[0x20];
5678
5679        u8         reserved_at_40[0x20];
5680};
5681
5682struct mlx5_ifc_disable_hca_in_bits {
5683        u8         opcode[0x10];
5684        u8         reserved_at_10[0x10];
5685
5686        u8         reserved_at_20[0x10];
5687        u8         op_mod[0x10];
5688
5689        u8         reserved_at_40[0x10];
5690        u8         function_id[0x10];
5691
5692        u8         reserved_at_60[0x20];
5693};
5694
5695struct mlx5_ifc_detach_from_mcg_out_bits {
5696        u8         status[0x8];
5697        u8         reserved_at_8[0x18];
5698
5699        u8         syndrome[0x20];
5700
5701        u8         reserved_at_40[0x40];
5702};
5703
5704struct mlx5_ifc_detach_from_mcg_in_bits {
5705        u8         opcode[0x10];
5706        u8         reserved_at_10[0x10];
5707
5708        u8         reserved_at_20[0x10];
5709        u8         op_mod[0x10];
5710
5711        u8         reserved_at_40[0x8];
5712        u8         qpn[0x18];
5713
5714        u8         reserved_at_60[0x20];
5715
5716        u8         multicast_gid[16][0x8];
5717};
5718
5719struct mlx5_ifc_destroy_xrq_out_bits {
5720        u8         status[0x8];
5721        u8         reserved_at_8[0x18];
5722
5723        u8         syndrome[0x20];
5724
5725        u8         reserved_at_40[0x40];
5726};
5727
5728struct mlx5_ifc_destroy_xrq_in_bits {
5729        u8         opcode[0x10];
5730        u8         reserved_at_10[0x10];
5731
5732        u8         reserved_at_20[0x10];
5733        u8         op_mod[0x10];
5734
5735        u8         reserved_at_40[0x8];
5736        u8         xrqn[0x18];
5737
5738        u8         reserved_at_60[0x20];
5739};
5740
5741struct mlx5_ifc_destroy_xrc_srq_out_bits {
5742        u8         status[0x8];
5743        u8         reserved_at_8[0x18];
5744
5745        u8         syndrome[0x20];
5746
5747        u8         reserved_at_40[0x40];
5748};
5749
5750struct mlx5_ifc_destroy_xrc_srq_in_bits {
5751        u8         opcode[0x10];
5752        u8         reserved_at_10[0x10];
5753
5754        u8         reserved_at_20[0x10];
5755        u8         op_mod[0x10];
5756
5757        u8         reserved_at_40[0x8];
5758        u8         xrc_srqn[0x18];
5759
5760        u8         reserved_at_60[0x20];
5761};
5762
5763struct mlx5_ifc_destroy_tis_out_bits {
5764        u8         status[0x8];
5765        u8         reserved_at_8[0x18];
5766
5767        u8         syndrome[0x20];
5768
5769        u8         reserved_at_40[0x40];
5770};
5771
5772struct mlx5_ifc_destroy_tis_in_bits {
5773        u8         opcode[0x10];
5774        u8         reserved_at_10[0x10];
5775
5776        u8         reserved_at_20[0x10];
5777        u8         op_mod[0x10];
5778
5779        u8         reserved_at_40[0x8];
5780        u8         tisn[0x18];
5781
5782        u8         reserved_at_60[0x20];
5783};
5784
5785struct mlx5_ifc_destroy_tir_out_bits {
5786        u8         status[0x8];
5787        u8         reserved_at_8[0x18];
5788
5789        u8         syndrome[0x20];
5790
5791        u8         reserved_at_40[0x40];
5792};
5793
5794struct mlx5_ifc_destroy_tir_in_bits {
5795        u8         opcode[0x10];
5796        u8         reserved_at_10[0x10];
5797
5798        u8         reserved_at_20[0x10];
5799        u8         op_mod[0x10];
5800
5801        u8         reserved_at_40[0x8];
5802        u8         tirn[0x18];
5803
5804        u8         reserved_at_60[0x20];
5805};
5806
5807struct mlx5_ifc_destroy_srq_out_bits {
5808        u8         status[0x8];
5809        u8         reserved_at_8[0x18];
5810
5811        u8         syndrome[0x20];
5812
5813        u8         reserved_at_40[0x40];
5814};
5815
5816struct mlx5_ifc_destroy_srq_in_bits {
5817        u8         opcode[0x10];
5818        u8         reserved_at_10[0x10];
5819
5820        u8         reserved_at_20[0x10];
5821        u8         op_mod[0x10];
5822
5823        u8         reserved_at_40[0x8];
5824        u8         srqn[0x18];
5825
5826        u8         reserved_at_60[0x20];
5827};
5828
5829struct mlx5_ifc_destroy_sq_out_bits {
5830        u8         status[0x8];
5831        u8         reserved_at_8[0x18];
5832
5833        u8         syndrome[0x20];
5834
5835        u8         reserved_at_40[0x40];
5836};
5837
5838struct mlx5_ifc_destroy_sq_in_bits {
5839        u8         opcode[0x10];
5840        u8         reserved_at_10[0x10];
5841
5842        u8         reserved_at_20[0x10];
5843        u8         op_mod[0x10];
5844
5845        u8         reserved_at_40[0x8];
5846        u8         sqn[0x18];
5847
5848        u8         reserved_at_60[0x20];
5849};
5850
5851struct mlx5_ifc_destroy_scheduling_element_out_bits {
5852        u8         status[0x8];
5853        u8         reserved_at_8[0x18];
5854
5855        u8         syndrome[0x20];
5856
5857        u8         reserved_at_40[0x1c0];
5858};
5859
5860struct mlx5_ifc_destroy_scheduling_element_in_bits {
5861        u8         opcode[0x10];
5862        u8         reserved_at_10[0x10];
5863
5864        u8         reserved_at_20[0x10];
5865        u8         op_mod[0x10];
5866
5867        u8         scheduling_hierarchy[0x8];
5868        u8         reserved_at_48[0x18];
5869
5870        u8         scheduling_element_id[0x20];
5871
5872        u8         reserved_at_80[0x180];
5873};
5874
5875struct mlx5_ifc_destroy_rqt_out_bits {
5876        u8         status[0x8];
5877        u8         reserved_at_8[0x18];
5878
5879        u8         syndrome[0x20];
5880
5881        u8         reserved_at_40[0x40];
5882};
5883
5884struct mlx5_ifc_destroy_rqt_in_bits {
5885        u8         opcode[0x10];
5886        u8         reserved_at_10[0x10];
5887
5888        u8         reserved_at_20[0x10];
5889        u8         op_mod[0x10];
5890
5891        u8         reserved_at_40[0x8];
5892        u8         rqtn[0x18];
5893
5894        u8         reserved_at_60[0x20];
5895};
5896
5897struct mlx5_ifc_destroy_rq_out_bits {
5898        u8         status[0x8];
5899        u8         reserved_at_8[0x18];
5900
5901        u8         syndrome[0x20];
5902
5903        u8         reserved_at_40[0x40];
5904};
5905
5906struct mlx5_ifc_destroy_rq_in_bits {
5907        u8         opcode[0x10];
5908        u8         reserved_at_10[0x10];
5909
5910        u8         reserved_at_20[0x10];
5911        u8         op_mod[0x10];
5912
5913        u8         reserved_at_40[0x8];
5914        u8         rqn[0x18];
5915
5916        u8         reserved_at_60[0x20];
5917};
5918
5919struct mlx5_ifc_set_delay_drop_params_in_bits {
5920        u8         opcode[0x10];
5921        u8         reserved_at_10[0x10];
5922
5923        u8         reserved_at_20[0x10];
5924        u8         op_mod[0x10];
5925
5926        u8         reserved_at_40[0x20];
5927
5928        u8         reserved_at_60[0x10];
5929        u8         delay_drop_timeout[0x10];
5930};
5931
5932struct mlx5_ifc_set_delay_drop_params_out_bits {
5933        u8         status[0x8];
5934        u8         reserved_at_8[0x18];
5935
5936        u8         syndrome[0x20];
5937
5938        u8         reserved_at_40[0x40];
5939};
5940
5941struct mlx5_ifc_destroy_rmp_out_bits {
5942        u8         status[0x8];
5943        u8         reserved_at_8[0x18];
5944
5945        u8         syndrome[0x20];
5946
5947        u8         reserved_at_40[0x40];
5948};
5949
5950struct mlx5_ifc_destroy_rmp_in_bits {
5951        u8         opcode[0x10];
5952        u8         reserved_at_10[0x10];
5953
5954        u8         reserved_at_20[0x10];
5955        u8         op_mod[0x10];
5956
5957        u8         reserved_at_40[0x8];
5958        u8         rmpn[0x18];
5959
5960        u8         reserved_at_60[0x20];
5961};
5962
5963struct mlx5_ifc_destroy_qp_out_bits {
5964        u8         status[0x8];
5965        u8         reserved_at_8[0x18];
5966
5967        u8         syndrome[0x20];
5968
5969        u8         reserved_at_40[0x40];
5970};
5971
5972struct mlx5_ifc_destroy_qp_in_bits {
5973        u8         opcode[0x10];
5974        u8         reserved_at_10[0x10];
5975
5976        u8         reserved_at_20[0x10];
5977        u8         op_mod[0x10];
5978
5979        u8         reserved_at_40[0x8];
5980        u8         qpn[0x18];
5981
5982        u8         reserved_at_60[0x20];
5983};
5984
5985struct mlx5_ifc_destroy_psv_out_bits {
5986        u8         status[0x8];
5987        u8         reserved_at_8[0x18];
5988
5989        u8         syndrome[0x20];
5990
5991        u8         reserved_at_40[0x40];
5992};
5993
5994struct mlx5_ifc_destroy_psv_in_bits {
5995        u8         opcode[0x10];
5996        u8         reserved_at_10[0x10];
5997
5998        u8         reserved_at_20[0x10];
5999        u8         op_mod[0x10];
6000
6001        u8         reserved_at_40[0x8];
6002        u8         psvn[0x18];
6003
6004        u8         reserved_at_60[0x20];
6005};
6006
6007struct mlx5_ifc_destroy_mkey_out_bits {
6008        u8         status[0x8];
6009        u8         reserved_at_8[0x18];
6010
6011        u8         syndrome[0x20];
6012
6013        u8         reserved_at_40[0x40];
6014};
6015
6016struct mlx5_ifc_destroy_mkey_in_bits {
6017        u8         opcode[0x10];
6018        u8         reserved_at_10[0x10];
6019
6020        u8         reserved_at_20[0x10];
6021        u8         op_mod[0x10];
6022
6023        u8         reserved_at_40[0x8];
6024        u8         mkey_index[0x18];
6025
6026        u8         reserved_at_60[0x20];
6027};
6028
6029struct mlx5_ifc_destroy_flow_table_out_bits {
6030        u8         status[0x8];
6031        u8         reserved_at_8[0x18];
6032
6033        u8         syndrome[0x20];
6034
6035        u8         reserved_at_40[0x40];
6036};
6037
6038struct mlx5_ifc_destroy_flow_table_in_bits {
6039        u8         opcode[0x10];
6040        u8         reserved_at_10[0x10];
6041
6042        u8         reserved_at_20[0x10];
6043        u8         op_mod[0x10];
6044
6045        u8         other_vport[0x1];
6046        u8         reserved_at_41[0xf];
6047        u8         vport_number[0x10];
6048
6049        u8         reserved_at_60[0x20];
6050
6051        u8         table_type[0x8];
6052        u8         reserved_at_88[0x18];
6053
6054        u8         reserved_at_a0[0x8];
6055        u8         table_id[0x18];
6056
6057        u8         reserved_at_c0[0x140];
6058};
6059
6060struct mlx5_ifc_destroy_flow_group_out_bits {
6061        u8         status[0x8];
6062        u8         reserved_at_8[0x18];
6063
6064        u8         syndrome[0x20];
6065
6066        u8         reserved_at_40[0x40];
6067};
6068
6069struct mlx5_ifc_destroy_flow_group_in_bits {
6070        u8         opcode[0x10];
6071        u8         reserved_at_10[0x10];
6072
6073        u8         reserved_at_20[0x10];
6074        u8         op_mod[0x10];
6075
6076        u8         other_vport[0x1];
6077        u8         reserved_at_41[0xf];
6078        u8         vport_number[0x10];
6079
6080        u8         reserved_at_60[0x20];
6081
6082        u8         table_type[0x8];
6083        u8         reserved_at_88[0x18];
6084
6085        u8         reserved_at_a0[0x8];
6086        u8         table_id[0x18];
6087
6088        u8         group_id[0x20];
6089
6090        u8         reserved_at_e0[0x120];
6091};
6092
6093struct mlx5_ifc_destroy_eq_out_bits {
6094        u8         status[0x8];
6095        u8         reserved_at_8[0x18];
6096
6097        u8         syndrome[0x20];
6098
6099        u8         reserved_at_40[0x40];
6100};
6101
6102struct mlx5_ifc_destroy_eq_in_bits {
6103        u8         opcode[0x10];
6104        u8         reserved_at_10[0x10];
6105
6106        u8         reserved_at_20[0x10];
6107        u8         op_mod[0x10];
6108
6109        u8         reserved_at_40[0x18];
6110        u8         eq_number[0x8];
6111
6112        u8         reserved_at_60[0x20];
6113};
6114
6115struct mlx5_ifc_destroy_dct_out_bits {
6116        u8         status[0x8];
6117        u8         reserved_at_8[0x18];
6118
6119        u8         syndrome[0x20];
6120
6121        u8         reserved_at_40[0x40];
6122};
6123
6124struct mlx5_ifc_destroy_dct_in_bits {
6125        u8         opcode[0x10];
6126        u8         reserved_at_10[0x10];
6127
6128        u8         reserved_at_20[0x10];
6129        u8         op_mod[0x10];
6130
6131        u8         reserved_at_40[0x8];
6132        u8         dctn[0x18];
6133
6134        u8         reserved_at_60[0x20];
6135};
6136
6137struct mlx5_ifc_destroy_cq_out_bits {
6138        u8         status[0x8];
6139        u8         reserved_at_8[0x18];
6140
6141        u8         syndrome[0x20];
6142
6143        u8         reserved_at_40[0x40];
6144};
6145
6146struct mlx5_ifc_destroy_cq_in_bits {
6147        u8         opcode[0x10];
6148        u8         reserved_at_10[0x10];
6149
6150        u8         reserved_at_20[0x10];
6151        u8         op_mod[0x10];
6152
6153        u8         reserved_at_40[0x8];
6154        u8         cqn[0x18];
6155
6156        u8         reserved_at_60[0x20];
6157};
6158
6159struct mlx5_ifc_delete_vxlan_udp_dport_out_bits {
6160        u8         status[0x8];
6161        u8         reserved_at_8[0x18];
6162
6163        u8         syndrome[0x20];
6164
6165        u8         reserved_at_40[0x40];
6166};
6167
6168struct mlx5_ifc_delete_vxlan_udp_dport_in_bits {
6169        u8         opcode[0x10];
6170        u8         reserved_at_10[0x10];
6171
6172        u8         reserved_at_20[0x10];
6173        u8         op_mod[0x10];
6174
6175        u8         reserved_at_40[0x20];
6176
6177        u8         reserved_at_60[0x10];
6178        u8         vxlan_udp_port[0x10];
6179};
6180
6181struct mlx5_ifc_delete_l2_table_entry_out_bits {
6182        u8         status[0x8];
6183        u8         reserved_at_8[0x18];
6184
6185        u8         syndrome[0x20];
6186
6187        u8         reserved_at_40[0x40];
6188};
6189
6190struct mlx5_ifc_delete_l2_table_entry_in_bits {
6191        u8         opcode[0x10];
6192        u8         reserved_at_10[0x10];
6193
6194        u8         reserved_at_20[0x10];
6195        u8         op_mod[0x10];
6196
6197        u8         reserved_at_40[0x60];
6198
6199        u8         reserved_at_a0[0x8];
6200        u8         table_index[0x18];
6201
6202        u8         reserved_at_c0[0x140];
6203};
6204
6205struct mlx5_ifc_delete_fte_out_bits {
6206        u8         status[0x8];
6207        u8         reserved_at_8[0x18];
6208
6209        u8         syndrome[0x20];
6210
6211        u8         reserved_at_40[0x40];
6212};
6213
6214struct mlx5_ifc_delete_fte_in_bits {
6215        u8         opcode[0x10];
6216        u8         reserved_at_10[0x10];
6217
6218        u8         reserved_at_20[0x10];
6219        u8         op_mod[0x10];
6220
6221        u8         other_vport[0x1];
6222        u8         reserved_at_41[0xf];
6223        u8         vport_number[0x10];
6224
6225        u8         reserved_at_60[0x20];
6226
6227        u8         table_type[0x8];
6228        u8         reserved_at_88[0x18];
6229
6230        u8         reserved_at_a0[0x8];
6231        u8         table_id[0x18];
6232
6233        u8         reserved_at_c0[0x40];
6234
6235        u8         flow_index[0x20];
6236
6237        u8         reserved_at_120[0xe0];
6238};
6239
6240struct mlx5_ifc_dealloc_xrcd_out_bits {
6241        u8         status[0x8];
6242        u8         reserved_at_8[0x18];
6243
6244        u8         syndrome[0x20];
6245
6246        u8         reserved_at_40[0x40];
6247};
6248
6249struct mlx5_ifc_dealloc_xrcd_in_bits {
6250        u8         opcode[0x10];
6251        u8         reserved_at_10[0x10];
6252
6253        u8         reserved_at_20[0x10];
6254        u8         op_mod[0x10];
6255
6256        u8         reserved_at_40[0x8];
6257        u8         xrcd[0x18];
6258
6259        u8         reserved_at_60[0x20];
6260};
6261
6262struct mlx5_ifc_dealloc_uar_out_bits {
6263        u8         status[0x8];
6264        u8         reserved_at_8[0x18];
6265
6266        u8         syndrome[0x20];
6267
6268        u8         reserved_at_40[0x40];
6269};
6270
6271struct mlx5_ifc_dealloc_uar_in_bits {
6272        u8         opcode[0x10];
6273        u8         reserved_at_10[0x10];
6274
6275        u8         reserved_at_20[0x10];
6276        u8         op_mod[0x10];
6277
6278        u8         reserved_at_40[0x8];
6279        u8         uar[0x18];
6280
6281        u8         reserved_at_60[0x20];
6282};
6283
6284struct mlx5_ifc_dealloc_transport_domain_out_bits {
6285        u8         status[0x8];
6286        u8         reserved_at_8[0x18];
6287
6288        u8         syndrome[0x20];
6289
6290        u8         reserved_at_40[0x40];
6291};
6292
6293struct mlx5_ifc_dealloc_transport_domain_in_bits {
6294        u8         opcode[0x10];
6295        u8         reserved_at_10[0x10];
6296
6297        u8         reserved_at_20[0x10];
6298        u8         op_mod[0x10];
6299
6300        u8         reserved_at_40[0x8];
6301        u8         transport_domain[0x18];
6302
6303        u8         reserved_at_60[0x20];
6304};
6305
6306struct mlx5_ifc_dealloc_q_counter_out_bits {
6307        u8         status[0x8];
6308        u8         reserved_at_8[0x18];
6309
6310        u8         syndrome[0x20];
6311
6312        u8         reserved_at_40[0x40];
6313};
6314
6315struct mlx5_ifc_dealloc_q_counter_in_bits {
6316        u8         opcode[0x10];
6317        u8         reserved_at_10[0x10];
6318
6319        u8         reserved_at_20[0x10];
6320        u8         op_mod[0x10];
6321
6322        u8         reserved_at_40[0x18];
6323        u8         counter_set_id[0x8];
6324
6325        u8         reserved_at_60[0x20];
6326};
6327
6328struct mlx5_ifc_dealloc_pd_out_bits {
6329        u8         status[0x8];
6330        u8         reserved_at_8[0x18];
6331
6332        u8         syndrome[0x20];
6333
6334        u8         reserved_at_40[0x40];
6335};
6336
6337struct mlx5_ifc_dealloc_pd_in_bits {
6338        u8         opcode[0x10];
6339        u8         reserved_at_10[0x10];
6340
6341        u8         reserved_at_20[0x10];
6342        u8         op_mod[0x10];
6343
6344        u8         reserved_at_40[0x8];
6345        u8         pd[0x18];
6346
6347        u8         reserved_at_60[0x20];
6348};
6349
6350struct mlx5_ifc_dealloc_flow_counter_out_bits {
6351        u8         status[0x8];
6352        u8         reserved_at_8[0x18];
6353
6354        u8         syndrome[0x20];
6355
6356        u8         reserved_at_40[0x40];
6357};
6358
6359struct mlx5_ifc_dealloc_flow_counter_in_bits {
6360        u8         opcode[0x10];
6361        u8         reserved_at_10[0x10];
6362
6363        u8         reserved_at_20[0x10];
6364        u8         op_mod[0x10];
6365
6366        u8         flow_counter_id[0x20];
6367
6368        u8         reserved_at_60[0x20];
6369};
6370
6371struct mlx5_ifc_create_xrq_out_bits {
6372        u8         status[0x8];
6373        u8         reserved_at_8[0x18];
6374
6375        u8         syndrome[0x20];
6376
6377        u8         reserved_at_40[0x8];
6378        u8         xrqn[0x18];
6379
6380        u8         reserved_at_60[0x20];
6381};
6382
6383struct mlx5_ifc_create_xrq_in_bits {
6384        u8         opcode[0x10];
6385        u8         reserved_at_10[0x10];
6386
6387        u8         reserved_at_20[0x10];
6388        u8         op_mod[0x10];
6389
6390        u8         reserved_at_40[0x40];
6391
6392        struct mlx5_ifc_xrqc_bits xrq_context;
6393};
6394
6395struct mlx5_ifc_create_xrc_srq_out_bits {
6396        u8         status[0x8];
6397        u8         reserved_at_8[0x18];
6398
6399        u8         syndrome[0x20];
6400
6401        u8         reserved_at_40[0x8];
6402        u8         xrc_srqn[0x18];
6403
6404        u8         reserved_at_60[0x20];
6405};
6406
6407struct mlx5_ifc_create_xrc_srq_in_bits {
6408        u8         opcode[0x10];
6409        u8         reserved_at_10[0x10];
6410
6411        u8         reserved_at_20[0x10];
6412        u8         op_mod[0x10];
6413
6414        u8         reserved_at_40[0x40];
6415
6416        struct mlx5_ifc_xrc_srqc_bits xrc_srq_context_entry;
6417
6418        u8         reserved_at_280[0x600];
6419
6420        u8         pas[0][0x40];
6421};
6422
6423struct mlx5_ifc_create_tis_out_bits {
6424        u8         status[0x8];
6425        u8         reserved_at_8[0x18];
6426
6427        u8         syndrome[0x20];
6428
6429        u8         reserved_at_40[0x8];
6430        u8         tisn[0x18];
6431
6432        u8         reserved_at_60[0x20];
6433};
6434
6435struct mlx5_ifc_create_tis_in_bits {
6436        u8         opcode[0x10];
6437        u8         reserved_at_10[0x10];
6438
6439        u8         reserved_at_20[0x10];
6440        u8         op_mod[0x10];
6441
6442        u8         reserved_at_40[0xc0];
6443
6444        struct mlx5_ifc_tisc_bits ctx;
6445};
6446
6447struct mlx5_ifc_create_tir_out_bits {
6448        u8         status[0x8];
6449        u8         reserved_at_8[0x18];
6450
6451        u8         syndrome[0x20];
6452
6453        u8         reserved_at_40[0x8];
6454        u8         tirn[0x18];
6455
6456        u8         reserved_at_60[0x20];
6457};
6458
6459struct mlx5_ifc_create_tir_in_bits {
6460        u8         opcode[0x10];
6461        u8         reserved_at_10[0x10];
6462
6463        u8         reserved_at_20[0x10];
6464        u8         op_mod[0x10];
6465
6466        u8         reserved_at_40[0xc0];
6467
6468        struct mlx5_ifc_tirc_bits ctx;
6469};
6470
6471struct mlx5_ifc_create_srq_out_bits {
6472        u8         status[0x8];
6473        u8         reserved_at_8[0x18];
6474
6475        u8         syndrome[0x20];
6476
6477        u8         reserved_at_40[0x8];
6478        u8         srqn[0x18];
6479
6480        u8         reserved_at_60[0x20];
6481};
6482
6483struct mlx5_ifc_create_srq_in_bits {
6484        u8         opcode[0x10];
6485        u8         reserved_at_10[0x10];
6486
6487        u8         reserved_at_20[0x10];
6488        u8         op_mod[0x10];
6489
6490        u8         reserved_at_40[0x40];
6491
6492        struct mlx5_ifc_srqc_bits srq_context_entry;
6493
6494        u8         reserved_at_280[0x600];
6495
6496        u8         pas[0][0x40];
6497};
6498
6499struct mlx5_ifc_create_sq_out_bits {
6500        u8         status[0x8];
6501        u8         reserved_at_8[0x18];
6502
6503        u8         syndrome[0x20];
6504
6505        u8         reserved_at_40[0x8];
6506        u8         sqn[0x18];
6507
6508        u8         reserved_at_60[0x20];
6509};
6510
6511struct mlx5_ifc_create_sq_in_bits {
6512        u8         opcode[0x10];
6513        u8         reserved_at_10[0x10];
6514
6515        u8         reserved_at_20[0x10];
6516        u8         op_mod[0x10];
6517
6518        u8         reserved_at_40[0xc0];
6519
6520        struct mlx5_ifc_sqc_bits ctx;
6521};
6522
6523struct mlx5_ifc_create_scheduling_element_out_bits {
6524        u8         status[0x8];
6525        u8         reserved_at_8[0x18];
6526
6527        u8         syndrome[0x20];
6528
6529        u8         reserved_at_40[0x40];
6530
6531        u8         scheduling_element_id[0x20];
6532
6533        u8         reserved_at_a0[0x160];
6534};
6535
6536struct mlx5_ifc_create_scheduling_element_in_bits {
6537        u8         opcode[0x10];
6538        u8         reserved_at_10[0x10];
6539
6540        u8         reserved_at_20[0x10];
6541        u8         op_mod[0x10];
6542
6543        u8         scheduling_hierarchy[0x8];
6544        u8         reserved_at_48[0x18];
6545
6546        u8         reserved_at_60[0xa0];
6547
6548        struct mlx5_ifc_scheduling_context_bits scheduling_context;
6549
6550        u8         reserved_at_300[0x100];
6551};
6552
6553struct mlx5_ifc_create_rqt_out_bits {
6554        u8         status[0x8];
6555        u8         reserved_at_8[0x18];
6556
6557        u8         syndrome[0x20];
6558
6559        u8         reserved_at_40[0x8];
6560        u8         rqtn[0x18];
6561
6562        u8         reserved_at_60[0x20];
6563};
6564
6565struct mlx5_ifc_create_rqt_in_bits {
6566        u8         opcode[0x10];
6567        u8         reserved_at_10[0x10];
6568
6569        u8         reserved_at_20[0x10];
6570        u8         op_mod[0x10];
6571
6572        u8         reserved_at_40[0xc0];
6573
6574        struct mlx5_ifc_rqtc_bits rqt_context;
6575};
6576
6577struct mlx5_ifc_create_rq_out_bits {
6578        u8         status[0x8];
6579        u8         reserved_at_8[0x18];
6580
6581        u8         syndrome[0x20];
6582
6583        u8         reserved_at_40[0x8];
6584        u8         rqn[0x18];
6585
6586        u8         reserved_at_60[0x20];
6587};
6588
6589struct mlx5_ifc_create_rq_in_bits {
6590        u8         opcode[0x10];
6591        u8         reserved_at_10[0x10];
6592
6593        u8         reserved_at_20[0x10];
6594        u8         op_mod[0x10];
6595
6596        u8         reserved_at_40[0xc0];
6597
6598        struct mlx5_ifc_rqc_bits ctx;
6599};
6600
6601struct mlx5_ifc_create_rmp_out_bits {
6602        u8         status[0x8];
6603        u8         reserved_at_8[0x18];
6604
6605        u8         syndrome[0x20];
6606
6607        u8         reserved_at_40[0x8];
6608        u8         rmpn[0x18];
6609
6610        u8         reserved_at_60[0x20];
6611};
6612
6613struct mlx5_ifc_create_rmp_in_bits {
6614        u8         opcode[0x10];
6615        u8         reserved_at_10[0x10];
6616
6617        u8         reserved_at_20[0x10];
6618        u8         op_mod[0x10];
6619
6620        u8         reserved_at_40[0xc0];
6621
6622        struct mlx5_ifc_rmpc_bits ctx;
6623};
6624
6625struct mlx5_ifc_create_qp_out_bits {
6626        u8         status[0x8];
6627        u8         reserved_at_8[0x18];
6628
6629        u8         syndrome[0x20];
6630
6631        u8         reserved_at_40[0x8];
6632        u8         qpn[0x18];
6633
6634        u8         reserved_at_60[0x20];
6635};
6636
6637struct mlx5_ifc_create_qp_in_bits {
6638        u8         opcode[0x10];
6639        u8         reserved_at_10[0x10];
6640
6641        u8         reserved_at_20[0x10];
6642        u8         op_mod[0x10];
6643
6644        u8         reserved_at_40[0x40];
6645
6646        u8         opt_param_mask[0x20];
6647
6648        u8         reserved_at_a0[0x20];
6649
6650        struct mlx5_ifc_qpc_bits qpc;
6651
6652        u8         reserved_at_800[0x80];
6653
6654        u8         pas[0][0x40];
6655};
6656
6657struct mlx5_ifc_create_psv_out_bits {
6658        u8         status[0x8];
6659        u8         reserved_at_8[0x18];
6660
6661        u8         syndrome[0x20];
6662
6663        u8         reserved_at_40[0x40];
6664
6665        u8         reserved_at_80[0x8];
6666        u8         psv0_index[0x18];
6667
6668        u8         reserved_at_a0[0x8];
6669        u8         psv1_index[0x18];
6670
6671        u8         reserved_at_c0[0x8];
6672        u8         psv2_index[0x18];
6673
6674        u8         reserved_at_e0[0x8];
6675        u8         psv3_index[0x18];
6676};
6677
6678struct mlx5_ifc_create_psv_in_bits {
6679        u8         opcode[0x10];
6680        u8         reserved_at_10[0x10];
6681
6682        u8         reserved_at_20[0x10];
6683        u8         op_mod[0x10];
6684
6685        u8         num_psv[0x4];
6686        u8         reserved_at_44[0x4];
6687        u8         pd[0x18];
6688
6689        u8         reserved_at_60[0x20];
6690};
6691
6692struct mlx5_ifc_create_mkey_out_bits {
6693        u8         status[0x8];
6694        u8         reserved_at_8[0x18];
6695
6696        u8         syndrome[0x20];
6697
6698        u8         reserved_at_40[0x8];
6699        u8         mkey_index[0x18];
6700
6701        u8         reserved_at_60[0x20];
6702};
6703
6704struct mlx5_ifc_create_mkey_in_bits {
6705        u8         opcode[0x10];
6706        u8         reserved_at_10[0x10];
6707
6708        u8         reserved_at_20[0x10];
6709        u8         op_mod[0x10];
6710
6711        u8         reserved_at_40[0x20];
6712
6713        u8         pg_access[0x1];
6714        u8         reserved_at_61[0x1f];
6715
6716        struct mlx5_ifc_mkc_bits memory_key_mkey_entry;
6717
6718        u8         reserved_at_280[0x80];
6719
6720        u8         translations_octword_actual_size[0x20];
6721
6722        u8         reserved_at_320[0x560];
6723
6724        u8         klm_pas_mtt[0][0x20];
6725};
6726
6727struct mlx5_ifc_create_flow_table_out_bits {
6728        u8         status[0x8];
6729        u8         reserved_at_8[0x18];
6730
6731        u8         syndrome[0x20];
6732
6733        u8         reserved_at_40[0x8];
6734        u8         table_id[0x18];
6735
6736        u8         reserved_at_60[0x20];
6737};
6738
6739struct mlx5_ifc_flow_table_context_bits {
6740        u8         encap_en[0x1];
6741        u8         decap_en[0x1];
6742        u8         reserved_at_2[0x2];
6743        u8         table_miss_action[0x4];
6744        u8         level[0x8];
6745        u8         reserved_at_10[0x8];
6746        u8         log_size[0x8];
6747
6748        u8         reserved_at_20[0x8];
6749        u8         table_miss_id[0x18];
6750
6751        u8         reserved_at_40[0x8];
6752        u8         lag_master_next_table_id[0x18];
6753
6754        u8         reserved_at_60[0xe0];
6755};
6756
6757struct mlx5_ifc_create_flow_table_in_bits {
6758        u8         opcode[0x10];
6759        u8         reserved_at_10[0x10];
6760
6761        u8         reserved_at_20[0x10];
6762        u8         op_mod[0x10];
6763
6764        u8         other_vport[0x1];
6765        u8         reserved_at_41[0xf];
6766        u8         vport_number[0x10];
6767
6768        u8         reserved_at_60[0x20];
6769
6770        u8         table_type[0x8];
6771        u8         reserved_at_88[0x18];
6772
6773        u8         reserved_at_a0[0x20];
6774
6775        struct mlx5_ifc_flow_table_context_bits flow_table_context;
6776};
6777
6778struct mlx5_ifc_create_flow_group_out_bits {
6779        u8         status[0x8];
6780        u8         reserved_at_8[0x18];
6781
6782        u8         syndrome[0x20];
6783
6784        u8         reserved_at_40[0x8];
6785        u8         group_id[0x18];
6786
6787        u8         reserved_at_60[0x20];
6788};
6789
6790enum {
6791        MLX5_CREATE_FLOW_GROUP_IN_MATCH_CRITERIA_ENABLE_OUTER_HEADERS    = 0x0,
6792        MLX5_CREATE_FLOW_GROUP_IN_MATCH_CRITERIA_ENABLE_MISC_PARAMETERS  = 0x1,
6793        MLX5_CREATE_FLOW_GROUP_IN_MATCH_CRITERIA_ENABLE_INNER_HEADERS    = 0x2,
6794};
6795
6796struct mlx5_ifc_create_flow_group_in_bits {
6797        u8         opcode[0x10];
6798        u8         reserved_at_10[0x10];
6799
6800        u8         reserved_at_20[0x10];
6801        u8         op_mod[0x10];
6802
6803        u8         other_vport[0x1];
6804        u8         reserved_at_41[0xf];
6805        u8         vport_number[0x10];
6806
6807        u8         reserved_at_60[0x20];
6808
6809        u8         table_type[0x8];
6810        u8         reserved_at_88[0x18];
6811
6812        u8         reserved_at_a0[0x8];
6813        u8         table_id[0x18];
6814
6815        u8         reserved_at_c0[0x20];
6816
6817        u8         start_flow_index[0x20];
6818
6819        u8         reserved_at_100[0x20];
6820
6821        u8         end_flow_index[0x20];
6822
6823        u8         reserved_at_140[0xa0];
6824
6825        u8         reserved_at_1e0[0x18];
6826        u8         match_criteria_enable[0x8];
6827
6828        struct mlx5_ifc_fte_match_param_bits match_criteria;
6829
6830        u8         reserved_at_1200[0xe00];
6831};
6832
6833struct mlx5_ifc_create_eq_out_bits {
6834        u8         status[0x8];
6835        u8         reserved_at_8[0x18];
6836
6837        u8         syndrome[0x20];
6838
6839        u8         reserved_at_40[0x18];
6840        u8         eq_number[0x8];
6841
6842        u8         reserved_at_60[0x20];
6843};
6844
6845struct mlx5_ifc_create_eq_in_bits {
6846        u8         opcode[0x10];
6847        u8         reserved_at_10[0x10];
6848
6849        u8         reserved_at_20[0x10];
6850        u8         op_mod[0x10];
6851
6852        u8         reserved_at_40[0x40];
6853
6854        struct mlx5_ifc_eqc_bits eq_context_entry;
6855
6856        u8         reserved_at_280[0x40];
6857
6858        u8         event_bitmask[0x40];
6859
6860        u8         reserved_at_300[0x580];
6861
6862        u8         pas[0][0x40];
6863};
6864
6865struct mlx5_ifc_create_dct_out_bits {
6866        u8         status[0x8];
6867        u8         reserved_at_8[0x18];
6868
6869        u8         syndrome[0x20];
6870
6871        u8         reserved_at_40[0x8];
6872        u8         dctn[0x18];
6873
6874        u8         reserved_at_60[0x20];
6875};
6876
6877struct mlx5_ifc_create_dct_in_bits {
6878        u8         opcode[0x10];
6879        u8         reserved_at_10[0x10];
6880
6881        u8         reserved_at_20[0x10];
6882        u8         op_mod[0x10];
6883
6884        u8         reserved_at_40[0x40];
6885
6886        struct mlx5_ifc_dctc_bits dct_context_entry;
6887
6888        u8         reserved_at_280[0x180];
6889};
6890
6891struct mlx5_ifc_create_cq_out_bits {
6892        u8         status[0x8];
6893        u8         reserved_at_8[0x18];
6894
6895        u8         syndrome[0x20];
6896
6897        u8         reserved_at_40[0x8];
6898        u8         cqn[0x18];
6899
6900        u8         reserved_at_60[0x20];
6901};
6902
6903struct mlx5_ifc_create_cq_in_bits {
6904        u8         opcode[0x10];
6905        u8         reserved_at_10[0x10];
6906
6907        u8         reserved_at_20[0x10];
6908        u8         op_mod[0x10];
6909
6910        u8         reserved_at_40[0x40];
6911
6912        struct mlx5_ifc_cqc_bits cq_context;
6913
6914        u8         reserved_at_280[0x600];
6915
6916        u8         pas[0][0x40];
6917};
6918
6919struct mlx5_ifc_config_int_moderation_out_bits {
6920        u8         status[0x8];
6921        u8         reserved_at_8[0x18];
6922
6923        u8         syndrome[0x20];
6924
6925        u8         reserved_at_40[0x4];
6926        u8         min_delay[0xc];
6927        u8         int_vector[0x10];
6928
6929        u8         reserved_at_60[0x20];
6930};
6931
6932enum {
6933        MLX5_CONFIG_INT_MODERATION_IN_OP_MOD_WRITE  = 0x0,
6934        MLX5_CONFIG_INT_MODERATION_IN_OP_MOD_READ   = 0x1,
6935};
6936
6937struct mlx5_ifc_config_int_moderation_in_bits {
6938        u8         opcode[0x10];
6939        u8         reserved_at_10[0x10];
6940
6941        u8         reserved_at_20[0x10];
6942        u8         op_mod[0x10];
6943
6944        u8         reserved_at_40[0x4];
6945        u8         min_delay[0xc];
6946        u8         int_vector[0x10];
6947
6948        u8         reserved_at_60[0x20];
6949};
6950
6951struct mlx5_ifc_attach_to_mcg_out_bits {
6952        u8         status[0x8];
6953        u8         reserved_at_8[0x18];
6954
6955        u8         syndrome[0x20];
6956
6957        u8         reserved_at_40[0x40];
6958};
6959
6960struct mlx5_ifc_attach_to_mcg_in_bits {
6961        u8         opcode[0x10];
6962        u8         reserved_at_10[0x10];
6963
6964        u8         reserved_at_20[0x10];
6965        u8         op_mod[0x10];
6966
6967        u8         reserved_at_40[0x8];
6968        u8         qpn[0x18];
6969
6970        u8         reserved_at_60[0x20];
6971
6972        u8         multicast_gid[16][0x8];
6973};
6974
6975struct mlx5_ifc_arm_xrq_out_bits {
6976        u8         status[0x8];
6977        u8         reserved_at_8[0x18];
6978
6979        u8         syndrome[0x20];
6980
6981        u8         reserved_at_40[0x40];
6982};
6983
6984struct mlx5_ifc_arm_xrq_in_bits {
6985        u8         opcode[0x10];
6986        u8         reserved_at_10[0x10];
6987
6988        u8         reserved_at_20[0x10];
6989        u8         op_mod[0x10];
6990
6991        u8         reserved_at_40[0x8];
6992        u8         xrqn[0x18];
6993
6994        u8         reserved_at_60[0x10];
6995        u8         lwm[0x10];
6996};
6997
6998struct mlx5_ifc_arm_xrc_srq_out_bits {
6999        u8         status[0x8];
7000        u8         reserved_at_8[0x18];
7001
7002        u8         syndrome[0x20];
7003
7004        u8         reserved_at_40[0x40];
7005};
7006
7007enum {
7008        MLX5_ARM_XRC_SRQ_IN_OP_MOD_XRC_SRQ  = 0x1,
7009};
7010
7011struct mlx5_ifc_arm_xrc_srq_in_bits {
7012        u8         opcode[0x10];
7013        u8         reserved_at_10[0x10];
7014
7015        u8         reserved_at_20[0x10];
7016        u8         op_mod[0x10];
7017
7018        u8         reserved_at_40[0x8];
7019        u8         xrc_srqn[0x18];
7020
7021        u8         reserved_at_60[0x10];
7022        u8         lwm[0x10];
7023};
7024
7025struct mlx5_ifc_arm_rq_out_bits {
7026        u8         status[0x8];
7027        u8         reserved_at_8[0x18];
7028
7029        u8         syndrome[0x20];
7030
7031        u8         reserved_at_40[0x40];
7032};
7033
7034enum {
7035        MLX5_ARM_RQ_IN_OP_MOD_SRQ = 0x1,
7036        MLX5_ARM_RQ_IN_OP_MOD_XRQ = 0x2,
7037};
7038
7039struct mlx5_ifc_arm_rq_in_bits {
7040        u8         opcode[0x10];
7041        u8         reserved_at_10[0x10];
7042
7043        u8         reserved_at_20[0x10];
7044        u8         op_mod[0x10];
7045
7046        u8         reserved_at_40[0x8];
7047        u8         srq_number[0x18];
7048
7049        u8         reserved_at_60[0x10];
7050        u8         lwm[0x10];
7051};
7052
7053struct mlx5_ifc_arm_dct_out_bits {
7054        u8         status[0x8];
7055        u8         reserved_at_8[0x18];
7056
7057        u8         syndrome[0x20];
7058
7059        u8         reserved_at_40[0x40];
7060};
7061
7062struct mlx5_ifc_arm_dct_in_bits {
7063        u8         opcode[0x10];
7064        u8         reserved_at_10[0x10];
7065
7066        u8         reserved_at_20[0x10];
7067        u8         op_mod[0x10];
7068
7069        u8         reserved_at_40[0x8];
7070        u8         dct_number[0x18];
7071
7072        u8         reserved_at_60[0x20];
7073};
7074
7075struct mlx5_ifc_alloc_xrcd_out_bits {
7076        u8         status[0x8];
7077        u8         reserved_at_8[0x18];
7078
7079        u8         syndrome[0x20];
7080
7081        u8         reserved_at_40[0x8];
7082        u8         xrcd[0x18];
7083
7084        u8         reserved_at_60[0x20];
7085};
7086
7087struct mlx5_ifc_alloc_xrcd_in_bits {
7088        u8         opcode[0x10];
7089        u8         reserved_at_10[0x10];
7090
7091        u8         reserved_at_20[0x10];
7092        u8         op_mod[0x10];
7093
7094        u8         reserved_at_40[0x40];
7095};
7096
7097struct mlx5_ifc_alloc_uar_out_bits {
7098        u8         status[0x8];
7099        u8         reserved_at_8[0x18];
7100
7101        u8         syndrome[0x20];
7102
7103        u8         reserved_at_40[0x8];
7104        u8         uar[0x18];
7105
7106        u8         reserved_at_60[0x20];
7107};
7108
7109struct mlx5_ifc_alloc_uar_in_bits {
7110        u8         opcode[0x10];
7111        u8         reserved_at_10[0x10];
7112
7113        u8         reserved_at_20[0x10];
7114        u8         op_mod[0x10];
7115
7116        u8         reserved_at_40[0x40];
7117};
7118
7119struct mlx5_ifc_alloc_transport_domain_out_bits {
7120        u8         status[0x8];
7121        u8         reserved_at_8[0x18];
7122
7123        u8         syndrome[0x20];
7124
7125        u8         reserved_at_40[0x8];
7126        u8         transport_domain[0x18];
7127
7128        u8         reserved_at_60[0x20];
7129};
7130
7131struct mlx5_ifc_alloc_transport_domain_in_bits {
7132        u8         opcode[0x10];
7133        u8         reserved_at_10[0x10];
7134
7135        u8         reserved_at_20[0x10];
7136        u8         op_mod[0x10];
7137
7138        u8         reserved_at_40[0x40];
7139};
7140
7141struct mlx5_ifc_alloc_q_counter_out_bits {
7142        u8         status[0x8];
7143        u8         reserved_at_8[0x18];
7144
7145        u8         syndrome[0x20];
7146
7147        u8         reserved_at_40[0x18];
7148        u8         counter_set_id[0x8];
7149
7150        u8         reserved_at_60[0x20];
7151};
7152
7153struct mlx5_ifc_alloc_q_counter_in_bits {
7154        u8         opcode[0x10];
7155        u8         reserved_at_10[0x10];
7156
7157        u8         reserved_at_20[0x10];
7158        u8         op_mod[0x10];
7159
7160        u8         reserved_at_40[0x40];
7161};
7162
7163struct mlx5_ifc_alloc_pd_out_bits {
7164        u8         status[0x8];
7165        u8         reserved_at_8[0x18];
7166
7167        u8         syndrome[0x20];
7168
7169        u8         reserved_at_40[0x8];
7170        u8         pd[0x18];
7171
7172        u8         reserved_at_60[0x20];
7173};
7174
7175struct mlx5_ifc_alloc_pd_in_bits {
7176        u8         opcode[0x10];
7177        u8         reserved_at_10[0x10];
7178
7179        u8         reserved_at_20[0x10];
7180        u8         op_mod[0x10];
7181
7182        u8         reserved_at_40[0x40];
7183};
7184
7185struct mlx5_ifc_alloc_flow_counter_out_bits {
7186        u8         status[0x8];
7187        u8         reserved_at_8[0x18];
7188
7189        u8         syndrome[0x20];
7190
7191        u8         flow_counter_id[0x20];
7192
7193        u8         reserved_at_60[0x20];
7194};
7195
7196struct mlx5_ifc_alloc_flow_counter_in_bits {
7197        u8         opcode[0x10];
7198        u8         reserved_at_10[0x10];
7199
7200        u8         reserved_at_20[0x10];
7201        u8         op_mod[0x10];
7202
7203        u8         reserved_at_40[0x40];
7204};
7205
7206struct mlx5_ifc_add_vxlan_udp_dport_out_bits {
7207        u8         status[0x8];
7208        u8         reserved_at_8[0x18];
7209
7210        u8         syndrome[0x20];
7211
7212        u8         reserved_at_40[0x40];
7213};
7214
7215struct mlx5_ifc_add_vxlan_udp_dport_in_bits {
7216        u8         opcode[0x10];
7217        u8         reserved_at_10[0x10];
7218
7219        u8         reserved_at_20[0x10];
7220        u8         op_mod[0x10];
7221
7222        u8         reserved_at_40[0x20];
7223
7224        u8         reserved_at_60[0x10];
7225        u8         vxlan_udp_port[0x10];
7226};
7227
7228struct mlx5_ifc_set_rate_limit_out_bits {
7229        u8         status[0x8];
7230        u8         reserved_at_8[0x18];
7231
7232        u8         syndrome[0x20];
7233
7234        u8         reserved_at_40[0x40];
7235};
7236
7237struct mlx5_ifc_set_rate_limit_in_bits {
7238        u8         opcode[0x10];
7239        u8         reserved_at_10[0x10];
7240
7241        u8         reserved_at_20[0x10];
7242        u8         op_mod[0x10];
7243
7244        u8         reserved_at_40[0x10];
7245        u8         rate_limit_index[0x10];
7246
7247        u8         reserved_at_60[0x20];
7248
7249        u8         rate_limit[0x20];
7250};
7251
7252struct mlx5_ifc_access_register_out_bits {
7253        u8         status[0x8];
7254        u8         reserved_at_8[0x18];
7255
7256        u8         syndrome[0x20];
7257
7258        u8         reserved_at_40[0x40];
7259
7260        u8         register_data[0][0x20];
7261};
7262
7263enum {
7264        MLX5_ACCESS_REGISTER_IN_OP_MOD_WRITE  = 0x0,
7265        MLX5_ACCESS_REGISTER_IN_OP_MOD_READ   = 0x1,
7266};
7267
7268struct mlx5_ifc_access_register_in_bits {
7269        u8         opcode[0x10];
7270        u8         reserved_at_10[0x10];
7271
7272        u8         reserved_at_20[0x10];
7273        u8         op_mod[0x10];
7274
7275        u8         reserved_at_40[0x10];
7276        u8         register_id[0x10];
7277
7278        u8         argument[0x20];
7279
7280        u8         register_data[0][0x20];
7281};
7282
7283struct mlx5_ifc_sltp_reg_bits {
7284        u8         status[0x4];
7285        u8         version[0x4];
7286        u8         local_port[0x8];
7287        u8         pnat[0x2];
7288        u8         reserved_at_12[0x2];
7289        u8         lane[0x4];
7290        u8         reserved_at_18[0x8];
7291
7292        u8         reserved_at_20[0x20];
7293
7294        u8         reserved_at_40[0x7];
7295        u8         polarity[0x1];
7296        u8         ob_tap0[0x8];
7297        u8         ob_tap1[0x8];
7298        u8         ob_tap2[0x8];
7299
7300        u8         reserved_at_60[0xc];
7301        u8         ob_preemp_mode[0x4];
7302        u8         ob_reg[0x8];
7303        u8         ob_bias[0x8];
7304
7305        u8         reserved_at_80[0x20];
7306};
7307
7308struct mlx5_ifc_slrg_reg_bits {
7309        u8         status[0x4];
7310        u8         version[0x4];
7311        u8         local_port[0x8];
7312        u8         pnat[0x2];
7313        u8         reserved_at_12[0x2];
7314        u8         lane[0x4];
7315        u8         reserved_at_18[0x8];
7316
7317        u8         time_to_link_up[0x10];
7318        u8         reserved_at_30[0xc];
7319        u8         grade_lane_speed[0x4];
7320
7321        u8         grade_version[0x8];
7322        u8         grade[0x18];
7323
7324        u8         reserved_at_60[0x4];
7325        u8         height_grade_type[0x4];
7326        u8         height_grade[0x18];
7327
7328        u8         height_dz[0x10];
7329        u8         height_dv[0x10];
7330
7331        u8         reserved_at_a0[0x10];
7332        u8         height_sigma[0x10];
7333
7334        u8         reserved_at_c0[0x20];
7335
7336        u8         reserved_at_e0[0x4];
7337        u8         phase_grade_type[0x4];
7338        u8         phase_grade[0x18];
7339
7340        u8         reserved_at_100[0x8];
7341        u8         phase_eo_pos[0x8];
7342        u8         reserved_at_110[0x8];
7343        u8         phase_eo_neg[0x8];
7344
7345        u8         ffe_set_tested[0x10];
7346        u8         test_errors_per_lane[0x10];
7347};
7348
7349struct mlx5_ifc_pvlc_reg_bits {
7350        u8         reserved_at_0[0x8];
7351        u8         local_port[0x8];
7352        u8         reserved_at_10[0x10];
7353
7354        u8         reserved_at_20[0x1c];
7355        u8         vl_hw_cap[0x4];
7356
7357        u8         reserved_at_40[0x1c];
7358        u8         vl_admin[0x4];
7359
7360        u8         reserved_at_60[0x1c];
7361        u8         vl_operational[0x4];
7362};
7363
7364struct mlx5_ifc_pude_reg_bits {
7365        u8         swid[0x8];
7366        u8         local_port[0x8];
7367        u8         reserved_at_10[0x4];
7368        u8         admin_status[0x4];
7369        u8         reserved_at_18[0x4];
7370        u8         oper_status[0x4];
7371
7372        u8         reserved_at_20[0x60];
7373};
7374
7375struct mlx5_ifc_ptys_reg_bits {
7376        u8         reserved_at_0[0x1];
7377        u8         an_disable_admin[0x1];
7378        u8         an_disable_cap[0x1];
7379        u8         reserved_at_3[0x5];
7380        u8         local_port[0x8];
7381        u8         reserved_at_10[0xd];
7382        u8         proto_mask[0x3];
7383
7384        u8         an_status[0x4];
7385        u8         reserved_at_24[0x3c];
7386
7387        u8         eth_proto_capability[0x20];
7388
7389        u8         ib_link_width_capability[0x10];
7390        u8         ib_proto_capability[0x10];
7391
7392        u8         reserved_at_a0[0x20];
7393
7394        u8         eth_proto_admin[0x20];
7395
7396        u8         ib_link_width_admin[0x10];
7397        u8         ib_proto_admin[0x10];
7398
7399        u8         reserved_at_100[0x20];
7400
7401        u8         eth_proto_oper[0x20];
7402
7403        u8         ib_link_width_oper[0x10];
7404        u8         ib_proto_oper[0x10];
7405
7406        u8         reserved_at_160[0x1c];
7407        u8         connector_type[0x4];
7408
7409        u8         eth_proto_lp_advertise[0x20];
7410
7411        u8         reserved_at_1a0[0x60];
7412};
7413
7414struct mlx5_ifc_mlcr_reg_bits {
7415        u8         reserved_at_0[0x8];
7416        u8         local_port[0x8];
7417        u8         reserved_at_10[0x20];
7418
7419        u8         beacon_duration[0x10];
7420        u8         reserved_at_40[0x10];
7421
7422        u8         beacon_remain[0x10];
7423};
7424
7425struct mlx5_ifc_ptas_reg_bits {
7426        u8         reserved_at_0[0x20];
7427
7428        u8         algorithm_options[0x10];
7429        u8         reserved_at_30[0x4];
7430        u8         repetitions_mode[0x4];
7431        u8         num_of_repetitions[0x8];
7432
7433        u8         grade_version[0x8];
7434        u8         height_grade_type[0x4];
7435        u8         phase_grade_type[0x4];
7436        u8         height_grade_weight[0x8];
7437        u8         phase_grade_weight[0x8];
7438
7439        u8         gisim_measure_bits[0x10];
7440        u8         adaptive_tap_measure_bits[0x10];
7441
7442        u8         ber_bath_high_error_threshold[0x10];
7443        u8         ber_bath_mid_error_threshold[0x10];
7444
7445        u8         ber_bath_low_error_threshold[0x10];
7446        u8         one_ratio_high_threshold[0x10];
7447
7448        u8         one_ratio_high_mid_threshold[0x10];
7449        u8         one_ratio_low_mid_threshold[0x10];
7450
7451        u8         one_ratio_low_threshold[0x10];
7452        u8         ndeo_error_threshold[0x10];
7453
7454        u8         mixer_offset_step_size[0x10];
7455        u8         reserved_at_110[0x8];
7456        u8         mix90_phase_for_voltage_bath[0x8];
7457
7458        u8         mixer_offset_start[0x10];
7459        u8         mixer_offset_end[0x10];
7460
7461        u8         reserved_at_140[0x15];
7462        u8         ber_test_time[0xb];
7463};
7464
7465struct mlx5_ifc_pspa_reg_bits {
7466        u8         swid[0x8];
7467        u8         local_port[0x8];
7468        u8         sub_port[0x8];
7469        u8         reserved_at_18[0x8];
7470
7471        u8         reserved_at_20[0x20];
7472};
7473
7474struct mlx5_ifc_pqdr_reg_bits {
7475        u8         reserved_at_0[0x8];
7476        u8         local_port[0x8];
7477        u8         reserved_at_10[0x5];
7478        u8         prio[0x3];
7479        u8         reserved_at_18[0x6];
7480        u8         mode[0x2];
7481
7482        u8         reserved_at_20[0x20];
7483
7484        u8         reserved_at_40[0x10];
7485        u8         min_threshold[0x10];
7486
7487        u8         reserved_at_60[0x10];
7488        u8         max_threshold[0x10];
7489
7490        u8         reserved_at_80[0x10];
7491        u8         mark_probability_denominator[0x10];
7492
7493        u8         reserved_at_a0[0x60];
7494};
7495
7496struct mlx5_ifc_ppsc_reg_bits {
7497        u8         reserved_at_0[0x8];
7498        u8         local_port[0x8];
7499        u8         reserved_at_10[0x10];
7500
7501        u8         reserved_at_20[0x60];
7502
7503        u8         reserved_at_80[0x1c];
7504        u8         wrps_admin[0x4];
7505
7506        u8         reserved_at_a0[0x1c];
7507        u8         wrps_status[0x4];
7508
7509        u8         reserved_at_c0[0x8];
7510        u8         up_threshold[0x8];
7511        u8         reserved_at_d0[0x8];
7512        u8         down_threshold[0x8];
7513
7514        u8         reserved_at_e0[0x20];
7515
7516        u8         reserved_at_100[0x1c];
7517        u8         srps_admin[0x4];
7518
7519        u8         reserved_at_120[0x1c];
7520        u8         srps_status[0x4];
7521
7522        u8         reserved_at_140[0x40];
7523};
7524
7525struct mlx5_ifc_pplr_reg_bits {
7526        u8         reserved_at_0[0x8];
7527        u8         local_port[0x8];
7528        u8         reserved_at_10[0x10];
7529
7530        u8         reserved_at_20[0x8];
7531        u8         lb_cap[0x8];
7532        u8         reserved_at_30[0x8];
7533        u8         lb_en[0x8];
7534};
7535
7536struct mlx5_ifc_pplm_reg_bits {
7537        u8         reserved_at_0[0x8];
7538        u8         local_port[0x8];
7539        u8         reserved_at_10[0x10];
7540
7541        u8         reserved_at_20[0x20];
7542
7543        u8         port_profile_mode[0x8];
7544        u8         static_port_profile[0x8];
7545        u8         active_port_profile[0x8];
7546        u8         reserved_at_58[0x8];
7547
7548        u8         retransmission_active[0x8];
7549        u8         fec_mode_active[0x18];
7550
7551        u8         reserved_at_80[0x20];
7552};
7553
7554struct mlx5_ifc_ppcnt_reg_bits {
7555        u8         swid[0x8];
7556        u8         local_port[0x8];
7557        u8         pnat[0x2];
7558        u8         reserved_at_12[0x8];
7559        u8         grp[0x6];
7560
7561        u8         clr[0x1];
7562        u8         reserved_at_21[0x1c];
7563        u8         prio_tc[0x3];
7564
7565        union mlx5_ifc_eth_cntrs_grp_data_layout_auto_bits counter_set;
7566};
7567
7568struct mlx5_ifc_mpcnt_reg_bits {
7569        u8         reserved_at_0[0x8];
7570        u8         pcie_index[0x8];
7571        u8         reserved_at_10[0xa];
7572        u8         grp[0x6];
7573
7574        u8         clr[0x1];
7575        u8         reserved_at_21[0x1f];
7576
7577        union mlx5_ifc_pcie_cntrs_grp_data_layout_auto_bits counter_set;
7578};
7579
7580struct mlx5_ifc_ppad_reg_bits {
7581        u8         reserved_at_0[0x3];
7582        u8         single_mac[0x1];
7583        u8         reserved_at_4[0x4];
7584        u8         local_port[0x8];
7585        u8         mac_47_32[0x10];
7586
7587        u8         mac_31_0[0x20];
7588
7589        u8         reserved_at_40[0x40];
7590};
7591
7592struct mlx5_ifc_pmtu_reg_bits {
7593        u8         reserved_at_0[0x8];
7594        u8         local_port[0x8];
7595        u8         reserved_at_10[0x10];
7596
7597        u8         max_mtu[0x10];
7598        u8         reserved_at_30[0x10];
7599
7600        u8         admin_mtu[0x10];
7601        u8         reserved_at_50[0x10];
7602
7603        u8         oper_mtu[0x10];
7604        u8         reserved_at_70[0x10];
7605};
7606
7607struct mlx5_ifc_pmpr_reg_bits {
7608        u8         reserved_at_0[0x8];
7609        u8         module[0x8];
7610        u8         reserved_at_10[0x10];
7611
7612        u8         reserved_at_20[0x18];
7613        u8         attenuation_5g[0x8];
7614
7615        u8         reserved_at_40[0x18];
7616        u8         attenuation_7g[0x8];
7617
7618        u8         reserved_at_60[0x18];
7619        u8         attenuation_12g[0x8];
7620};
7621
7622struct mlx5_ifc_pmpe_reg_bits {
7623        u8         reserved_at_0[0x8];
7624        u8         module[0x8];
7625        u8         reserved_at_10[0xc];
7626        u8         module_status[0x4];
7627
7628        u8         reserved_at_20[0x60];
7629};
7630
7631struct mlx5_ifc_pmpc_reg_bits {
7632        u8         module_state_updated[32][0x8];
7633};
7634
7635struct mlx5_ifc_pmlpn_reg_bits {
7636        u8         reserved_at_0[0x4];
7637        u8         mlpn_status[0x4];
7638        u8         local_port[0x8];
7639        u8         reserved_at_10[0x10];
7640
7641        u8         e[0x1];
7642        u8         reserved_at_21[0x1f];
7643};
7644
7645struct mlx5_ifc_pmlp_reg_bits {
7646        u8         rxtx[0x1];
7647        u8         reserved_at_1[0x7];
7648        u8         local_port[0x8];
7649        u8         reserved_at_10[0x8];
7650        u8         width[0x8];
7651
7652        u8         lane0_module_mapping[0x20];
7653
7654        u8         lane1_module_mapping[0x20];
7655
7656        u8         lane2_module_mapping[0x20];
7657
7658        u8         lane3_module_mapping[0x20];
7659
7660        u8         reserved_at_a0[0x160];
7661};
7662
7663struct mlx5_ifc_pmaos_reg_bits {
7664        u8         reserved_at_0[0x8];
7665        u8         module[0x8];
7666        u8         reserved_at_10[0x4];
7667        u8         admin_status[0x4];
7668        u8         reserved_at_18[0x4];
7669        u8         oper_status[0x4];
7670
7671        u8         ase[0x1];
7672        u8         ee[0x1];
7673        u8         reserved_at_22[0x1c];
7674        u8         e[0x2];
7675
7676        u8         reserved_at_40[0x40];
7677};
7678
7679struct mlx5_ifc_plpc_reg_bits {
7680        u8         reserved_at_0[0x4];
7681        u8         profile_id[0xc];
7682        u8         reserved_at_10[0x4];
7683        u8         proto_mask[0x4];
7684        u8         reserved_at_18[0x8];
7685
7686        u8         reserved_at_20[0x10];
7687        u8         lane_speed[0x10];
7688
7689        u8         reserved_at_40[0x17];
7690        u8         lpbf[0x1];
7691        u8         fec_mode_policy[0x8];
7692
7693        u8         retransmission_capability[0x8];
7694        u8         fec_mode_capability[0x18];
7695
7696        u8         retransmission_support_admin[0x8];
7697        u8         fec_mode_support_admin[0x18];
7698
7699        u8         retransmission_request_admin[0x8];
7700        u8         fec_mode_request_admin[0x18];
7701
7702        u8         reserved_at_c0[0x80];
7703};
7704
7705struct mlx5_ifc_plib_reg_bits {
7706        u8         reserved_at_0[0x8];
7707        u8         local_port[0x8];
7708        u8         reserved_at_10[0x8];
7709        u8         ib_port[0x8];
7710
7711        u8         reserved_at_20[0x60];
7712};
7713
7714struct mlx5_ifc_plbf_reg_bits {
7715        u8         reserved_at_0[0x8];
7716        u8         local_port[0x8];
7717        u8         reserved_at_10[0xd];
7718        u8         lbf_mode[0x3];
7719
7720        u8         reserved_at_20[0x20];
7721};
7722
7723struct mlx5_ifc_pipg_reg_bits {
7724        u8         reserved_at_0[0x8];
7725        u8         local_port[0x8];
7726        u8         reserved_at_10[0x10];
7727
7728        u8         dic[0x1];
7729        u8         reserved_at_21[0x19];
7730        u8         ipg[0x4];
7731        u8         reserved_at_3e[0x2];
7732};
7733
7734struct mlx5_ifc_pifr_reg_bits {
7735        u8         reserved_at_0[0x8];
7736        u8         local_port[0x8];
7737        u8         reserved_at_10[0x10];
7738
7739        u8         reserved_at_20[0xe0];
7740
7741        u8         port_filter[8][0x20];
7742
7743        u8         port_filter_update_en[8][0x20];
7744};
7745
7746struct mlx5_ifc_pfcc_reg_bits {
7747        u8         reserved_at_0[0x8];
7748        u8         local_port[0x8];
7749        u8         reserved_at_10[0x10];
7750
7751        u8         ppan[0x4];
7752        u8         reserved_at_24[0x4];
7753        u8         prio_mask_tx[0x8];
7754        u8         reserved_at_30[0x8];
7755        u8         prio_mask_rx[0x8];
7756
7757        u8         pptx[0x1];
7758        u8         aptx[0x1];
7759        u8         reserved_at_42[0x6];
7760        u8         pfctx[0x8];
7761        u8         reserved_at_50[0x10];
7762
7763        u8         pprx[0x1];
7764        u8         aprx[0x1];
7765        u8         reserved_at_62[0x6];
7766        u8         pfcrx[0x8];
7767        u8         reserved_at_70[0x10];
7768
7769        u8         reserved_at_80[0x80];
7770};
7771
7772struct mlx5_ifc_pelc_reg_bits {
7773        u8         op[0x4];
7774        u8         reserved_at_4[0x4];
7775        u8         local_port[0x8];
7776        u8         reserved_at_10[0x10];
7777
7778        u8         op_admin[0x8];
7779        u8         op_capability[0x8];
7780        u8         op_request[0x8];
7781        u8         op_active[0x8];
7782
7783        u8         admin[0x40];
7784
7785        u8         capability[0x40];
7786
7787        u8         request[0x40];
7788
7789        u8         active[0x40];
7790
7791        u8         reserved_at_140[0x80];
7792};
7793
7794struct mlx5_ifc_peir_reg_bits {
7795        u8         reserved_at_0[0x8];
7796        u8         local_port[0x8];
7797        u8         reserved_at_10[0x10];
7798
7799        u8         reserved_at_20[0xc];
7800        u8         error_count[0x4];
7801        u8         reserved_at_30[0x10];
7802
7803        u8         reserved_at_40[0xc];
7804        u8         lane[0x4];
7805        u8         reserved_at_50[0x8];
7806        u8         error_type[0x8];
7807};
7808
7809struct mlx5_ifc_pcam_enhanced_features_bits {
7810        u8         reserved_at_0[0x7b];
7811
7812        u8         rx_buffer_fullness_counters[0x1];
7813        u8         ptys_connector_type[0x1];
7814        u8         reserved_at_7d[0x1];
7815        u8         ppcnt_discard_group[0x1];
7816        u8         ppcnt_statistical_group[0x1];
7817};
7818
7819struct mlx5_ifc_pcam_reg_bits {
7820        u8         reserved_at_0[0x8];
7821        u8         feature_group[0x8];
7822        u8         reserved_at_10[0x8];
7823        u8         access_reg_group[0x8];
7824
7825        u8         reserved_at_20[0x20];
7826
7827        union {
7828                u8         reserved_at_0[0x80];
7829        } port_access_reg_cap_mask;
7830
7831        u8         reserved_at_c0[0x80];
7832
7833        union {
7834                struct mlx5_ifc_pcam_enhanced_features_bits enhanced_features;
7835                u8         reserved_at_0[0x80];
7836        } feature_cap_mask;
7837
7838        u8         reserved_at_1c0[0xc0];
7839};
7840
7841struct mlx5_ifc_mcam_enhanced_features_bits {
7842        u8         reserved_at_0[0x7b];
7843        u8         pcie_outbound_stalled[0x1];
7844        u8         tx_overflow_buffer_pkt[0x1];
7845        u8         mtpps_enh_out_per_adj[0x1];
7846        u8         mtpps_fs[0x1];
7847        u8         pcie_performance_group[0x1];
7848};
7849
7850struct mlx5_ifc_mcam_access_reg_bits {
7851        u8         reserved_at_0[0x1c];
7852        u8         mcda[0x1];
7853        u8         mcc[0x1];
7854        u8         mcqi[0x1];
7855        u8         reserved_at_1f[0x1];
7856
7857        u8         regs_95_to_64[0x20];
7858        u8         regs_63_to_32[0x20];
7859        u8         regs_31_to_0[0x20];
7860};
7861
7862struct mlx5_ifc_mcam_reg_bits {
7863        u8         reserved_at_0[0x8];
7864        u8         feature_group[0x8];
7865        u8         reserved_at_10[0x8];
7866        u8         access_reg_group[0x8];
7867
7868        u8         reserved_at_20[0x20];
7869
7870        union {
7871                struct mlx5_ifc_mcam_access_reg_bits access_regs;
7872                u8         reserved_at_0[0x80];
7873        } mng_access_reg_cap_mask;
7874
7875        u8         reserved_at_c0[0x80];
7876
7877        union {
7878                struct mlx5_ifc_mcam_enhanced_features_bits enhanced_features;
7879                u8         reserved_at_0[0x80];
7880        } mng_feature_cap_mask;
7881
7882        u8         reserved_at_1c0[0x80];
7883};
7884
7885struct mlx5_ifc_pcap_reg_bits {
7886        u8         reserved_at_0[0x8];
7887        u8         local_port[0x8];
7888        u8         reserved_at_10[0x10];
7889
7890        u8         port_capability_mask[4][0x20];
7891};
7892
7893struct mlx5_ifc_paos_reg_bits {
7894        u8         swid[0x8];
7895        u8         local_port[0x8];
7896        u8         reserved_at_10[0x4];
7897        u8         admin_status[0x4];
7898        u8         reserved_at_18[0x4];
7899        u8         oper_status[0x4];
7900
7901        u8         ase[0x1];
7902        u8         ee[0x1];
7903        u8         reserved_at_22[0x1c];
7904        u8         e[0x2];
7905
7906        u8         reserved_at_40[0x40];
7907};
7908
7909struct mlx5_ifc_pamp_reg_bits {
7910        u8         reserved_at_0[0x8];
7911        u8         opamp_group[0x8];
7912        u8         reserved_at_10[0xc];
7913        u8         opamp_group_type[0x4];
7914
7915        u8         start_index[0x10];
7916        u8         reserved_at_30[0x4];
7917        u8         num_of_indices[0xc];
7918
7919        u8         index_data[18][0x10];
7920};
7921
7922struct mlx5_ifc_pcmr_reg_bits {
7923        u8         reserved_at_0[0x8];
7924        u8         local_port[0x8];
7925        u8         reserved_at_10[0x2e];
7926        u8         fcs_cap[0x1];
7927        u8         reserved_at_3f[0x1f];
7928        u8         fcs_chk[0x1];
7929        u8         reserved_at_5f[0x1];
7930};
7931
7932struct mlx5_ifc_lane_2_module_mapping_bits {
7933        u8         reserved_at_0[0x6];
7934        u8         rx_lane[0x2];
7935        u8         reserved_at_8[0x6];
7936        u8         tx_lane[0x2];
7937        u8         reserved_at_10[0x8];
7938        u8         module[0x8];
7939};
7940
7941struct mlx5_ifc_bufferx_reg_bits {
7942        u8         reserved_at_0[0x6];
7943        u8         lossy[0x1];
7944        u8         epsb[0x1];
7945        u8         reserved_at_8[0xc];
7946        u8         size[0xc];
7947
7948        u8         xoff_threshold[0x10];
7949        u8         xon_threshold[0x10];
7950};
7951
7952struct mlx5_ifc_set_node_in_bits {
7953        u8         node_description[64][0x8];
7954};
7955
7956struct mlx5_ifc_register_power_settings_bits {
7957        u8         reserved_at_0[0x18];
7958        u8         power_settings_level[0x8];
7959
7960        u8         reserved_at_20[0x60];
7961};
7962
7963struct mlx5_ifc_register_host_endianness_bits {
7964        u8         he[0x1];
7965        u8         reserved_at_1[0x1f];
7966
7967        u8         reserved_at_20[0x60];
7968};
7969
7970struct mlx5_ifc_umr_pointer_desc_argument_bits {
7971        u8         reserved_at_0[0x20];
7972
7973        u8         mkey[0x20];
7974
7975        u8         addressh_63_32[0x20];
7976
7977        u8         addressl_31_0[0x20];
7978};
7979
7980struct mlx5_ifc_ud_adrs_vector_bits {
7981        u8         dc_key[0x40];
7982
7983        u8         ext[0x1];
7984        u8         reserved_at_41[0x7];
7985        u8         destination_qp_dct[0x18];
7986
7987        u8         static_rate[0x4];
7988        u8         sl_eth_prio[0x4];
7989        u8         fl[0x1];
7990        u8         mlid[0x7];
7991        u8         rlid_udp_sport[0x10];
7992
7993        u8         reserved_at_80[0x20];
7994
7995        u8         rmac_47_16[0x20];
7996
7997        u8         rmac_15_0[0x10];
7998        u8         tclass[0x8];
7999        u8         hop_limit[0x8];
8000
8001        u8         reserved_at_e0[0x1];
8002        u8         grh[0x1];
8003        u8         reserved_at_e2[0x2];
8004        u8         src_addr_index[0x8];
8005        u8         flow_label[0x14];
8006
8007        u8         rgid_rip[16][0x8];
8008};
8009
8010struct mlx5_ifc_pages_req_event_bits {
8011        u8         reserved_at_0[0x10];
8012        u8         function_id[0x10];
8013
8014        u8         num_pages[0x20];
8015
8016        u8         reserved_at_40[0xa0];
8017};
8018
8019struct mlx5_ifc_eqe_bits {
8020        u8         reserved_at_0[0x8];
8021        u8         event_type[0x8];
8022        u8         reserved_at_10[0x8];
8023        u8         event_sub_type[0x8];
8024
8025        u8         reserved_at_20[0xe0];
8026
8027        union mlx5_ifc_event_auto_bits event_data;
8028
8029        u8         reserved_at_1e0[0x10];
8030        u8         signature[0x8];
8031        u8         reserved_at_1f8[0x7];
8032        u8         owner[0x1];
8033};
8034
8035enum {
8036        MLX5_CMD_QUEUE_ENTRY_TYPE_PCIE_CMD_IF_TRANSPORT  = 0x7,
8037};
8038
8039struct mlx5_ifc_cmd_queue_entry_bits {
8040        u8         type[0x8];
8041        u8         reserved_at_8[0x18];
8042
8043        u8         input_length[0x20];
8044
8045        u8         input_mailbox_pointer_63_32[0x20];
8046
8047        u8         input_mailbox_pointer_31_9[0x17];
8048        u8         reserved_at_77[0x9];
8049
8050        u8         command_input_inline_data[16][0x8];
8051
8052        u8         command_output_inline_data[16][0x8];
8053
8054        u8         output_mailbox_pointer_63_32[0x20];
8055
8056        u8         output_mailbox_pointer_31_9[0x17];
8057        u8         reserved_at_1b7[0x9];
8058
8059        u8         output_length[0x20];
8060
8061        u8         token[0x8];
8062        u8         signature[0x8];
8063        u8         reserved_at_1f0[0x8];
8064        u8         status[0x7];
8065        u8         ownership[0x1];
8066};
8067
8068struct mlx5_ifc_cmd_out_bits {
8069        u8         status[0x8];
8070        u8         reserved_at_8[0x18];
8071
8072        u8         syndrome[0x20];
8073
8074        u8         command_output[0x20];
8075};
8076
8077struct mlx5_ifc_cmd_in_bits {
8078        u8         opcode[0x10];
8079        u8         reserved_at_10[0x10];
8080
8081        u8         reserved_at_20[0x10];
8082        u8         op_mod[0x10];
8083
8084        u8         command[0][0x20];
8085};
8086
8087struct mlx5_ifc_cmd_if_box_bits {
8088        u8         mailbox_data[512][0x8];
8089
8090        u8         reserved_at_1000[0x180];
8091
8092        u8         next_pointer_63_32[0x20];
8093
8094        u8         next_pointer_31_10[0x16];
8095        u8         reserved_at_11b6[0xa];
8096
8097        u8         block_number[0x20];
8098
8099        u8         reserved_at_11e0[0x8];
8100        u8         token[0x8];
8101        u8         ctrl_signature[0x8];
8102        u8         signature[0x8];
8103};
8104
8105struct mlx5_ifc_mtt_bits {
8106        u8         ptag_63_32[0x20];
8107
8108        u8         ptag_31_8[0x18];
8109        u8         reserved_at_38[0x6];
8110        u8         wr_en[0x1];
8111        u8         rd_en[0x1];
8112};
8113
8114struct mlx5_ifc_query_wol_rol_out_bits {
8115        u8         status[0x8];
8116        u8         reserved_at_8[0x18];
8117
8118        u8         syndrome[0x20];
8119
8120        u8         reserved_at_40[0x10];
8121        u8         rol_mode[0x8];
8122        u8         wol_mode[0x8];
8123
8124        u8         reserved_at_60[0x20];
8125};
8126
8127struct mlx5_ifc_query_wol_rol_in_bits {
8128        u8         opcode[0x10];
8129        u8         reserved_at_10[0x10];
8130
8131        u8         reserved_at_20[0x10];
8132        u8         op_mod[0x10];
8133
8134        u8         reserved_at_40[0x40];
8135};
8136
8137struct mlx5_ifc_set_wol_rol_out_bits {
8138        u8         status[0x8];
8139        u8         reserved_at_8[0x18];
8140
8141        u8         syndrome[0x20];
8142
8143        u8         reserved_at_40[0x40];
8144};
8145
8146struct mlx5_ifc_set_wol_rol_in_bits {
8147        u8         opcode[0x10];
8148        u8         reserved_at_10[0x10];
8149
8150        u8         reserved_at_20[0x10];
8151        u8         op_mod[0x10];
8152
8153        u8         rol_mode_valid[0x1];
8154        u8         wol_mode_valid[0x1];
8155        u8         reserved_at_42[0xe];
8156        u8         rol_mode[0x8];
8157        u8         wol_mode[0x8];
8158
8159        u8         reserved_at_60[0x20];
8160};
8161
8162enum {
8163        MLX5_INITIAL_SEG_NIC_INTERFACE_FULL_DRIVER  = 0x0,
8164        MLX5_INITIAL_SEG_NIC_INTERFACE_DISABLED     = 0x1,
8165        MLX5_INITIAL_SEG_NIC_INTERFACE_NO_DRAM_NIC  = 0x2,
8166};
8167
8168enum {
8169        MLX5_INITIAL_SEG_NIC_INTERFACE_SUPPORTED_FULL_DRIVER  = 0x0,
8170        MLX5_INITIAL_SEG_NIC_INTERFACE_SUPPORTED_DISABLED     = 0x1,
8171        MLX5_INITIAL_SEG_NIC_INTERFACE_SUPPORTED_NO_DRAM_NIC  = 0x2,
8172};
8173
8174enum {
8175        MLX5_INITIAL_SEG_HEALTH_SYNDROME_FW_INTERNAL_ERR              = 0x1,
8176        MLX5_INITIAL_SEG_HEALTH_SYNDROME_DEAD_IRISC                   = 0x7,
8177        MLX5_INITIAL_SEG_HEALTH_SYNDROME_HW_FATAL_ERR                 = 0x8,
8178        MLX5_INITIAL_SEG_HEALTH_SYNDROME_FW_CRC_ERR                   = 0x9,
8179        MLX5_INITIAL_SEG_HEALTH_SYNDROME_ICM_FETCH_PCI_ERR            = 0xa,
8180        MLX5_INITIAL_SEG_HEALTH_SYNDROME_ICM_PAGE_ERR                 = 0xb,
8181        MLX5_INITIAL_SEG_HEALTH_SYNDROME_ASYNCHRONOUS_EQ_BUF_OVERRUN  = 0xc,
8182        MLX5_INITIAL_SEG_HEALTH_SYNDROME_EQ_IN_ERR                    = 0xd,
8183        MLX5_INITIAL_SEG_HEALTH_SYNDROME_EQ_INV                       = 0xe,
8184        MLX5_INITIAL_SEG_HEALTH_SYNDROME_FFSER_ERR                    = 0xf,
8185        MLX5_INITIAL_SEG_HEALTH_SYNDROME_HIGH_TEMP_ERR                = 0x10,
8186};
8187
8188struct mlx5_ifc_initial_seg_bits {
8189        u8         fw_rev_minor[0x10];
8190        u8         fw_rev_major[0x10];
8191
8192        u8         cmd_interface_rev[0x10];
8193        u8         fw_rev_subminor[0x10];
8194
8195        u8         reserved_at_40[0x40];
8196
8197        u8         cmdq_phy_addr_63_32[0x20];
8198
8199        u8         cmdq_phy_addr_31_12[0x14];
8200        u8         reserved_at_b4[0x2];
8201        u8         nic_interface[0x2];
8202        u8         log_cmdq_size[0x4];
8203        u8         log_cmdq_stride[0x4];
8204
8205        u8         command_doorbell_vector[0x20];
8206
8207        u8         reserved_at_e0[0xf00];
8208
8209        u8         initializing[0x1];
8210        u8         reserved_at_fe1[0x4];
8211        u8         nic_interface_supported[0x3];
8212        u8         reserved_at_fe8[0x18];
8213
8214        struct mlx5_ifc_health_buffer_bits health_buffer;
8215
8216        u8         no_dram_nic_offset[0x20];
8217
8218        u8         reserved_at_1220[0x6e40];
8219
8220        u8         reserved_at_8060[0x1f];
8221        u8         clear_int[0x1];
8222
8223        u8         health_syndrome[0x8];
8224        u8         health_counter[0x18];
8225
8226        u8         reserved_at_80a0[0x17fc0];
8227};
8228
8229struct mlx5_ifc_mtpps_reg_bits {
8230        u8         reserved_at_0[0xc];
8231        u8         cap_number_of_pps_pins[0x4];
8232        u8         reserved_at_10[0x4];
8233        u8         cap_max_num_of_pps_in_pins[0x4];
8234        u8         reserved_at_18[0x4];
8235        u8         cap_max_num_of_pps_out_pins[0x4];
8236
8237        u8         reserved_at_20[0x24];
8238        u8         cap_pin_3_mode[0x4];
8239        u8         reserved_at_48[0x4];
8240        u8         cap_pin_2_mode[0x4];
8241        u8         reserved_at_50[0x4];
8242        u8         cap_pin_1_mode[0x4];
8243        u8         reserved_at_58[0x4];
8244        u8         cap_pin_0_mode[0x4];
8245
8246        u8         reserved_at_60[0x4];
8247        u8         cap_pin_7_mode[0x4];
8248        u8         reserved_at_68[0x4];
8249        u8         cap_pin_6_mode[0x4];
8250        u8         reserved_at_70[0x4];
8251        u8         cap_pin_5_mode[0x4];
8252        u8         reserved_at_78[0x4];
8253        u8         cap_pin_4_mode[0x4];
8254
8255        u8         field_select[0x20];
8256        u8         reserved_at_a0[0x60];
8257
8258        u8         enable[0x1];
8259        u8         reserved_at_101[0xb];
8260        u8         pattern[0x4];
8261        u8         reserved_at_110[0x4];
8262        u8         pin_mode[0x4];
8263        u8         pin[0x8];
8264
8265        u8         reserved_at_120[0x20];
8266
8267        u8         time_stamp[0x40];
8268
8269        u8         out_pulse_duration[0x10];
8270        u8         out_periodic_adjustment[0x10];
8271        u8         enhanced_out_periodic_adjustment[0x20];
8272
8273        u8         reserved_at_1c0[0x20];
8274};
8275
8276struct mlx5_ifc_mtppse_reg_bits {
8277        u8         reserved_at_0[0x18];
8278        u8         pin[0x8];
8279        u8         event_arm[0x1];
8280        u8         reserved_at_21[0x1b];
8281        u8         event_generation_mode[0x4];
8282        u8         reserved_at_40[0x40];
8283};
8284
8285struct mlx5_ifc_mcqi_cap_bits {
8286        u8         supported_info_bitmask[0x20];
8287
8288        u8         component_size[0x20];
8289
8290        u8         max_component_size[0x20];
8291
8292        u8         log_mcda_word_size[0x4];
8293        u8         reserved_at_64[0xc];
8294        u8         mcda_max_write_size[0x10];
8295
8296        u8         rd_en[0x1];
8297        u8         reserved_at_81[0x1];
8298        u8         match_chip_id[0x1];
8299        u8         match_psid[0x1];
8300        u8         check_user_timestamp[0x1];
8301        u8         match_base_guid_mac[0x1];
8302        u8         reserved_at_86[0x1a];
8303};
8304
8305struct mlx5_ifc_mcqi_reg_bits {
8306        u8         read_pending_component[0x1];
8307        u8         reserved_at_1[0xf];
8308        u8         component_index[0x10];
8309
8310        u8         reserved_at_20[0x20];
8311
8312        u8         reserved_at_40[0x1b];
8313        u8         info_type[0x5];
8314
8315        u8         info_size[0x20];
8316
8317        u8         offset[0x20];
8318
8319        u8         reserved_at_a0[0x10];
8320        u8         data_size[0x10];
8321
8322        u8         data[0][0x20];
8323};
8324
8325struct mlx5_ifc_mcc_reg_bits {
8326        u8         reserved_at_0[0x4];
8327        u8         time_elapsed_since_last_cmd[0xc];
8328        u8         reserved_at_10[0x8];
8329        u8         instruction[0x8];
8330
8331        u8         reserved_at_20[0x10];
8332        u8         component_index[0x10];
8333
8334        u8         reserved_at_40[0x8];
8335        u8         update_handle[0x18];
8336
8337        u8         handle_owner_type[0x4];
8338        u8         handle_owner_host_id[0x4];
8339        u8         reserved_at_68[0x1];
8340        u8         control_progress[0x7];
8341        u8         error_code[0x8];
8342        u8         reserved_at_78[0x4];
8343        u8         control_state[0x4];
8344
8345        u8         component_size[0x20];
8346
8347        u8         reserved_at_a0[0x60];
8348};
8349
8350struct mlx5_ifc_mcda_reg_bits {
8351        u8         reserved_at_0[0x8];
8352        u8         update_handle[0x18];
8353
8354        u8         offset[0x20];
8355
8356        u8         reserved_at_40[0x10];
8357        u8         size[0x10];
8358
8359        u8         reserved_at_60[0x20];
8360
8361        u8         data[0][0x20];
8362};
8363
8364union mlx5_ifc_ports_control_registers_document_bits {
8365        struct mlx5_ifc_bufferx_reg_bits bufferx_reg;
8366        struct mlx5_ifc_eth_2819_cntrs_grp_data_layout_bits eth_2819_cntrs_grp_data_layout;
8367        struct mlx5_ifc_eth_2863_cntrs_grp_data_layout_bits eth_2863_cntrs_grp_data_layout;
8368        struct mlx5_ifc_eth_3635_cntrs_grp_data_layout_bits eth_3635_cntrs_grp_data_layout;
8369        struct mlx5_ifc_eth_802_3_cntrs_grp_data_layout_bits eth_802_3_cntrs_grp_data_layout;
8370        struct mlx5_ifc_eth_extended_cntrs_grp_data_layout_bits eth_extended_cntrs_grp_data_layout;
8371        struct mlx5_ifc_eth_per_prio_grp_data_layout_bits eth_per_prio_grp_data_layout;
8372        struct mlx5_ifc_eth_per_traffic_grp_data_layout_bits eth_per_traffic_grp_data_layout;
8373        struct mlx5_ifc_lane_2_module_mapping_bits lane_2_module_mapping;
8374        struct mlx5_ifc_pamp_reg_bits pamp_reg;
8375        struct mlx5_ifc_paos_reg_bits paos_reg;
8376        struct mlx5_ifc_pcap_reg_bits pcap_reg;
8377        struct mlx5_ifc_peir_reg_bits peir_reg;
8378        struct mlx5_ifc_pelc_reg_bits pelc_reg;
8379        struct mlx5_ifc_pfcc_reg_bits pfcc_reg;
8380        struct mlx5_ifc_ib_port_cntrs_grp_data_layout_bits ib_port_cntrs_grp_data_layout;
8381        struct mlx5_ifc_phys_layer_cntrs_bits phys_layer_cntrs;
8382        struct mlx5_ifc_pifr_reg_bits pifr_reg;
8383        struct mlx5_ifc_pipg_reg_bits pipg_reg;
8384        struct mlx5_ifc_plbf_reg_bits plbf_reg;
8385        struct mlx5_ifc_plib_reg_bits plib_reg;
8386        struct mlx5_ifc_plpc_reg_bits plpc_reg;
8387        struct mlx5_ifc_pmaos_reg_bits pmaos_reg;
8388        struct mlx5_ifc_pmlp_reg_bits pmlp_reg;
8389        struct mlx5_ifc_pmlpn_reg_bits pmlpn_reg;
8390        struct mlx5_ifc_pmpc_reg_bits pmpc_reg;
8391        struct mlx5_ifc_pmpe_reg_bits pmpe_reg;
8392        struct mlx5_ifc_pmpr_reg_bits pmpr_reg;
8393        struct mlx5_ifc_pmtu_reg_bits pmtu_reg;
8394        struct mlx5_ifc_ppad_reg_bits ppad_reg;
8395        struct mlx5_ifc_ppcnt_reg_bits ppcnt_reg;
8396        struct mlx5_ifc_mpcnt_reg_bits mpcnt_reg;
8397        struct mlx5_ifc_pplm_reg_bits pplm_reg;
8398        struct mlx5_ifc_pplr_reg_bits pplr_reg;
8399        struct mlx5_ifc_ppsc_reg_bits ppsc_reg;
8400        struct mlx5_ifc_pqdr_reg_bits pqdr_reg;
8401        struct mlx5_ifc_pspa_reg_bits pspa_reg;
8402        struct mlx5_ifc_ptas_reg_bits ptas_reg;
8403        struct mlx5_ifc_ptys_reg_bits ptys_reg;
8404        struct mlx5_ifc_mlcr_reg_bits mlcr_reg;
8405        struct mlx5_ifc_pude_reg_bits pude_reg;
8406        struct mlx5_ifc_pvlc_reg_bits pvlc_reg;
8407        struct mlx5_ifc_slrg_reg_bits slrg_reg;
8408        struct mlx5_ifc_sltp_reg_bits sltp_reg;
8409        struct mlx5_ifc_mtpps_reg_bits mtpps_reg;
8410        struct mlx5_ifc_mtppse_reg_bits mtppse_reg;
8411        struct mlx5_ifc_fpga_access_reg_bits fpga_access_reg;
8412        struct mlx5_ifc_fpga_ctrl_bits fpga_ctrl_bits;
8413        struct mlx5_ifc_fpga_cap_bits fpga_cap_bits;
8414        struct mlx5_ifc_mcqi_reg_bits mcqi_reg;
8415        struct mlx5_ifc_mcc_reg_bits mcc_reg;
8416        struct mlx5_ifc_mcda_reg_bits mcda_reg;
8417        u8         reserved_at_0[0x60e0];
8418};
8419
8420union mlx5_ifc_debug_enhancements_document_bits {
8421        struct mlx5_ifc_health_buffer_bits health_buffer;
8422        u8         reserved_at_0[0x200];
8423};
8424
8425union mlx5_ifc_uplink_pci_interface_document_bits {
8426        struct mlx5_ifc_initial_seg_bits initial_seg;
8427        u8         reserved_at_0[0x20060];
8428};
8429
8430struct mlx5_ifc_set_flow_table_root_out_bits {
8431        u8         status[0x8];
8432        u8         reserved_at_8[0x18];
8433
8434        u8         syndrome[0x20];
8435
8436        u8         reserved_at_40[0x40];
8437};
8438
8439struct mlx5_ifc_set_flow_table_root_in_bits {
8440        u8         opcode[0x10];
8441        u8         reserved_at_10[0x10];
8442
8443        u8         reserved_at_20[0x10];
8444        u8         op_mod[0x10];
8445
8446        u8         other_vport[0x1];
8447        u8         reserved_at_41[0xf];
8448        u8         vport_number[0x10];
8449
8450        u8         reserved_at_60[0x20];
8451
8452        u8         table_type[0x8];
8453        u8         reserved_at_88[0x18];
8454
8455        u8         reserved_at_a0[0x8];
8456        u8         table_id[0x18];
8457
8458        u8         reserved_at_c0[0x8];
8459        u8         underlay_qpn[0x18];
8460        u8         reserved_at_e0[0x120];
8461};
8462
8463enum {
8464        MLX5_MODIFY_FLOW_TABLE_MISS_TABLE_ID     = (1UL << 0),
8465        MLX5_MODIFY_FLOW_TABLE_LAG_NEXT_TABLE_ID = (1UL << 15),
8466};
8467
8468struct mlx5_ifc_modify_flow_table_out_bits {
8469        u8         status[0x8];
8470        u8         reserved_at_8[0x18];
8471
8472        u8         syndrome[0x20];
8473
8474        u8         reserved_at_40[0x40];
8475};
8476
8477struct mlx5_ifc_modify_flow_table_in_bits {
8478        u8         opcode[0x10];
8479        u8         reserved_at_10[0x10];
8480
8481        u8         reserved_at_20[0x10];
8482        u8         op_mod[0x10];
8483
8484        u8         other_vport[0x1];
8485        u8         reserved_at_41[0xf];
8486        u8         vport_number[0x10];
8487
8488        u8         reserved_at_60[0x10];
8489        u8         modify_field_select[0x10];
8490
8491        u8         table_type[0x8];
8492        u8         reserved_at_88[0x18];
8493
8494        u8         reserved_at_a0[0x8];
8495        u8         table_id[0x18];
8496
8497        struct mlx5_ifc_flow_table_context_bits flow_table_context;
8498};
8499
8500struct mlx5_ifc_ets_tcn_config_reg_bits {
8501        u8         g[0x1];
8502        u8         b[0x1];
8503        u8         r[0x1];
8504        u8         reserved_at_3[0x9];
8505        u8         group[0x4];
8506        u8         reserved_at_10[0x9];
8507        u8         bw_allocation[0x7];
8508
8509        u8         reserved_at_20[0xc];
8510        u8         max_bw_units[0x4];
8511        u8         reserved_at_30[0x8];
8512        u8         max_bw_value[0x8];
8513};
8514
8515struct mlx5_ifc_ets_global_config_reg_bits {
8516        u8         reserved_at_0[0x2];
8517        u8         r[0x1];
8518        u8         reserved_at_3[0x1d];
8519
8520        u8         reserved_at_20[0xc];
8521        u8         max_bw_units[0x4];
8522        u8         reserved_at_30[0x8];
8523        u8         max_bw_value[0x8];
8524};
8525
8526struct mlx5_ifc_qetc_reg_bits {
8527        u8                                         reserved_at_0[0x8];
8528        u8                                         port_number[0x8];
8529        u8                                         reserved_at_10[0x30];
8530
8531        struct mlx5_ifc_ets_tcn_config_reg_bits    tc_configuration[0x8];
8532        struct mlx5_ifc_ets_global_config_reg_bits global_configuration;
8533};
8534
8535struct mlx5_ifc_qtct_reg_bits {
8536        u8         reserved_at_0[0x8];
8537        u8         port_number[0x8];
8538        u8         reserved_at_10[0xd];
8539        u8         prio[0x3];
8540
8541        u8         reserved_at_20[0x1d];
8542        u8         tclass[0x3];
8543};
8544
8545struct mlx5_ifc_mcia_reg_bits {
8546        u8         l[0x1];
8547        u8         reserved_at_1[0x7];
8548        u8         module[0x8];
8549        u8         reserved_at_10[0x8];
8550        u8         status[0x8];
8551
8552        u8         i2c_device_address[0x8];
8553        u8         page_number[0x8];
8554        u8         device_address[0x10];
8555
8556        u8         reserved_at_40[0x10];
8557        u8         size[0x10];
8558
8559        u8         reserved_at_60[0x20];
8560
8561        u8         dword_0[0x20];
8562        u8         dword_1[0x20];
8563        u8         dword_2[0x20];
8564        u8         dword_3[0x20];
8565        u8         dword_4[0x20];
8566        u8         dword_5[0x20];
8567        u8         dword_6[0x20];
8568        u8         dword_7[0x20];
8569        u8         dword_8[0x20];
8570        u8         dword_9[0x20];
8571        u8         dword_10[0x20];
8572        u8         dword_11[0x20];
8573};
8574
8575struct mlx5_ifc_dcbx_param_bits {
8576        u8         dcbx_cee_cap[0x1];
8577        u8         dcbx_ieee_cap[0x1];
8578        u8         dcbx_standby_cap[0x1];
8579        u8         reserved_at_0[0x5];
8580        u8         port_number[0x8];
8581        u8         reserved_at_10[0xa];
8582        u8         max_application_table_size[6];
8583        u8         reserved_at_20[0x15];
8584        u8         version_oper[0x3];
8585        u8         reserved_at_38[5];
8586        u8         version_admin[0x3];
8587        u8         willing_admin[0x1];
8588        u8         reserved_at_41[0x3];
8589        u8         pfc_cap_oper[0x4];
8590        u8         reserved_at_48[0x4];
8591        u8         pfc_cap_admin[0x4];
8592        u8         reserved_at_50[0x4];
8593        u8         num_of_tc_oper[0x4];
8594        u8         reserved_at_58[0x4];
8595        u8         num_of_tc_admin[0x4];
8596        u8         remote_willing[0x1];
8597        u8         reserved_at_61[3];
8598        u8         remote_pfc_cap[4];
8599        u8         reserved_at_68[0x14];
8600        u8         remote_num_of_tc[0x4];
8601        u8         reserved_at_80[0x18];
8602        u8         error[0x8];
8603        u8         reserved_at_a0[0x160];
8604};
8605
8606struct mlx5_ifc_lagc_bits {
8607        u8         reserved_at_0[0x1d];
8608        u8         lag_state[0x3];
8609
8610        u8         reserved_at_20[0x14];
8611        u8         tx_remap_affinity_2[0x4];
8612        u8         reserved_at_38[0x4];
8613        u8         tx_remap_affinity_1[0x4];
8614};
8615
8616struct mlx5_ifc_create_lag_out_bits {
8617        u8         status[0x8];
8618        u8         reserved_at_8[0x18];
8619
8620        u8         syndrome[0x20];
8621
8622        u8         reserved_at_40[0x40];
8623};
8624
8625struct mlx5_ifc_create_lag_in_bits {
8626        u8         opcode[0x10];
8627        u8         reserved_at_10[0x10];
8628
8629        u8         reserved_at_20[0x10];
8630        u8         op_mod[0x10];
8631
8632        struct mlx5_ifc_lagc_bits ctx;
8633};
8634
8635struct mlx5_ifc_modify_lag_out_bits {
8636        u8         status[0x8];
8637        u8         reserved_at_8[0x18];
8638
8639        u8         syndrome[0x20];
8640
8641        u8         reserved_at_40[0x40];
8642};
8643
8644struct mlx5_ifc_modify_lag_in_bits {
8645        u8         opcode[0x10];
8646        u8         reserved_at_10[0x10];
8647
8648        u8         reserved_at_20[0x10];
8649        u8         op_mod[0x10];
8650
8651        u8         reserved_at_40[0x20];
8652        u8         field_select[0x20];
8653
8654        struct mlx5_ifc_lagc_bits ctx;
8655};
8656
8657struct mlx5_ifc_query_lag_out_bits {
8658        u8         status[0x8];
8659        u8         reserved_at_8[0x18];
8660
8661        u8         syndrome[0x20];
8662
8663        u8         reserved_at_40[0x40];
8664
8665        struct mlx5_ifc_lagc_bits ctx;
8666};
8667
8668struct mlx5_ifc_query_lag_in_bits {
8669        u8         opcode[0x10];
8670        u8         reserved_at_10[0x10];
8671
8672        u8         reserved_at_20[0x10];
8673        u8         op_mod[0x10];
8674
8675        u8         reserved_at_40[0x40];
8676};
8677
8678struct mlx5_ifc_destroy_lag_out_bits {
8679        u8         status[0x8];
8680        u8         reserved_at_8[0x18];
8681
8682        u8         syndrome[0x20];
8683
8684        u8         reserved_at_40[0x40];
8685};
8686
8687struct mlx5_ifc_destroy_lag_in_bits {
8688        u8         opcode[0x10];
8689        u8         reserved_at_10[0x10];
8690
8691        u8         reserved_at_20[0x10];
8692        u8         op_mod[0x10];
8693
8694        u8         reserved_at_40[0x40];
8695};
8696
8697struct mlx5_ifc_create_vport_lag_out_bits {
8698        u8         status[0x8];
8699        u8         reserved_at_8[0x18];
8700
8701        u8         syndrome[0x20];
8702
8703        u8         reserved_at_40[0x40];
8704};
8705
8706struct mlx5_ifc_create_vport_lag_in_bits {
8707        u8         opcode[0x10];
8708        u8         reserved_at_10[0x10];
8709
8710        u8         reserved_at_20[0x10];
8711        u8         op_mod[0x10];
8712
8713        u8         reserved_at_40[0x40];
8714};
8715
8716struct mlx5_ifc_destroy_vport_lag_out_bits {
8717        u8         status[0x8];
8718        u8         reserved_at_8[0x18];
8719
8720        u8         syndrome[0x20];
8721
8722        u8         reserved_at_40[0x40];
8723};
8724
8725struct mlx5_ifc_destroy_vport_lag_in_bits {
8726        u8         opcode[0x10];
8727        u8         reserved_at_10[0x10];
8728
8729        u8         reserved_at_20[0x10];
8730        u8         op_mod[0x10];
8731
8732        u8         reserved_at_40[0x40];
8733};
8734
8735#endif /* MLX5_IFC_H */
8736