Home
last modified time | relevance | path

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

/freebsd-src/contrib/ofed/libibverbs/
H A Dlibibverbs.map96 ibv_cmd_create_cq_ex;
H A Ddriver.h193 int ibv_cmd_create_cq_ex(struct ibv_context *context,
H A Dcmd.c490 int ibv_cmd_create_cq_ex(struct ibv_context *context, in ibv_cmd_create_cq_ex() function
/freebsd-src/contrib/ofed/libmlx4/
H A Dverbs.c438 ret = ibv_cmd_create_cq_ex(context, cq_attr, in mlx4_cmd_create_cq_ex()
/freebsd-src/contrib/ofed/libirdma/
H A Dirdma_uverbs.c514 ret = ibv_cmd_create_cq_ex(context, attr_ex, &iwucq->verbs_cq.cq_ex, in ucreate_cq()