Searched refs:ibv_create_qp_ex (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/lib/ofed/libibverbs/
H A DMakefile37 ibv_create_qp_ex.3 \
/freebsd-11-stable/contrib/ofed/libmlx5/
H A Dmlx5-abi.h169 struct ibv_create_qp_ex ibv_cmd;
174 struct ibv_create_qp_ex ibv_cmd;
/freebsd-11-stable/contrib/ofed/libmlx4/
H A Dmlx4-abi.h151 struct ibv_create_qp_ex ibv_cmd;
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Ddriver.h237 struct ibv_create_qp_ex *cmd,
H A Dcmd.c936 struct ibv_create_qp_ex *cmd,
966 if (cmd_core_size < offsetof(struct ibv_create_qp_ex, create_flags) +
973 if (cmd_core_size < offsetof(struct ibv_create_qp_ex, ind_tbl_handle) +
H A Dkern-abi.h676 struct ibv_create_qp_ex { struct
H A Dverbs.h2033 ibv_create_qp_ex(struct ibv_context *context, struct ibv_qp_init_attr_ex *qp_init_attr_ex) function
/freebsd-11-stable/contrib/ofed/libibverbs/examples/
H A Dxsrq_pingpong.c150 ctx.recv_qp[i] = ibv_create_qp_ex(ctx.context, &init);
177 ctx.send_qp[i] = ibv_create_qp_ex(ctx.context, &init);
/freebsd-11-stable/contrib/ofed/librdmacm/
H A Dcma.c1367 qp = ibv_create_qp_ex(id->verbs, attr);

Completed in 189 milliseconds