diff options
Diffstat (limited to 'drivers/infiniband/core/uverbs.h')
-rw-r--r-- | drivers/infiniband/core/uverbs.h | 8 |
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); | |||
140 | IB_UVERBS_DECLARE_CMD(dereg_mr); | 141 | IB_UVERBS_DECLARE_CMD(dereg_mr); |
141 | IB_UVERBS_DECLARE_CMD(create_comp_channel); | 142 | IB_UVERBS_DECLARE_CMD(create_comp_channel); |
142 | IB_UVERBS_DECLARE_CMD(create_cq); | 143 | IB_UVERBS_DECLARE_CMD(create_cq); |
144 | IB_UVERBS_DECLARE_CMD(poll_cq); | ||
145 | IB_UVERBS_DECLARE_CMD(req_notify_cq); | ||
143 | IB_UVERBS_DECLARE_CMD(destroy_cq); | 146 | IB_UVERBS_DECLARE_CMD(destroy_cq); |
144 | IB_UVERBS_DECLARE_CMD(create_qp); | 147 | IB_UVERBS_DECLARE_CMD(create_qp); |
145 | IB_UVERBS_DECLARE_CMD(modify_qp); | 148 | IB_UVERBS_DECLARE_CMD(modify_qp); |
146 | IB_UVERBS_DECLARE_CMD(destroy_qp); | 149 | IB_UVERBS_DECLARE_CMD(destroy_qp); |
150 | IB_UVERBS_DECLARE_CMD(post_send); | ||
151 | IB_UVERBS_DECLARE_CMD(post_recv); | ||
152 | IB_UVERBS_DECLARE_CMD(post_srq_recv); | ||
153 | IB_UVERBS_DECLARE_CMD(create_ah); | ||
154 | IB_UVERBS_DECLARE_CMD(destroy_ah); | ||
147 | IB_UVERBS_DECLARE_CMD(attach_mcast); | 155 | IB_UVERBS_DECLARE_CMD(attach_mcast); |
148 | IB_UVERBS_DECLARE_CMD(detach_mcast); | 156 | IB_UVERBS_DECLARE_CMD(detach_mcast); |
149 | IB_UVERBS_DECLARE_CMD(create_srq); | 157 | IB_UVERBS_DECLARE_CMD(create_srq); |