Searched refs:ibv_create_qp (Results 1 – 18 of 18) sorted by relevance
/freebsd/lib/ofed/libibverbs/ |
H A D | Makefile | 33 ibv_create_qp.3 \
|
/freebsd/contrib/ofed/libmlx4/ |
H A D | mlx4-abi.h | 132 struct ibv_create_qp ibv_cmd;
|
/freebsd/contrib/ofed/libibverbs/ |
H A D | driver.h | 230 struct ibv_create_qp *cmd, size_t cmd_size, 235 struct ibv_create_qp *cmd, size_t cmd_size,
|
H A D | libibverbs.map | 31 ibv_create_qp;
|
H A D | compat-1_0.c | 886 real_qp = ibv_create_qp(pd->real_pd, &real_init_attr); in __ibv_create_qp_1_0() 908 symver(__ibv_create_qp_1_0, ibv_create_qp, IBVERBS_1.0);
|
H A D | verbs.h | 2031 struct ibv_qp *ibv_create_qp(struct ibv_pd *pd, 2041 return ibv_create_qp(qp_init_attr_ex->pd, in ibv_create_qp_ex()
|
H A D | verbs.c | 616 default_symver(__ibv_create_qp, ibv_create_qp);
|
H A D | kern-abi.h | 634 struct ibv_create_qp { struct
|
H A D | cmd.c | 1046 struct ibv_create_qp *cmd, size_t cmd_size, in ibv_cmd_create_qp_ex() 1102 struct ibv_create_qp *cmd, size_t cmd_size, in ibv_cmd_create_qp()
|
/freebsd/contrib/ofed/libirdma/ |
H A D | abi.h | 85 struct ibv_create_qp ibv_cmd;
|
/freebsd/contrib/ofed/libmlx5/ |
H A D | mlx5-abi.h | 191 struct ibv_create_qp ibv_cmd;
|
/freebsd/contrib/ofed/libcxgb4/ |
H A D | verbs.c | 312 struct ibv_create_qp cmd; in create_qp_v0() 419 struct ibv_create_qp cmd; in create_qp()
|
/freebsd/contrib/libpcap/ |
H A D | pcap-rdmasniff.c | 248 priv->qp = ibv_create_qp(priv->pd, &qp_init_attr); in rdmasniff_activate()
|
/freebsd/contrib/ofed/libibverbs/examples/ |
H A D | uc_pingpong.c | 374 ctx->qp = ibv_create_qp(ctx->pd, &init_attr); in pp_init_ctx()
|
H A D | ud_pingpong.c | 385 ctx->qp = ibv_create_qp(ctx->pd, &init_attr); in pp_init_ctx()
|
H A D | rc_pingpong.c | 443 ctx->qp = ibv_create_qp(ctx->pd, &init_attr); in pp_init_ctx()
|
H A D | srq_pingpong.c | 439 ctx->qp[i] = ibv_create_qp(ctx->pd, &init_attr); in pp_init_ctx()
|
/freebsd/tools/build/mk/ |
H A D | OptionalObsoleteFiles.inc | 6444 OLD_FILES+=usr/share/man/man3/ibv_create_qp.3.gz
|