/freebsd/contrib/ofed/libirdma/ |
H A D | irdma_umain.h | 71 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 D | irdma_uverbs.c | 1719 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 D | mlx4.h | 253 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 D | verbs.c | 1202 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 D | mlx5.h | 425 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 D | verbs.c | 1659 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/libibverbs/ |
H A D | verbs.c | 95 struct ibv_ah *__ibv_create_ah(struct ibv_pd *pd, struct ibv_ah_attr *attr); 96 int __ibv_destroy_ah(struct ibv_ah *ah); 657 struct ibv_ah *__ibv_create_ah(struct ibv_pd *pd, struct ibv_ah_attr *attr) in __ibv_create_ah() 659 struct ibv_ah *ah = pd->context->ops.create_ah(pd, attr); in __ibv_create_ah() 916 struct ibv_ah *ibv_create_ah_from_wc(struct ibv_pd *pd, struct ibv_wc *wc, in ibv_create_ah_from_wc() 929 int __ibv_destroy_ah(struct ibv_ah *ah) in __ibv_destroy_ah()
|
H A D | verbs.h | 963 struct ibv_ah *ah; 1207 struct ibv_ah { struct 1455 struct ibv_ah * (*create_ah)(struct ibv_pd *pd, struct ibv_ah_attr *attr); 1456 int (*destroy_ah)(struct ibv_ah *ah); 2282 struct ibv_ah *ibv_create_ah(struct ibv_pd *pd, struct ibv_ah_attr *attr); 2311 struct ibv_ah *ibv_create_ah_from_wc(struct ibv_pd *pd, struct ibv_wc *wc, 2317 int ibv_destroy_ah(struct ibv_ah *ah);
|
H A D | driver.h | 270 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 D | compat-1_0.c | 155 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 D | cmd.c | 1661 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/libcxgb4/ |
H A D | libcxgb4.h | 221 struct ibv_ah *c4iw_create_ah(struct ibv_pd *pd, 223 int c4iw_destroy_ah(struct ibv_ah *ah);
|
H A D | verbs.c | 662 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/librdmacm/ |
H A D | rdma_verbs.h | 229 struct ibv_ah *ah, uint32_t remote_qpn) in rdma_post_ud_send()
|
H A D | rsocket.c | 278 struct ibv_ah *ah;
|
/freebsd/contrib/ofed/librdmacm/examples/ |
H A D | mckey.c | 56 struct ibv_ah *ah;
|
H A D | udaddy.c | 54 struct ibv_ah *ah;
|
/freebsd/contrib/ofed/libibverbs/examples/ |
H A D | ud_pingpong.c | 64 struct ibv_ah *ah;
|