![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 or BSD-3-Clause */ 0002 /* 0003 * Copyright(c) 2016 Intel Corporation. 0004 */ 0005 0006 #ifndef DEF_RVTAH_H 0007 #define DEF_RVTAH_H 0008 0009 #include <rdma/rdma_vt.h> 0010 0011 int rvt_create_ah(struct ib_ah *ah, struct rdma_ah_init_attr *init_attr, 0012 struct ib_udata *udata); 0013 int rvt_destroy_ah(struct ib_ah *ibah, u32 destroy_flags); 0014 int rvt_modify_ah(struct ib_ah *ibah, struct rdma_ah_attr *ah_attr); 0015 int rvt_query_ah(struct ib_ah *ibah, struct rdma_ah_attr *ah_attr); 0016 0017 #endif /* DEF_RVTAH_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |