Go to the documentation of this file.
74 #define LINK_SERVICE_BUFFER_POST_FLAGS_PORT_MASK (0x01)
114 #define MPI_LS_BUF_POST_REPLY_FLAG_NO_RSP_NEEDED (0x80)
116 #define MPI_FC_DID_MASK (0x00FFFFFF)
117 #define MPI_FC_DID_SHIFT (0)
118 #define MPI_FC_RCTL_MASK (0xFF000000)
119 #define MPI_FC_RCTL_SHIFT (24)
120 #define MPI_FC_SID_MASK (0x00FFFFFF)
121 #define MPI_FC_SID_SHIFT (0)
122 #define MPI_FC_CSCTL_MASK (0xFF000000)
123 #define MPI_FC_CSCTL_SHIFT (24)
124 #define MPI_FC_FCTL_MASK (0x00FFFFFF)
125 #define MPI_FC_FCTL_SHIFT (0)
126 #define MPI_FC_TYPE_MASK (0xFF000000)
127 #define MPI_FC_TYPE_SHIFT (24)
130 #define FCP_TARGET_DID_MASK (0x00FFFFFF)
131 #define FCP_TARGET_DID_SHIFT (0)
132 #define FCP_TARGET_RCTL_MASK (0xFF000000)
133 #define FCP_TARGET_RCTL_SHIFT (24)
134 #define FCP_TARGET_SID_MASK (0x00FFFFFF)
135 #define FCP_TARGET_SID_SHIFT (0)
136 #define FCP_TARGET_CSCTL_MASK (0xFF000000)
137 #define FCP_TARGET_CSCTL_SHIFT (24)
138 #define FCP_TARGET_FCTL_MASK (0x00FFFFFF)
139 #define FCP_TARGET_FCTL_SHIFT (0)
140 #define FCP_TARGET_TYPE_MASK (0xFF000000)
141 #define FCP_TARGET_TYPE_SHIFT (24)
171 #define LINK_SERVICE_RSP_FLAGS_IMMEDIATE (0x80)
172 #define LINK_SERVICE_RSP_FLAGS_PORT_MASK (0x01)
210 #define EX_LINK_SERVICE_SEND_DID_MASK (0x00FFFFFF)
211 #define EX_LINK_SERVICE_SEND_DID_SHIFT (0)
212 #define EX_LINK_SERVICE_SEND_MSGFLAGS_MASK (0xFF000000)
213 #define EX_LINK_SERVICE_SEND_MSGFLAGS_SHIFT (24)
252 #define FC_ABORT_FLAG_PORT_MASK (0x01)
254 #define FC_ABORT_TYPE_ALL_FC_BUFFERS (0x00)
255 #define FC_ABORT_TYPE_EXACT_FC_BUFFER (0x01)
256 #define FC_ABORT_TYPE_CT_SEND_REQUEST (0x02)
257 #define FC_ABORT_TYPE_EXLINKSEND_REQUEST (0x03)
296 #define MPI_FC_CT_SEND_DID_MASK (0x00FFFFFF)
297 #define MPI_FC_CT_SEND_DID_SHIFT (0)
298 #define MPI_FC_CT_SEND_MSGFLAGS_MASK (0xFF000000)
299 #define MPI_FC_CT_SEND_MSGFLAGS_SHIFT (24)
339 #define MPI_FC_PRIM_SEND_FLAGS_PORT_MASK (0x01)
340 #define MPI_FC_PRIM_SEND_FLAGS_ML_RESET_LINK (0x02)
341 #define MPI_FC_PRIM_SEND_FLAGS_RESET_LINK (0x04)
342 #define MPI_FC_PRIM_SEND_FLAGS_STOP_SEND (0x08)
343 #define MPI_FC_PRIM_SEND_FLAGS_SEND_ONCE (0x10)
344 #define MPI_FC_PRIM_SEND_FLAGS_SEND_AROUND (0x20)
345 #define MPI_FC_PRIM_SEND_FLAGS_UNTIL_FULL (0x40)
346 #define MPI_FC_PRIM_SEND_FLAGS_FOREVER (0x80)