Searched refs:ibv_create_cq_ex (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/lib/ofed/libibverbs/
H A DMakefile34 ibv_create_cq_ex.3 \
/freebsd-11-stable/contrib/ofed/libmlx4/
H A Dmlx4-abi.h86 struct ibv_create_cq_ex ibv_cmd;
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Ddriver.h193 struct ibv_create_cq_ex *cmd,
H A Dkern-abi.h472 struct ibv_create_cq_ex { struct
H A Dcmd.c493 struct ibv_create_cq_ex *cmd,
515 if (cmd_core_size >= offsetof(struct ibv_create_cq_ex, flags) +
H A Dverbs.h1840 * ibv_create_cq_ex - Create a completion queue
1845 struct ibv_cq_ex *ibv_create_cq_ex(struct ibv_context *context, function
/freebsd-11-stable/contrib/ofed/libibverbs/examples/
H A Drc_pingpong.c414 ctx->cq_s.cq_ex = ibv_create_cq_ex(ctx->context, &attr_ex);

Completed in 99 milliseconds