Go to the documentation of this file.
36 #ifndef __IB_MAD_PRIV_H__
37 #define __IB_MAD_PRIV_H__
46 #define PFX "ib_mad: "
48 #define IB_MAD_QPS_CORE 2
51 #define IB_MAD_QP_SEND_SIZE 128
52 #define IB_MAD_QP_RECV_SIZE 512
53 #define IB_MAD_QP_MIN_SIZE 64
54 #define IB_MAD_QP_MAX_SIZE 8192
55 #define IB_MAD_SEND_REQ_MAX_SG 2
56 #define IB_MAD_RECV_REQ_MAX_SG 1
58 #define IB_MAD_SEND_Q_PSN 0
61 #define MAX_MGMT_CLASS 80
62 #define MAX_MGMT_VERSION 8
63 #define MAX_MGMT_OUI 8
64 #define MAX_MGMT_VENDOR_RANGE2 (IB_MGMT_CLASS_VENDOR_RANGE2_END - \
65 IB_MGMT_CLASS_VENDOR_RANGE2_START + 1)