diff options
Diffstat (limited to 'drivers/infiniband/core/uverbs.h')
-rw-r--r-- | drivers/infiniband/core/uverbs.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/infiniband/core/uverbs.h b/drivers/infiniband/core/uverbs.h index f7eecbc6af6c..3372d67ff139 100644 --- a/drivers/infiniband/core/uverbs.h +++ b/drivers/infiniband/core/uverbs.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (c) 2005 Topspin Communications. All rights reserved. | 2 | * Copyright (c) 2005 Topspin Communications. All rights reserved. |
3 | * Copyright (c) 2005 Cisco Systems. All rights reserved. | 3 | * Copyright (c) 2005, 2006 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 | * Copyright (c) 2005 PathScale, Inc. All rights reserved. |
@@ -178,10 +178,12 @@ IB_UVERBS_DECLARE_CMD(reg_mr); | |||
178 | IB_UVERBS_DECLARE_CMD(dereg_mr); | 178 | IB_UVERBS_DECLARE_CMD(dereg_mr); |
179 | IB_UVERBS_DECLARE_CMD(create_comp_channel); | 179 | IB_UVERBS_DECLARE_CMD(create_comp_channel); |
180 | IB_UVERBS_DECLARE_CMD(create_cq); | 180 | IB_UVERBS_DECLARE_CMD(create_cq); |
181 | IB_UVERBS_DECLARE_CMD(resize_cq); | ||
181 | IB_UVERBS_DECLARE_CMD(poll_cq); | 182 | IB_UVERBS_DECLARE_CMD(poll_cq); |
182 | IB_UVERBS_DECLARE_CMD(req_notify_cq); | 183 | IB_UVERBS_DECLARE_CMD(req_notify_cq); |
183 | IB_UVERBS_DECLARE_CMD(destroy_cq); | 184 | IB_UVERBS_DECLARE_CMD(destroy_cq); |
184 | IB_UVERBS_DECLARE_CMD(create_qp); | 185 | IB_UVERBS_DECLARE_CMD(create_qp); |
186 | IB_UVERBS_DECLARE_CMD(query_qp); | ||
185 | IB_UVERBS_DECLARE_CMD(modify_qp); | 187 | IB_UVERBS_DECLARE_CMD(modify_qp); |
186 | IB_UVERBS_DECLARE_CMD(destroy_qp); | 188 | IB_UVERBS_DECLARE_CMD(destroy_qp); |
187 | IB_UVERBS_DECLARE_CMD(post_send); | 189 | IB_UVERBS_DECLARE_CMD(post_send); |
@@ -193,6 +195,7 @@ IB_UVERBS_DECLARE_CMD(attach_mcast); | |||
193 | IB_UVERBS_DECLARE_CMD(detach_mcast); | 195 | IB_UVERBS_DECLARE_CMD(detach_mcast); |
194 | IB_UVERBS_DECLARE_CMD(create_srq); | 196 | IB_UVERBS_DECLARE_CMD(create_srq); |
195 | IB_UVERBS_DECLARE_CMD(modify_srq); | 197 | IB_UVERBS_DECLARE_CMD(modify_srq); |
198 | IB_UVERBS_DECLARE_CMD(query_srq); | ||
196 | IB_UVERBS_DECLARE_CMD(destroy_srq); | 199 | IB_UVERBS_DECLARE_CMD(destroy_srq); |
197 | 200 | ||
198 | #endif /* UVERBS_H */ | 201 | #endif /* UVERBS_H */ |