aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/uverbs.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/infiniband/core/uverbs.h')
-rw-r--r--drivers/infiniband/core/uverbs.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/infiniband/core/uverbs.h b/drivers/infiniband/core/uverbs.h
index 475153e510a..63c8085c0c9 100644
--- a/drivers/infiniband/core/uverbs.h
+++ b/drivers/infiniband/core/uverbs.h
@@ -3,6 +3,7 @@
3 * Copyright (c) 2005 Cisco Systems. All rights reserved. 3 * Copyright (c) 2005 Cisco Systems. All rights reserved.
4 * Copyright (c) 2005 Mellanox Technologies. All rights reserved. 4 * Copyright (c) 2005 Mellanox Technologies. All rights reserved.
5 * Copyright (c) 2005 Voltaire, Inc. All rights reserved. 5 * Copyright (c) 2005 Voltaire, Inc. All rights reserved.
6 * Copyright (c) 2005 PathScale, Inc. All rights reserved.
6 * 7 *
7 * This software is available to you under a choice of one of two 8 * This software is available to you under a choice of one of two
8 * licenses. You may choose to be licensed under the terms of the GNU 9 * licenses. You may choose to be licensed under the terms of the GNU
@@ -140,10 +141,17 @@ IB_UVERBS_DECLARE_CMD(reg_mr);
140IB_UVERBS_DECLARE_CMD(dereg_mr); 141IB_UVERBS_DECLARE_CMD(dereg_mr);
141IB_UVERBS_DECLARE_CMD(create_comp_channel); 142IB_UVERBS_DECLARE_CMD(create_comp_channel);
142IB_UVERBS_DECLARE_CMD(create_cq); 143IB_UVERBS_DECLARE_CMD(create_cq);
144IB_UVERBS_DECLARE_CMD(poll_cq);
145IB_UVERBS_DECLARE_CMD(req_notify_cq);
143IB_UVERBS_DECLARE_CMD(destroy_cq); 146IB_UVERBS_DECLARE_CMD(destroy_cq);
144IB_UVERBS_DECLARE_CMD(create_qp); 147IB_UVERBS_DECLARE_CMD(create_qp);
145IB_UVERBS_DECLARE_CMD(modify_qp); 148IB_UVERBS_DECLARE_CMD(modify_qp);
146IB_UVERBS_DECLARE_CMD(destroy_qp); 149IB_UVERBS_DECLARE_CMD(destroy_qp);
150IB_UVERBS_DECLARE_CMD(post_send);
151IB_UVERBS_DECLARE_CMD(post_recv);
152IB_UVERBS_DECLARE_CMD(post_srq_recv);
153IB_UVERBS_DECLARE_CMD(create_ah);
154IB_UVERBS_DECLARE_CMD(destroy_ah);
147IB_UVERBS_DECLARE_CMD(attach_mcast); 155IB_UVERBS_DECLARE_CMD(attach_mcast);
148IB_UVERBS_DECLARE_CMD(detach_mcast); 156IB_UVERBS_DECLARE_CMD(detach_mcast);
149IB_UVERBS_DECLARE_CMD(create_srq); 157IB_UVERBS_DECLARE_CMD(create_srq);