Home
last modified time | relevance | path

Searched refs:ibv_cmd_create_cq (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/ofed/libibverbs/
H A Dlibibverbs.map95 ibv_cmd_create_cq;
H A Ddriver.h188 int ibv_cmd_create_cq(struct ibv_context *context, int cqe,
H A Dcmd.c464 int ibv_cmd_create_cq(struct ibv_context *context, int cqe, in ibv_cmd_create_cq() function
/freebsd/contrib/ofed/libcxgb4/
H A Dverbs.c183 ret = ibv_cmd_create_cq(context, cqe, channel, comp_vector, in c4iw_create_cq()
/freebsd/contrib/ofed/libmlx4/
H A Dverbs.c415 ret = ibv_cmd_create_cq(context, cq_attr->cqe, cq_attr->channel, in mlx4_cmd_create_cq()
/freebsd/contrib/ofed/libmlx5/
H A Dverbs.c455 ret = ibv_cmd_create_cq(context, ncqe - 1, cq_attr->channel, in create_cq()
/freebsd/contrib/ofed/libbnxtre/
H A Dverbs.c326 if (ibv_cmd_create_cq(ibvctx, ncqe, channel, vec, in _bnxt_re_create_cq()