Lines Matching +full:0 +full:x80010000

20 #define OPA_MGMT_BASE_VERSION			0x80
22 #define OPA_SM_CLASS_VERSION 0x80
25 #define IB_MGMT_CLASS_SUBN_LID_ROUTED 0x01
26 #define IB_MGMT_CLASS_SUBN_DIRECTED_ROUTE 0x81
27 #define IB_MGMT_CLASS_SUBN_ADM 0x03
28 #define IB_MGMT_CLASS_PERF_MGMT 0x04
29 #define IB_MGMT_CLASS_BM 0x05
30 #define IB_MGMT_CLASS_DEVICE_MGMT 0x06
31 #define IB_MGMT_CLASS_CM 0x07
32 #define IB_MGMT_CLASS_SNMP 0x08
33 #define IB_MGMT_CLASS_DEVICE_ADM 0x10
34 #define IB_MGMT_CLASS_BOOT_MGMT 0x11
35 #define IB_MGMT_CLASS_BIS 0x12
36 #define IB_MGMT_CLASS_CONG_MGMT 0x21
37 #define IB_MGMT_CLASS_VENDOR_RANGE2_START 0x30
38 #define IB_MGMT_CLASS_VENDOR_RANGE2_END 0x4F
40 #define IB_OPENIB_OUI (0x001405)
43 #define IB_MGMT_METHOD_GET 0x01
44 #define IB_MGMT_METHOD_SET 0x02
45 #define IB_MGMT_METHOD_GET_RESP 0x81
46 #define IB_MGMT_METHOD_SEND 0x03
47 #define IB_MGMT_METHOD_TRAP 0x05
48 #define IB_MGMT_METHOD_REPORT 0x06
49 #define IB_MGMT_METHOD_REPORT_RESP 0x86
50 #define IB_MGMT_METHOD_TRAP_REPRESS 0x07
52 #define IB_MGMT_METHOD_RESP 0x80
58 #define IB_MGMT_MAD_STATUS_SUCCESS 0x0000
59 #define IB_MGMT_MAD_STATUS_BUSY 0x0001
60 #define IB_MGMT_MAD_STATUS_REDIRECT_REQD 0x0002
61 #define IB_MGMT_MAD_STATUS_BAD_VERSION 0x0004
62 #define IB_MGMT_MAD_STATUS_UNSUPPORTED_METHOD 0x0008
63 #define IB_MGMT_MAD_STATUS_UNSUPPORTED_METHOD_ATTRIB 0x000c
64 #define IB_MGMT_MAD_STATUS_INVALID_ATTRIB_VALUE 0x001c
78 #define IB_MGMT_RMPP_NO_RESPTIME 0x1F
80 #define IB_MGMT_RMPP_STATUS_SUCCESS 0
95 #define IB_QP0 0
97 #define IB_QP1_QKEY 0x80010000
98 #define IB_QP_SET_QKEY 0x80000000
100 #define IB_DEFAULT_PKEY_PARTIAL 0x7FFF
101 #define IB_DEFAULT_PKEY_FULL 0xFFFF
106 #define IB_NOTICE_TYPE_FATAL 0x80
107 #define IB_NOTICE_TYPE_URGENT 0x81
108 #define IB_NOTICE_TYPE_SECURITY 0x82
109 #define IB_NOTICE_TYPE_SM 0x83
110 #define IB_NOTICE_TYPE_INFO 0x84
213 #define IB_MGMT_CLASSPORTINFO_ATTR_ID cpu_to_be16(0x0001)
215 #define IB_CLASS_PORT_INFO_RESP_TIME_MASK 0x1F
273 IB_PORT_SET_NODE_DESC_SUP = 1 << 0,
501 return rmpp_hdr->rmpp_rtime_flags & 0x7; in ib_get_rmpp_flags()
521 rmpp_hdr->rmpp_rtime_flags = (rmpp_hdr->rmpp_rtime_flags & 0xF8) | in ib_set_rmpp_flags()
522 (flags & 0x7); in ib_set_rmpp_flags()
638 * receive unsolicited MADs, otherwise it should be 0.
642 * in the range from 0x30 to 0x4f. Otherwise not used.
665 * If set to 0, indicates that RMPP is not used by this client.
742 ib_modify_mad(send_buf, 0); in ib_cancel_mad()