aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/qlnx/qlnxe/roce_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/qlnx/qlnxe/roce_common.h')
-rw-r--r--sys/dev/qlnx/qlnxe/roce_common.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/qlnx/qlnxe/roce_common.h b/sys/dev/qlnx/qlnxe/roce_common.h
index 0a532747eaa9..2e46cddb55de 100644
--- a/sys/dev/qlnx/qlnxe/roce_common.h
+++ b/sys/dev/qlnx/qlnxe/roce_common.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017-2018 Cavium, Inc.
+ * Copyright (c) 2017-2018 Cavium, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -64,6 +64,9 @@ enum roce_async_events_type
ROCE_ASYNC_EVENT_CQ_OVERFLOW_ERR,
ROCE_ASYNC_EVENT_SRQ_EMPTY,
ROCE_ASYNC_EVENT_DESTROY_QP_DONE,
+ ROCE_ASYNC_EVENT_XRC_DOMAIN_ERR,
+ ROCE_ASYNC_EVENT_INVALID_XRCETH_ERR,
+ ROCE_ASYNC_EVENT_XRC_SRQ_CATASTROPHIC_ERR,
MAX_ROCE_ASYNC_EVENTS_TYPE
};