Home
last modified time | relevance | path

Searched refs:verbs_init_cq (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/ofed/libibverbs/
H A Ddevice.c135 int verbs_init_cq(struct ibv_cq *cq, struct ibv_context *context, in verbs_init_cq() function
192 err = verbs_init_cq(ibv_cq_ex_to_cq(cq), context, in __lib_ibv_create_cq_ex()
H A Dlibibverbs.map138 verbs_init_cq;
H A Ddriver.h133 int verbs_init_cq(struct ibv_cq *cq, struct ibv_context *context,
H A Dverbs.c473 err = verbs_init_cq(cq, context, channel, cq_context); in __ibv_create_cq()
/freebsd/contrib/ofed/libmlx5/
H A Dverbs.c526 err = verbs_init_cq(ibv_cq_ex_to_cq(cq), context, in mlx5dv_create_cq()