Searched refs:ibv_create_ah (Results 1 – 12 of 12) sorted by relevance
/freebsd/lib/ofed/libibverbs/ |
H A D | Makefile | 27 ibv_create_ah.3 \
|
/freebsd/contrib/ofed/libibverbs/ |
H A D | libibverbs.map | 35 ibv_create_ah;
|
H A D | verbs.c | 668 default_symver(__ibv_create_ah, ibv_create_ah); 926 return ibv_create_ah(pd, &ah_attr); in ibv_create_ah_from_wc()
|
H A D | compat-1_0.c | 963 real_ah = ibv_create_ah(pd->real_pd, attr); in __ibv_create_ah_1_0() 975 symver(__ibv_create_ah_1_0, ibv_create_ah, IBVERBS_1.0);
|
H A D | kern-abi.h | 1033 struct ibv_create_ah { struct
|
H A D | verbs.h | 2282 struct ibv_ah *ibv_create_ah(struct ibv_pd *pd, struct ibv_ah_attr *attr);
|
H A D | cmd.c | 1666 struct ibv_create_ah cmd; in ibv_cmd_create_ah()
|
/freebsd/contrib/ofed/librdmacm/examples/ |
H A D | mckey.c | 281 node->ah = ibv_create_ah(node->pd, ¶m->ah_attr); in join_handler()
|
H A D | udaddy.c | 338 node->ah = ibv_create_ah(node->pd, &event->param.ud.ah_attr); in resolved_handler()
|
/freebsd/contrib/ofed/libibverbs/examples/ |
H A D | ud_pingpong.c | 116 ctx->ah = ibv_create_ah(ctx->pd, &ah_attr); in pp_connect_ctx()
|
/freebsd/contrib/ofed/librdmacm/ |
H A D | rsocket.c | 1478 qp->dest.ah = ibv_create_ah(qp->cm_id->pd, &attr); in ds_add_qp_dest() 4113 dest->ah = ibv_create_ah(dest->qp->cm_id->pd, &attr); in udp_svc_create_ah()
|
/freebsd/tools/build/mk/ |
H A D | OptionalObsoleteFiles.inc | 6438 OLD_FILES+=usr/share/man/man3/ibv_create_ah.3.gz
|