Searched refs:ibv_cmd_resize_cq (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/contrib/ofed/libibverbs/ |
| D | libibverbs.map | 137 ibv_cmd_resize_cq;
|
| D | driver.h | 202 int ibv_cmd_resize_cq(struct ibv_cq *cq, int cqe,
|
| D | cmd.c | 599 int ibv_cmd_resize_cq(struct ibv_cq *cq, int cqe, in ibv_cmd_resize_cq() function
|
| /freebsd-12-stable/contrib/ofed/libcxgb4/ |
| D | verbs.c | 249 ret = ibv_cmd_resize_cq(ibcq, cqe, &cmd, sizeof cmd, &resp, sizeof resp); in c4iw_resize_cq()
|
| /freebsd-12-stable/contrib/ofed/libmlx4/ |
| D | verbs.c | 608 ret = ibv_cmd_resize_cq(ibcq, cqe - 1, &cmd.ibv_cmd, sizeof cmd, in mlx4_resize_cq()
|
| /freebsd-12-stable/contrib/ofed/libmlx5/ |
| D | verbs.c | 576 err = ibv_cmd_resize_cq(ibcq, cqe - 1, &cmd.ibv_cmd, sizeof(cmd), in mlx5_resize_cq()
|