Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/ofed/libmlx4/fixes/
Drocee_add_support.patch27 struct ibv_ah ibv_ah;
74 struct ibv_ah *mlx4_create_ah(struct ibv_pd *pd, struct ibv_ah_attr *attr)
89 @@ -668,7 +670,32 @@ struct ibv_ah *mlx4_create_ah(struct ibv
115 return &ah->ibv_ah;
121 int mlx4_destroy_ah(struct ibv_ah *ah)
Dxrc_consolidated_v2.patch263 @@ -304,6 +333,13 @@ static inline struct mlx4_ah *to_mah(struct ibv_ah *ibah)
/freebsd-9-stable/contrib/ofed/libmthca/src/
Dmthca.h233 struct ibv_ah ibv_ah; member
283 static inline struct mthca_ah *to_mah(struct ibv_ah *ibah) in to_mah()
370 struct ibv_ah *mthca_create_ah(struct ibv_pd *pd, struct ibv_ah_attr *attr);
371 int mthca_destroy_ah(struct ibv_ah *ah);
Dah.c163 if (mthca_is_memfree(ah->ibv_ah.context)) { in mthca_free_av()
166 struct mthca_pd *pd = to_mpd(ah->ibv_ah.pd); in mthca_free_av()
Dverbs.c726 struct ibv_ah *mthca_create_ah(struct ibv_pd *pd, struct ibv_ah_attr *attr) in mthca_create_ah()
739 return &ah->ibv_ah; in mthca_create_ah()
742 int mthca_destroy_ah(struct ibv_ah *ah) in mthca_destroy_ah()
/freebsd-9-stable/contrib/ofed/libmlx4/src/
Dmlx4.h287 struct ibv_ah ibv_ah; member
338 static inline struct mlx4_ah *to_mah(struct ibv_ah *ibah) in to_mah()
425 struct ibv_ah *mlx4_create_ah(struct ibv_pd *pd, struct ibv_ah_attr *attr);
426 int mlx4_destroy_ah(struct ibv_ah *ah);
Dverbs.c681 struct ibv_ah *mlx4_create_ah(struct ibv_pd *pd, struct ibv_ah_attr *attr) in mlx4_create_ah()
733 return &ah->ibv_ah; in mlx4_create_ah()
739 int mlx4_destroy_ah(struct ibv_ah *ah) in mlx4_destroy_ah()
/freebsd-9-stable/contrib/ofed/libibverbs/include/infiniband/
Dverbs.h548 struct ibv_ah *ah;
628 struct ibv_ah { struct
736 struct ibv_ah * (*create_ah)(struct ibv_pd *pd, struct ibv_ah_attr *attr);
737 int (*destroy_ah)(struct ibv_ah *ah);
1104 struct ibv_ah *ibv_create_ah(struct ibv_pd *pd, struct ibv_ah_attr *attr);
1133 struct ibv_ah *ibv_create_ah_from_wc(struct ibv_pd *pd, struct ibv_wc *wc,
1139 int ibv_destroy_ah(struct ibv_ah *ah);
Ddriver.h134 int ibv_cmd_create_ah(struct ibv_pd *pd, struct ibv_ah *ah,
136 int ibv_cmd_destroy_ah(struct ibv_ah *ah);
/freebsd-9-stable/contrib/ofed/libibverbs/src/
Dverbs.c491 struct ibv_ah *__ibv_create_ah(struct ibv_pd *pd, struct ibv_ah_attr *attr) in __ibv_create_ah()
493 struct ibv_ah *ah = pd->context->ops.create_ah(pd, attr); in __ibv_create_ah()
547 struct ibv_ah *ibv_create_ah_from_wc(struct ibv_pd *pd, struct ibv_wc *wc, in ibv_create_ah_from_wc()
560 int __ibv_destroy_ah(struct ibv_ah *ah) in __ibv_destroy_ah()
Dcompat-1_0.c157 struct ibv_ah *real_ah;
211 struct ibv_ah * (*create_ah)(struct ibv_pd *pd, struct ibv_ah_attr *attr);
212 int (*destroy_ah)(struct ibv_ah *ah);
854 struct ibv_ah *real_ah; in __ibv_create_ah_1_0()
Dcmd.c1239 int ibv_cmd_create_ah(struct ibv_pd *pd, struct ibv_ah *ah, in ibv_cmd_create_ah()
1271 int ibv_cmd_destroy_ah(struct ibv_ah *ah) in ibv_cmd_destroy_ah()
/freebsd-9-stable/contrib/ofed/libibverbs/fixes/
Dpthread_cond_t_fields.patch62 struct ibv_ah {
Dverbs_man_page.patch118 +struct ibv_ah *ibv_create_ah(struct ibv_pd *pd, struct ibv_ah_attr *attr);
122 +struct ibv_ah *ibv_create_ah_from_wc(struct ibv_pd *pd, struct ibv_wc *wc,
124 +int ibv_destroy_ah(struct ibv_ah *ah);
Drocee_get_mac.patch19 int ibv_cmd_destroy_ah(struct ibv_ah *ah);
/freebsd-9-stable/contrib/ofed/librdmacm/examples/
Dmckey.c57 struct ibv_ah *ah;
Dudaddy.c55 struct ibv_ah *ah;
/freebsd-9-stable/contrib/ofed/libibverbs/examples/
Dud_pingpong.c65 struct ibv_ah *ah;
/freebsd-9-stable/contrib/ofed/libibverbs/
DChangeLog495 handle member to struct ibv_ah so we can handle drivers that do