Searched refs:ibv_cmd_resize_cq (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/ofed/libibverbs/
H A Ddriver.h202 int ibv_cmd_resize_cq(struct ibv_cq *cq, int cqe,
H A Dcmd.c599 int ibv_cmd_resize_cq(struct ibv_cq *cq, int cqe, function
/freebsd-13-stable/contrib/ofed/libcxgb4/
H A Dverbs.c249 ret = ibv_cmd_resize_cq(ibcq, cqe, &cmd, sizeof cmd, &resp, sizeof resp);
/freebsd-13-stable/contrib/ofed/libmlx4/
H A Dverbs.c608 ret = ibv_cmd_resize_cq(ibcq, cqe - 1, &cmd.ibv_cmd, sizeof cmd,
/freebsd-13-stable/contrib/ofed/libmlx5/
H A Dverbs.c576 err = ibv_cmd_resize_cq(ibcq, cqe - 1, &cmd.ibv_cmd, sizeof(cmd),

Completed in 60 milliseconds