Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | _MPI_VERSION_STRUCT |
union | _MPI_VERSION_FORMAT |
struct | _SGE_SIMPLE32 |
struct | _SGE_SIMPLE64 |
struct | _SGE_SIMPLE_UNION |
struct | _SGE_CHAIN32 |
struct | _SGE_CHAIN64 |
struct | _SGE_CHAIN_UNION |
struct | _SGE_TRANSACTION32 |
struct | _SGE_TRANSACTION64 |
struct | _SGE_TRANSACTION96 |
struct | _SGE_TRANSACTION128 |
struct | _SGE_TRANSACTION_UNION |
struct | _SGE_IO_UNION |
struct | _SGE_TRANS_SIMPLE_UNION |
struct | _SGE_MPI_UNION |
struct | _MSG_REQUEST_HEADER |
struct | _MSG_DEFAULT_REPLY |
#define MPI_DOORBELL_USED (MPI_DOORBELL_ACTIVE) |
#define MPI_GET_CHAIN_OFFSET | ( | x | ) | ((x&MPI_SGE_CHAIN_OFFSET_MASK)>>MPI_SGE_CHAIN_OFFSET_SHIFT) |
#define MPI_GET_CONTEXT_REPLY_TYPE | ( | x | ) |
#define MPI_HEADER_VERSION ((MPI_HEADER_VERSION_UNIT << 8) | MPI_HEADER_VERSION_DEV) |
#define MPI_IOCSTATUS_TARGET_FC_ABORTED (0x0066) /* obsolete */ |
#define MPI_IOCSTATUS_TARGET_FC_DID_INVALID (0x0068) /* obsolete */ |
#define MPI_IOCSTATUS_TARGET_FC_NODE_LOGGED_OUT (0x0069) /* obsolete */ |
#define MPI_IOCSTATUS_TARGET_FC_RX_ID_INVALID (0x0067) /* obsolete */ |
#define MPI_IOCSTATUS_TARGET_INVALID_IOCINDEX (0x0062) /* obsolete name */ |
#define MPI_pSGE_GET_FLAGS | ( | psg | ) | MPI_SGE_GET_FLAGS((psg)->FlagsLength) |
#define MPI_pSGE_GET_LENGTH | ( | psg | ) | MPI_SGE_LENGTH((psg)->FlagsLength) |
#define MPI_pSGE_SET_FLAGS | ( | psg, | |
f | |||
) | (psg)->FlagsLength |= MPI_SGE_SET_FLAGS(f) |
#define MPI_pSGE_SET_FLAGS_LENGTH | ( | psg, | |
f, | |||
l | |||
) | (psg)->FlagsLength = MPI_SGE_SET_FLAGS_LENGTH(f,l) |
#define MPI_pSGE_SET_LENGTH | ( | psg, | |
l | |||
) | (psg)->FlagsLength |= MPI_SGE_LENGTH(l) |
#define MPI_SET_CONTEXT_REPLY_TYPE | ( | x, | |
typ | |||
) |
#define MPI_SGE_CHAIN_LENGTH | ( | fl | ) | ((fl) & MPI_SGE_CHAIN_LENGTH_MASK) |
#define MPI_SGE_GET_FLAGS | ( | fl | ) | (((fl) & ~MPI_SGE_LENGTH_MASK) >> MPI_SGE_FLAGS_SHIFT) |
#define MPI_SGE_LENGTH | ( | fl | ) | ((fl) & MPI_SGE_LENGTH_MASK) |
#define MPI_SGE_SET_FLAGS | ( | f | ) | ((U32)(f) << MPI_SGE_FLAGS_SHIFT) |
#define MPI_SGE_SET_FLAGS_LENGTH | ( | f, | |
l | |||
) | (MPI_SGE_SET_FLAGS(f) | MPI_SGE_LENGTH(l)) |
#define MPI_VERSION |
typedef struct _SGE_MPI_UNION MPI_SGE_UNION_t |
typedef union _MPI_VERSION_FORMAT MPI_VERSION_FORMAT |
typedef struct _MSG_REQUEST_HEADER MPIHeader_t |
typedef union _MPI_VERSION_FORMAT MpiVersionFormat_t |
typedef struct _SGE_MPI_UNION pMPI_SGE_UNION_t |
typedef struct _MSG_REQUEST_HEADER pMPIHeader_t |
typedef union _MPI_VERSION_FORMAT pMpiVersionFormat_t |
typedef struct _SGE_MPI_UNION pSGEAllUnion_t |
typedef struct _SGE_CHAIN32 pSGEChain32_t |
typedef struct _SGE_CHAIN64 pSGEChain64_t |
typedef struct _SGE_CHAIN_UNION pSGEChainUnion_t |
typedef struct _SGE_IO_UNION pSGEIOUnion_t |
typedef struct _SGE_SIMPLE32 pSGESimple32_t |
typedef struct _SGE_SIMPLE64 pSGESimple64_t |
typedef struct _SGE_SIMPLE_UNION pSGESimpleUnion_t |
typedef union _MPI_VERSION_FORMAT PTR_MPI_VERSION_FORMAT |
typedef struct _SGE_CHAIN32 PTR_SGE_CHAIN32 |
typedef struct _SGE_CHAIN64 PTR_SGE_CHAIN64 |
typedef struct _SGE_IO_UNION PTR_SGE_IO_UNION |
typedef struct _SGE_MPI_UNION PTR_SGE_MPI_UNION |
typedef struct _SGE_SIMPLE32 PTR_SGE_SIMPLE32 |
typedef struct _SGE_SIMPLE64 PTR_SGE_SIMPLE64 |
typedef struct _SGE_CHAIN32 SGE_CHAIN32 |
typedef struct _SGE_CHAIN64 SGE_CHAIN64 |
typedef struct _SGE_CHAIN_UNION SGE_CHAIN_UNION |
typedef struct _SGE_IO_UNION SGE_IO_UNION |
typedef struct _SGE_MPI_UNION SGE_MPI_UNION |
typedef struct _SGE_SIMPLE32 SGE_SIMPLE32 |
typedef struct _SGE_SIMPLE64 SGE_SIMPLE64 |
typedef struct _SGE_SIMPLE_UNION SGE_SIMPLE_UNION |
typedef struct _SGE_MPI_UNION SGEAllUnion_t |
typedef struct _SGE_CHAIN32 SGEChain32_t |
typedef struct _SGE_CHAIN64 SGEChain64_t |
typedef struct _SGE_CHAIN_UNION SGEChainUnion_t |
typedef struct _SGE_IO_UNION SGEIOUnion_t |
typedef struct _SGE_SIMPLE32 SGESimple32_t |
typedef struct _SGE_SIMPLE64 SGESimple64_t |
typedef struct _SGE_SIMPLE_UNION SGESimpleUnion_t |