Searched refs:ibv_ah (Results 1 - 16 of 16) sorted by relevance

/freebsd-12-stable/contrib/ofed/libmlx4/
H A Dmlx4.h253 struct ibv_ah ibv_ah; member in struct:mlx4_ah
341 static inline struct mlx4_ah *to_mah(struct ibv_ah *ibah)
452 struct ibv_ah *mlx4_create_ah(struct ibv_pd *pd, struct ibv_ah_attr *attr);
453 int mlx4_destroy_ah(struct ibv_ah *ah);
H A Dverbs.c1186 struct ibv_ah *mlx4_create_ah(struct ibv_pd *pd, struct ibv_ah_attr *attr)
1247 return &ah->ibv_ah;
1250 int mlx4_destroy_ah(struct ibv_ah *ah)
/freebsd-12-stable/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.c647 struct ibv_ah *c4iw_create_ah(struct ibv_pd *pd, struct ibv_ah_attr *attr)
652 int c4iw_destroy_ah(struct ibv_ah *ah)
/freebsd-12-stable/contrib/ofed/libmlx5/
H A Dmlx5.h425 struct ibv_ah ibv_ah; member in struct:mlx5_ah
524 static inline struct mlx5_ah *to_mah(struct ibv_ah *ibah)
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.c1633 struct ibv_ah *mlx5_create_ah(struct ibv_pd *pd, struct ibv_ah_attr *attr)
1698 if (ibv_cmd_create_ah(pd, &ah->ibv_ah, attr, &resp.ibv_resp, sizeof(resp)))
1712 return &ah->ibv_ah;
1718 int mlx5_destroy_ah(struct ibv_ah *ah)
/freebsd-12-stable/contrib/ofed/libibverbs/
H A Ddriver.h267 int ibv_cmd_create_ah(struct ibv_pd *pd, struct ibv_ah *ah,
271 int ibv_cmd_destroy_ah(struct ibv_ah *ah);
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);
627 struct ibv_ah *__ibv_create_ah(struct ibv_pd *pd, struct ibv_ah_attr *attr)
629 struct ibv_ah *ah = pd->context->ops.create_ah(pd, attr);
886 struct ibv_ah *ibv_create_ah_from_wc(struct ibv_pd *pd, struct ibv_wc *wc,
899 int __ibv_destroy_ah(struct ibv_ah *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);
2283 struct ibv_ah *ibv_create_ah(struct ibv_pd *pd, struct ibv_ah_attr *attr);
2312 struct ibv_ah *ibv_create_ah_from_wc(struct ibv_pd *pd, struct ibv_wc *wc,
2318 int ibv_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;
H A Dcmd.c1582 int ibv_cmd_create_ah(struct ibv_pd *pd, struct ibv_ah *ah,
1615 int ibv_cmd_destroy_ah(struct ibv_ah *ah)
/freebsd-12-stable/contrib/ofed/librdmacm/
H A Drdma_verbs.h229 struct ibv_ah *ah, uint32_t remote_qpn)
H A Drsocket.c278 struct ibv_ah *ah;
/freebsd-12-stable/contrib/ofed/librdmacm/examples/
H A Dmckey.c56 struct ibv_ah *ah;
H A Dudaddy.c54 struct ibv_ah *ah;
/freebsd-12-stable/contrib/ofed/libibverbs/examples/
H A Dud_pingpong.c64 struct ibv_ah *ah;

Completed in 283 milliseconds