X-Git-Url: http://git.etherboot.org/mirror/winof/.git/blobdiff_plain/5c91e2a7d296960f254127f39fcd6593d10c08da..c43a0647159c0ab642e232f7999c68aca4c400cf:/ulp/libibverbs/include/infiniband/verbs.h?ds=sidebyside diff --git a/ulp/libibverbs/include/infiniband/verbs.h b/ulp/libibverbs/include/infiniband/verbs.h index b1e44890..780f938e 100644 --- a/ulp/libibverbs/include/infiniband/verbs.h +++ b/ulp/libibverbs/include/infiniband/verbs.h @@ -242,28 +242,29 @@ struct ibv_async_event enum ibv_wc_status { - IBV_WC_SUCCESS, - IBV_WC_LOC_LEN_ERR, - IBV_WC_LOC_QP_OP_ERR, - IBV_WC_LOC_PROT_ERR, - IBV_WC_WR_FLUSH_ERR, - IBV_WC_MW_BIND_ERR, - IBV_WC_REM_ACCESS_ERR, - IBV_WC_REM_OP_ERR, - IBV_WC_RNR_RETRY_EXC_ERR, - IBV_WC_RESP_TIMEOUT_ERR, - IBV_WC_REM_INV_REQ_ERR, - IBV_WC_BAD_RESP_ERR, - IBV_WC_LOC_ACCESS_ERR, - IBV_WC_GENERAL_ERR, - IBV_WC_FATAL_ERR, - IBV_WC_RETRY_EXC_ERR, - IBV_WC_REM_ABORT_ERR, - IBV_WC_LOC_EEC_OP_ERR, - IBV_WC_LOC_RDD_VIOL_ERR, - IBV_WC_REM_INV_RD_REQ_ERR, - IBV_WC_INV_EECN_ERR, - IBV_WC_INV_EEC_STATE_ERR + IBV_WC_SUCCESS = WvWcSuccess, + IBV_WC_LOC_LEN_ERR = WvWcLocalLengthError, + IBV_WC_LOC_QP_OP_ERR = WvWcLocalOpError, + IBV_WC_LOC_PROT_ERR = WvWcLocalProtectionError, + IBV_WC_WR_FLUSH_ERR = WvWcFlushed, + IBV_WC_MW_BIND_ERR = WvWcMwBindError, + IBV_WC_REM_ACCESS_ERR = WvWcRemoteAccessError, + IBV_WC_REM_OP_ERR = WvWcRemoteOpError, + IBV_WC_RNR_RETRY_EXC_ERR = WvWcRnrRetryError, + IBV_WC_RESP_TIMEOUT_ERR = WvWcTimeoutRetryError, + IBV_WC_REM_INV_REQ_ERR = WvWcRemoteInvalidRequest, + IBV_WC_BAD_RESP_ERR = WvWcBadResponse, + IBV_WC_LOC_ACCESS_ERR = WvWcLocalAccessError, + IBV_WC_GENERAL_ERR = WvWcError, + IBV_WC_FATAL_ERR = WvWcError, + IBV_WC_RETRY_EXC_ERR = WvWcError, + IBV_WC_REM_ABORT_ERR = WvWcError, + IBV_WC_LOC_EEC_OP_ERR = WvWcError, + IBV_WC_LOC_RDD_VIOL_ERR = WvWcError, + IBV_WC_REM_INV_RD_REQ_ERR = WvWcError, + IBV_WC_INV_EECN_ERR = WvWcError, + IBV_WC_INV_EEC_STATE_ERR = WvWcError + }; __declspec(dllexport)