Lines Matching +full:0 +full:x80010000
49 #define OPA_MGMT_BASE_VERSION 0x80
51 #define OPA_SMP_CLASS_VERSION 0x80
54 #define IB_MGMT_CLASS_SUBN_LID_ROUTED 0x01
55 #define IB_MGMT_CLASS_SUBN_DIRECTED_ROUTE 0x81
56 #define IB_MGMT_CLASS_SUBN_ADM 0x03
57 #define IB_MGMT_CLASS_PERF_MGMT 0x04
58 #define IB_MGMT_CLASS_BM 0x05
59 #define IB_MGMT_CLASS_DEVICE_MGMT 0x06
60 #define IB_MGMT_CLASS_CM 0x07
61 #define IB_MGMT_CLASS_SNMP 0x08
62 #define IB_MGMT_CLASS_DEVICE_ADM 0x10
63 #define IB_MGMT_CLASS_BOOT_MGMT 0x11
64 #define IB_MGMT_CLASS_BIS 0x12
65 #define IB_MGMT_CLASS_CONG_MGMT 0x21
66 #define IB_MGMT_CLASS_VENDOR_RANGE2_START 0x30
67 #define IB_MGMT_CLASS_VENDOR_RANGE2_END 0x4F
69 #define IB_OPENIB_OUI (0x001405)
72 #define IB_MGMT_METHOD_GET 0x01
73 #define IB_MGMT_METHOD_SET 0x02
74 #define IB_MGMT_METHOD_GET_RESP 0x81
75 #define IB_MGMT_METHOD_SEND 0x03
76 #define IB_MGMT_METHOD_TRAP 0x05
77 #define IB_MGMT_METHOD_REPORT 0x06
78 #define IB_MGMT_METHOD_REPORT_RESP 0x86
79 #define IB_MGMT_METHOD_TRAP_REPRESS 0x07
81 #define IB_MGMT_METHOD_RESP 0x80
87 #define IB_MGMT_MAD_STATUS_SUCCESS 0x0000
88 #define IB_MGMT_MAD_STATUS_BUSY 0x0001
89 #define IB_MGMT_MAD_STATUS_REDIRECT_REQD 0x0002
90 #define IB_MGMT_MAD_STATUS_BAD_VERSION 0x0004
91 #define IB_MGMT_MAD_STATUS_UNSUPPORTED_METHOD 0x0008
92 #define IB_MGMT_MAD_STATUS_UNSUPPORTED_METHOD_ATTRIB 0x000c
93 #define IB_MGMT_MAD_STATUS_INVALID_ATTRIB_VALUE 0x001c
107 #define IB_MGMT_RMPP_NO_RESPTIME 0x1F
109 #define IB_MGMT_RMPP_STATUS_SUCCESS 0
124 #define IB_QP0 0
126 #define IB_QP1_QKEY 0x80010000
127 #define IB_QP_SET_QKEY 0x80000000
129 #define IB_DEFAULT_PKEY_PARTIAL 0x7FFF
130 #define IB_DEFAULT_PKEY_FULL 0xFFFF
135 #define IB_NOTICE_TYPE_FATAL 0x80
136 #define IB_NOTICE_TYPE_URGENT 0x81
137 #define IB_NOTICE_TYPE_SECURITY 0x82
138 #define IB_NOTICE_TYPE_SM 0x83
139 #define IB_NOTICE_TYPE_INFO 0x84
242 #define IB_MGMT_CLASSPORTINFO_ATTR_ID cpu_to_be16(0x0001)
244 #define IB_CLASS_PORT_INFO_RESP_TIME_MASK 0x1F
446 return rmpp_hdr->rmpp_rtime_flags & 0x7; in ib_get_rmpp_flags()
466 rmpp_hdr->rmpp_rtime_flags = (rmpp_hdr->rmpp_rtime_flags & 0xF8) | in ib_set_rmpp_flags()
467 (flags & 0x7); in ib_set_rmpp_flags()
597 * receive unsolicited MADs, otherwise it should be 0.
601 * in the range from 0x30 to 0x4f. Otherwise not used.
624 * If set to 0, indicates that RMPP is not used by this client.
740 * If set to 0, indicates that RMPP is not used by this client.