Home
last modified time | relevance | path

Searched refs:ibv_ah (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/ofed/libirdma/
H A Dirdma_umain.h71 struct ibv_ah ibv_ah; member
189 struct ibv_ah *irdma_ucreate_ah(struct ibv_pd *ibpd, struct ibv_ah_attr *attr);
190 int irdma_udestroy_ah(struct ibv_ah *ibah);
H A Dirdma_uverbs.c1719 struct irdma_uah, ibv_ah); in irdma_upost_send()
1890 struct ibv_ah *
1909 err = ibv_cmd_create_ah(ibpd, &ah->ibv_ah, attr, &resp.ibv_resp, in irdma_ucreate_ah()
1919 return &ah->ibv_ah; in irdma_ucreate_ah()
1927 irdma_udestroy_ah(struct ibv_ah *ibah) in irdma_udestroy_ah()
1932 ah = container_of(ibah, struct irdma_uah, ibv_ah); in irdma_udestroy_ah()
/freebsd/contrib/ofed/libmlx4/
H A Dmlx4.h253 struct ibv_ah ibv_ah; member
341 static inline struct mlx4_ah *to_mah(struct ibv_ah *ibah) in to_mah()
453 struct ibv_ah *mlx4_create_ah(struct ibv_pd *pd, struct ibv_ah_attr *attr);
454 int mlx4_destroy_ah(struct ibv_ah *ah);
H A Dverbs.c1202 struct ibv_ah *mlx4_create_ah(struct ibv_pd *pd, struct ibv_ah_attr *attr) in mlx4_create_ah()
1263 return &ah->ibv_ah; in mlx4_create_ah()
1266 int mlx4_destroy_ah(struct ibv_ah *ah) in mlx4_destroy_ah()
/freebsd/contrib/ofed/libmlx5/
H A Dmlx5.h425 struct ibv_ah ibv_ah; member
524 static inline struct mlx5_ah *to_mah(struct ibv_ah *ibah) in to_mah()
654 struct ibv_ah *mlx5_create_ah(struct ibv_pd *pd, struct ibv_ah_attr *attr);
655 int mlx5_destroy_ah(struct ibv_ah *ah);
H A Dverbs.c1659 struct ibv_ah *mlx5_create_ah(struct ibv_pd *pd, struct ibv_ah_attr *attr) in mlx5_create_ah()
1724 if (ibv_cmd_create_ah(pd, &ah->ibv_ah, attr, &resp.ibv_resp, sizeof(resp))) in mlx5_create_ah()
1738 return &ah->ibv_ah; in mlx5_create_ah()
1744 int mlx5_destroy_ah(struct ibv_ah *ah) in mlx5_destroy_ah()
/freebsd/contrib/ofed/libcxgb4/
H A Dlibcxgb4.h221 struct ibv_ah *c4iw_create_ah(struct ibv_pd *pd,
223 int c4iw_destroy_ah(struct ibv_ah *ah);
H A Dverbs.c662 struct ibv_ah *c4iw_create_ah(struct ibv_pd *pd, struct ibv_ah_attr *attr) in c4iw_create_ah()
667 int c4iw_destroy_ah(struct ibv_ah *ah) in c4iw_destroy_ah()
/freebsd/contrib/ofed/libibverbs/
H A Dverbs.c95 struct ibv_ah *__ibv_create_ah(struct ibv_pd *pd, struct ibv_ah_attr *attr);
96 int __ibv_destroy_ah(struct ibv_ah *ah);
649 struct ibv_ah *__ibv_create_ah(struct ibv_pd *pd, struct ibv_ah_attr *attr) in __ibv_create_ah()
651 struct ibv_ah *ah = pd->context->ops.create_ah(pd, attr); in __ibv_create_ah()
908 struct ibv_ah *ibv_create_ah_from_wc(struct ibv_pd *pd, struct ibv_wc *wc, in ibv_create_ah_from_wc()
921 int __ibv_destroy_ah(struct ibv_ah *ah) in __ibv_destroy_ah()
H A Dverbs.h961 struct ibv_ah *ah;
1205 struct ibv_ah { struct
1453 struct ibv_ah * (*create_ah)(struct ibv_pd *pd, struct ibv_ah_attr *attr);
1454 int (*destroy_ah)(struct ibv_ah *ah);
2280 struct ibv_ah *ibv_create_ah(struct ibv_pd *pd, struct ibv_ah_attr *attr);
2309 struct ibv_ah *ibv_create_ah_from_wc(struct ibv_pd *pd, struct ibv_wc *wc,
2315 int ibv_destroy_ah(struct ibv_ah *ah);
H A Ddriver.h270 int ibv_cmd_create_ah(struct ibv_pd *pd, struct ibv_ah *ah,
274 int ibv_cmd_destroy_ah(struct ibv_ah *ah);
H A Dcompat-1_0.c155 struct ibv_ah *real_ah;
209 struct ibv_ah * (*create_ah)(struct ibv_pd *pd, struct ibv_ah_attr *attr);
210 int (*destroy_ah)(struct ibv_ah *ah);
956 struct ibv_ah *real_ah; in __ibv_create_ah_1_0()
H A Dcmd.c1661 int ibv_cmd_create_ah(struct ibv_pd *pd, struct ibv_ah *ah, in ibv_cmd_create_ah()
1694 int ibv_cmd_destroy_ah(struct ibv_ah *ah) in ibv_cmd_destroy_ah()
/freebsd/contrib/ofed/librdmacm/
H A Drdma_verbs.h229 struct ibv_ah *ah, uint32_t remote_qpn) in rdma_post_ud_send()
H A Drsocket.c278 struct ibv_ah *ah;
/freebsd/contrib/ofed/librdmacm/examples/
H A Dmckey.c56 struct ibv_ah *ah;
H A Dudaddy.c54 struct ibv_ah *ah;
/freebsd/contrib/ofed/libibverbs/examples/
H A Dud_pingpong.c64 struct ibv_ah *ah;