Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/ofed/libibverbs/
HDlibibverbs.map95 ibv_cmd_create_cq;
HDdriver.h185 int ibv_cmd_create_cq(struct ibv_context *context, int cqe,
HDcmd.c465 int ibv_cmd_create_cq(struct ibv_context *context, int cqe, in ibv_cmd_create_cq() function
/freebsd-13-stable/contrib/ofed/libcxgb4/
HDverbs.c183 ret = ibv_cmd_create_cq(context, cqe, channel, comp_vector, in c4iw_create_cq()
/freebsd-13-stable/contrib/ofed/libmlx4/
HDverbs.c415 ret = ibv_cmd_create_cq(context, cq_attr->cqe, cq_attr->channel, in mlx4_cmd_create_cq()
/freebsd-13-stable/contrib/ofed/libmlx5/
HDverbs.c455 ret = ibv_cmd_create_cq(context, ncqe - 1, cq_attr->channel, in create_cq()