2  *  IBM eServer eHCA Infiniband device driver for Linux on POWER
 
   4  *  pSeries interface definitions
 
   6  *  Authors: Waleri Fomin <fomin@de.ibm.com>
 
   7  *           Christoph Raisch <raisch@de.ibm.com>
 
   9  *  Copyright (c) 2005 IBM Corporation
 
  11  *  All rights reserved.
 
  13  *  This source code is distributed under a dual license of GPL v2.0 and OpenIB
 
  18  * Redistribution and use in source and binary forms, with or without
 
  19  * modification, are permitted provided that the following conditions are met:
 
  21  * Redistributions of source code must retain the above copyright notice, this
 
  22  * list of conditions and the following disclaimer.
 
  24  * Redistributions in binary form must reproduce the above copyright notice,
 
  25  * this list of conditions and the following disclaimer in the documentation
 
  26  * and/or other materials
 
  27  * provided with the distribution.
 
  29  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 
  30  * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 
  31  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 
  32  * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
 
  33  * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 
  34  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 
  35  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
 
  36  * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
 
  37  * IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 
  38  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 
  39  * POSSIBILITY OF SUCH DAMAGE.
 
  42 #ifndef __EHCA_CLASSES_PSERIES_H__
 
  43 #define __EHCA_CLASSES_PSERIES_H__
 
  46 #include "ipz_pt_fn.h"
 
  65 struct ipz_adapter_handle {
 
  69 struct ipz_cq_handle {
 
  73 struct ipz_eq_handle {
 
  77 struct ipz_qp_handle {
 
  80 struct ipz_mrmw_handle {
 
  88 struct hcp_modify_qp_control_block {
 
  90         u32 rdd;                       /* reliable datagram domain */
 
  91         u32 send_psn;                  /* 02 */
 
  92         u32 receive_psn;               /* 03 */
 
  93         u32 prim_phys_port;            /* 04 */
 
  94         u32 alt_phys_port;             /* 05 */
 
  95         u32 prim_p_key_idx;            /* 06 */
 
  96         u32 alt_p_key_idx;             /* 07 */
 
  97         u32 rdma_atomic_ctrl;          /* 08 */
 
  98         u32 qp_state;                  /* 09 */
 
  99         u32 reserved_10;               /* 10 */
 
 100         u32 rdma_nr_atomic_resp_res;   /* 11 */
 
 101         u32 path_migration_state;      /* 12 */
 
 102         u32 rdma_atomic_outst_dest_qp; /* 13 */
 
 103         u32 dest_qp_nr;                /* 14 */
 
 104         u32 min_rnr_nak_timer_field;   /* 15 */
 
 105         u32 service_level;             /* 16 */
 
 106         u32 send_grh_flag;             /* 17 */
 
 107         u32 retry_count;               /* 18 */
 
 108         u32 timeout;                   /* 19 */
 
 109         u32 path_mtu;                  /* 20 */
 
 110         u32 max_static_rate;           /* 21 */
 
 112         u32 rnr_retry_count;           /* 23 */
 
 113         u32 source_path_bits;          /* 24 */
 
 114         u32 traffic_class;             /* 25 */
 
 115         u32 hop_limit;                 /* 26 */
 
 116         u32 source_gid_idx;            /* 27 */
 
 117         u32 flow_label;                /* 28 */
 
 118         u32 reserved_29;               /* 29 */
 
 123         u32 service_level_al;          /* 34 */
 
 124         u32 send_grh_flag_al;          /* 35 */
 
 125         u32 retry_count_al;            /* 36 */
 
 126         u32 timeout_al;                /* 37 */
 
 127         u32 max_static_rate_al;        /* 38 */
 
 128         u32 dlid_al;                   /* 39 */
 
 129         u32 rnr_retry_count_al;        /* 40 */
 
 130         u32 source_path_bits_al;       /* 41 */
 
 131         u32 traffic_class_al;          /* 42 */
 
 132         u32 hop_limit_al;              /* 43 */
 
 133         u32 source_gid_idx_al;         /* 44 */
 
 134         u32 flow_label_al;             /* 45 */
 
 135         u32 reserved_46;               /* 46 */
 
 136         u32 reserved_47;               /* 47 */
 
 141         u32 max_nr_outst_send_wr;      /* 52 */
 
 142         u32 max_nr_outst_recv_wr;      /* 53 */
 
 143         u32 disable_ete_credit_check;  /* 54 */
 
 144         u32 qp_number;                 /* 55 */
 
 145         u64 send_queue_handle;         /* 56 */
 
 146         u64 recv_queue_handle;         /* 58 */
 
 147         u32 actual_nr_sges_in_sq_wqe;  /* 60 */
 
 148         u32 actual_nr_sges_in_rq_wqe;  /* 61 */
 
 149         u32 qp_enable;                 /* 62 */
 
 150         u32 curr_srq_limit;            /* 63 */
 
 151         u64 qp_aff_asyn_ev_log_reg;    /* 64 */
 
 152         u64 shared_rq_hndl;            /* 66 */
 
 153         u64 trigg_doorbell_qp_hndl;    /* 68 */
 
 154         u32 reserved_70_127[58];       /* 70 */
 
 157 #define MQPCB_MASK_QKEY                         EHCA_BMASK_IBM( 0,  0)
 
 158 #define MQPCB_MASK_SEND_PSN                     EHCA_BMASK_IBM( 2,  2)
 
 159 #define MQPCB_MASK_RECEIVE_PSN                  EHCA_BMASK_IBM( 3,  3)
 
 160 #define MQPCB_MASK_PRIM_PHYS_PORT               EHCA_BMASK_IBM( 4,  4)
 
 161 #define MQPCB_PRIM_PHYS_PORT                    EHCA_BMASK_IBM(24, 31)
 
 162 #define MQPCB_MASK_ALT_PHYS_PORT                EHCA_BMASK_IBM( 5,  5)
 
 163 #define MQPCB_MASK_PRIM_P_KEY_IDX               EHCA_BMASK_IBM( 6,  6)
 
 164 #define MQPCB_PRIM_P_KEY_IDX                    EHCA_BMASK_IBM(24, 31)
 
 165 #define MQPCB_MASK_ALT_P_KEY_IDX                EHCA_BMASK_IBM( 7,  7)
 
 166 #define MQPCB_MASK_RDMA_ATOMIC_CTRL             EHCA_BMASK_IBM( 8,  8)
 
 167 #define MQPCB_MASK_QP_STATE                     EHCA_BMASK_IBM( 9,  9)
 
 168 #define MQPCB_QP_STATE                          EHCA_BMASK_IBM(24, 31)
 
 169 #define MQPCB_MASK_RDMA_NR_ATOMIC_RESP_RES      EHCA_BMASK_IBM(11, 11)
 
 170 #define MQPCB_MASK_PATH_MIGRATION_STATE         EHCA_BMASK_IBM(12, 12)
 
 171 #define MQPCB_MASK_RDMA_ATOMIC_OUTST_DEST_QP    EHCA_BMASK_IBM(13, 13)
 
 172 #define MQPCB_MASK_DEST_QP_NR                   EHCA_BMASK_IBM(14, 14)
 
 173 #define MQPCB_MASK_MIN_RNR_NAK_TIMER_FIELD      EHCA_BMASK_IBM(15, 15)
 
 174 #define MQPCB_MASK_SERVICE_LEVEL                EHCA_BMASK_IBM(16, 16)
 
 175 #define MQPCB_MASK_SEND_GRH_FLAG                EHCA_BMASK_IBM(17, 17)
 
 176 #define MQPCB_MASK_RETRY_COUNT                  EHCA_BMASK_IBM(18, 18)
 
 177 #define MQPCB_MASK_TIMEOUT                      EHCA_BMASK_IBM(19, 19)
 
 178 #define MQPCB_MASK_PATH_MTU                     EHCA_BMASK_IBM(20, 20)
 
 179 #define MQPCB_PATH_MTU                          EHCA_BMASK_IBM(24, 31)
 
 180 #define MQPCB_MASK_MAX_STATIC_RATE              EHCA_BMASK_IBM(21, 21)
 
 181 #define MQPCB_MAX_STATIC_RATE                   EHCA_BMASK_IBM(24, 31)
 
 182 #define MQPCB_MASK_DLID                         EHCA_BMASK_IBM(22, 22)
 
 183 #define MQPCB_DLID                              EHCA_BMASK_IBM(16, 31)
 
 184 #define MQPCB_MASK_RNR_RETRY_COUNT              EHCA_BMASK_IBM(23, 23)
 
 185 #define MQPCB_RNR_RETRY_COUNT                   EHCA_BMASK_IBM(29, 31)
 
 186 #define MQPCB_MASK_SOURCE_PATH_BITS             EHCA_BMASK_IBM(24, 24)
 
 187 #define MQPCB_SOURCE_PATH_BITS                  EHCA_BMASK_IBM(25, 31)
 
 188 #define MQPCB_MASK_TRAFFIC_CLASS                EHCA_BMASK_IBM(25, 25)
 
 189 #define MQPCB_TRAFFIC_CLASS                     EHCA_BMASK_IBM(24, 31)
 
 190 #define MQPCB_MASK_HOP_LIMIT                    EHCA_BMASK_IBM(26, 26)
 
 191 #define MQPCB_HOP_LIMIT                         EHCA_BMASK_IBM(24, 31)
 
 192 #define MQPCB_MASK_SOURCE_GID_IDX               EHCA_BMASK_IBM(27, 27)
 
 193 #define MQPCB_SOURCE_GID_IDX                    EHCA_BMASK_IBM(24, 31)
 
 194 #define MQPCB_MASK_FLOW_LABEL                   EHCA_BMASK_IBM(28, 28)
 
 195 #define MQPCB_FLOW_LABEL                        EHCA_BMASK_IBM(12, 31)
 
 196 #define MQPCB_MASK_DEST_GID                     EHCA_BMASK_IBM(30, 30)
 
 197 #define MQPCB_MASK_SERVICE_LEVEL_AL             EHCA_BMASK_IBM(31, 31)
 
 198 #define MQPCB_SERVICE_LEVEL_AL                  EHCA_BMASK_IBM(28, 31)
 
 199 #define MQPCB_MASK_SEND_GRH_FLAG_AL             EHCA_BMASK_IBM(32, 32)
 
 200 #define MQPCB_SEND_GRH_FLAG_AL                  EHCA_BMASK_IBM(31, 31)
 
 201 #define MQPCB_MASK_RETRY_COUNT_AL               EHCA_BMASK_IBM(33, 33)
 
 202 #define MQPCB_RETRY_COUNT_AL                    EHCA_BMASK_IBM(29, 31)
 
 203 #define MQPCB_MASK_TIMEOUT_AL                   EHCA_BMASK_IBM(34, 34)
 
 204 #define MQPCB_TIMEOUT_AL                        EHCA_BMASK_IBM(27, 31)
 
 205 #define MQPCB_MASK_MAX_STATIC_RATE_AL           EHCA_BMASK_IBM(35, 35)
 
 206 #define MQPCB_MAX_STATIC_RATE_AL                EHCA_BMASK_IBM(24, 31)
 
 207 #define MQPCB_MASK_DLID_AL                      EHCA_BMASK_IBM(36, 36)
 
 208 #define MQPCB_DLID_AL                           EHCA_BMASK_IBM(16, 31)
 
 209 #define MQPCB_MASK_RNR_RETRY_COUNT_AL           EHCA_BMASK_IBM(37, 37)
 
 210 #define MQPCB_RNR_RETRY_COUNT_AL                EHCA_BMASK_IBM(29, 31)
 
 211 #define MQPCB_MASK_SOURCE_PATH_BITS_AL          EHCA_BMASK_IBM(38, 38)
 
 212 #define MQPCB_SOURCE_PATH_BITS_AL               EHCA_BMASK_IBM(25, 31)
 
 213 #define MQPCB_MASK_TRAFFIC_CLASS_AL             EHCA_BMASK_IBM(39, 39)
 
 214 #define MQPCB_TRAFFIC_CLASS_AL                  EHCA_BMASK_IBM(24, 31)
 
 215 #define MQPCB_MASK_HOP_LIMIT_AL                 EHCA_BMASK_IBM(40, 40)
 
 216 #define MQPCB_HOP_LIMIT_AL                      EHCA_BMASK_IBM(24, 31)
 
 217 #define MQPCB_MASK_SOURCE_GID_IDX_AL            EHCA_BMASK_IBM(41, 41)
 
 218 #define MQPCB_SOURCE_GID_IDX_AL                 EHCA_BMASK_IBM(24, 31)
 
 219 #define MQPCB_MASK_FLOW_LABEL_AL                EHCA_BMASK_IBM(42, 42)
 
 220 #define MQPCB_FLOW_LABEL_AL                     EHCA_BMASK_IBM(12, 31)
 
 221 #define MQPCB_MASK_DEST_GID_AL                  EHCA_BMASK_IBM(44, 44)
 
 222 #define MQPCB_MASK_MAX_NR_OUTST_SEND_WR         EHCA_BMASK_IBM(45, 45)
 
 223 #define MQPCB_MAX_NR_OUTST_SEND_WR              EHCA_BMASK_IBM(16, 31)
 
 224 #define MQPCB_MASK_MAX_NR_OUTST_RECV_WR         EHCA_BMASK_IBM(46, 46)
 
 225 #define MQPCB_MAX_NR_OUTST_RECV_WR              EHCA_BMASK_IBM(16, 31)
 
 226 #define MQPCB_MASK_DISABLE_ETE_CREDIT_CHECK     EHCA_BMASK_IBM(47, 47)
 
 227 #define MQPCB_DISABLE_ETE_CREDIT_CHECK          EHCA_BMASK_IBM(31, 31)
 
 228 #define MQPCB_QP_NUMBER                         EHCA_BMASK_IBM( 8, 31)
 
 229 #define MQPCB_MASK_QP_ENABLE                    EHCA_BMASK_IBM(48, 48)
 
 230 #define MQPCB_QP_ENABLE                         EHCA_BMASK_IBM(31, 31)
 
 231 #define MQPCB_MASK_CURR_SRQ_LIMIT               EHCA_BMASK_IBM(49, 49)
 
 232 #define MQPCB_CURR_SRQ_LIMIT                    EHCA_BMASK_IBM(16, 31)
 
 233 #define MQPCB_MASK_QP_AFF_ASYN_EV_LOG_REG       EHCA_BMASK_IBM(50, 50)
 
 234 #define MQPCB_MASK_SHARED_RQ_HNDL               EHCA_BMASK_IBM(51, 51)
 
 236 #endif /* __EHCA_CLASSES_PSERIES_H__ */