Searched refs:ibv_cmd_create_cq (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/ofed/libibverbs/ |
| H A D | libibverbs.map | 95 ibv_cmd_create_cq;
|
| H A D | driver.h | 188 int ibv_cmd_create_cq(struct ibv_context *context, int cqe,
|
| H A D | cmd.c | 464 int ibv_cmd_create_cq(struct ibv_context *context, int cqe, in ibv_cmd_create_cq() function
|
| /freebsd/contrib/ofed/libcxgb4/ |
| H A D | verbs.c | 183 ret = ibv_cmd_create_cq(context, cqe, channel, comp_vector, in c4iw_create_cq()
|
| /freebsd/contrib/ofed/libmlx4/ |
| H A D | verbs.c | 415 ret = ibv_cmd_create_cq(context, cq_attr->cqe, cq_attr->channel, in mlx4_cmd_create_cq()
|
| /freebsd/contrib/ofed/libmlx5/ |
| H A D | verbs.c | 455 ret = ibv_cmd_create_cq(context, ncqe - 1, cq_attr->channel, in create_cq()
|
| /freebsd/contrib/ofed/libbnxtre/ |
| H A D | verbs.c | 326 if (ibv_cmd_create_cq(ibvctx, ncqe, channel, vec, in _bnxt_re_create_cq()
|