Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/ofed/libibverbs/src/
Dlibibverbs.map47 ibv_cmd_create_cq;
Dcmd.c304 int ibv_cmd_create_cq(struct ibv_context *context, int cqe, in ibv_cmd_create_cq() function
/freebsd-9-stable/contrib/ofed/libibverbs/include/infiniband/
Ddriver.h85 int ibv_cmd_create_cq(struct ibv_context *context, int cqe,
/freebsd-9-stable/contrib/ofed/libibverbs/
DChangeLog38 (ibv_cmd_reg_mr, ibv_cmd_create_cq_v2, ibv_cmd_create_cq)
56 * src/cmd.c (ibv_cmd_query_port, ibv_cmd_create_cq,
/freebsd-9-stable/contrib/ofed/libmthca/src/
Dverbs.c246 ret = ibv_cmd_create_cq(context, cqe - 1, channel, comp_vector, in mthca_create_cq()
/freebsd-9-stable/contrib/ofed/libmlx4/src/
Dverbs.c205 ret = ibv_cmd_create_cq(context, cqe - 1, channel, comp_vector, in mlx4_create_cq()