|
@@ -2787,13 +2787,13 @@ struct ib_ah *ib_create_ah_from_wc(struct ib_pd *pd, const struct ib_wc *wc,
|
|
|
int rdma_modify_ah(struct ib_ah *ah, struct rdma_ah_attr *ah_attr);
|
|
|
|
|
|
/**
|
|
|
- * ib_query_ah - Queries the address vector associated with an address
|
|
|
+ * rdma_query_ah - Queries the address vector associated with an address
|
|
|
* handle.
|
|
|
* @ah: The address handle to query.
|
|
|
* @ah_attr: The address vector attributes associated with the address
|
|
|
* handle.
|
|
|
*/
|
|
|
-int ib_query_ah(struct ib_ah *ah, struct rdma_ah_attr *ah_attr);
|
|
|
+int rdma_query_ah(struct ib_ah *ah, struct rdma_ah_attr *ah_attr);
|
|
|
|
|
|
/**
|
|
|
* ib_destroy_ah - Destroys an address handle.
|