Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libibverbs/
H A Dverbs.c95 struct ibv_ah *__ibv_create_ah(struct ibv_pd *pd, struct ibv_ah_attr *attr);
649 struct ibv_ah *__ibv_create_ah(struct ibv_pd *pd, struct ibv_ah_attr *attr) in __ibv_create_ah()
799 static inline void set_ah_attr_generic_fields(struct ibv_ah_attr *ah_attr, in set_ah_attr_generic_fields()
815 struct ibv_ah_attr *ah_attr, in set_ah_attr_by_ipv4()
844 struct ibv_ah_attr *ah_attr, in set_ah_attr_by_ipv6()
882 struct ibv_ah_attr *ah_attr) in ibv_init_ah_from_wc()
911 struct ibv_ah_attr ah_attr; in ibv_create_ah_from_wc()
974 struct ibv_ah_attr *attr, in ibv_resolve_eth_l2_from_gid()
H A Dmarshall.h54 void ibv_copy_ah_attr_from_kern(struct ibv_ah_attr *dst,
H A Dverbs.h627 struct ibv_ah_attr { struct
895 struct ibv_ah_attr ah_attr;
896 struct ibv_ah_attr alt_ah_attr;
1453 struct ibv_ah * (*create_ah)(struct ibv_pd *pd, struct ibv_ah_attr *attr);
2280 struct ibv_ah *ibv_create_ah(struct ibv_pd *pd, struct ibv_ah_attr *attr);
2295 struct ibv_ah_attr *ah_attr);
2363 struct ibv_ah_attr *attr,
H A Dmarshall.c39 void ibv_copy_ah_attr_from_kern(struct ibv_ah_attr *dst, in ibv_copy_ah_attr_from_kern()
H A Dcompat-1_0.c209 struct ibv_ah * (*create_ah)(struct ibv_pd *pd, struct ibv_ah_attr *attr);
281 struct ibv_ah_attr *attr);
954 struct ibv_ah_attr *attr) in __ibv_create_ah_1_0()
H A Ddriver.h271 struct ibv_ah_attr *attr,
H A Dcmd.c1662 struct ibv_ah_attr *attr, in ibv_cmd_create_ah()
/freebsd/contrib/ofed/libmlx4/
H A Dmlx4.h453 struct ibv_ah *mlx4_create_ah(struct ibv_pd *pd, struct ibv_ah_attr *attr);
455 int mlx4_alloc_av(struct mlx4_pd *pd, struct ibv_ah_attr *attr,
H A Dverbs.c1164 struct ibv_ah_attr *attr) in mlx4_resolve_grh_to_l2()
1202 struct ibv_ah *mlx4_create_ah(struct ibv_pd *pd, struct ibv_ah_attr *attr) in mlx4_create_ah()
/freebsd/contrib/ofed/libirdma/
H A Dirdma_umain.h189 struct ibv_ah *irdma_ucreate_ah(struct ibv_pd *ibpd, struct ibv_ah_attr *attr);
H A Dirdma_uverbs.c1891 irdma_ucreate_ah(struct ibv_pd *ibpd, struct ibv_ah_attr *attr) in irdma_ucreate_ah()
/freebsd/contrib/ofed/librdmacm/
H A Drdma_cma.h161 struct ibv_ah_attr ah_attr;
H A Drsocket.c1464 struct ibv_ah_attr attr; in ds_add_qp_dest()
4068 struct ibv_ah_attr attr; in udp_svc_create_ah()
/freebsd/contrib/ofed/libcxgb4/
H A Dlibcxgb4.h222 struct ibv_ah_attr *ah_attr);
H A Dverbs.c662 struct ibv_ah *c4iw_create_ah(struct ibv_pd *pd, struct ibv_ah_attr *attr) in c4iw_create_ah()
/freebsd/contrib/ofed/libmlx5/
H A Dmlx5.h654 struct ibv_ah *mlx5_create_ah(struct ibv_pd *pd, struct ibv_ah_attr *attr);
656 int mlx5_alloc_av(struct mlx5_pd *pd, struct ibv_ah_attr *attr,
H A Dverbs.c1659 struct ibv_ah *mlx5_create_ah(struct ibv_pd *pd, struct ibv_ah_attr *attr) in mlx5_create_ah()
/freebsd/contrib/ofed/libibverbs/examples/
H A Dud_pingpong.c83 struct ibv_ah_attr ah_attr = { in pp_connect_ctx()
H A Dxsrq_pingpong.c459 static void set_ah_attr(struct ibv_ah_attr *attr, struct pingpong_context *myctx, in set_ah_attr()