Home
last modified time | relevance | path

Searched refs:ibv_cmd_resize_cq (Results 1 – 8 of 8) sorted by relevance

/freebsd-head/contrib/ofed/libibverbs/
HDlibibverbs.map135 ibv_cmd_resize_cq;
HDdriver.h205 int ibv_cmd_resize_cq(struct ibv_cq *cq, int cqe,
HDcmd.c599 int ibv_cmd_resize_cq(struct ibv_cq *cq, int cqe, in ibv_cmd_resize_cq() function
/freebsd-head/contrib/ofed/libcxgb4/
HDverbs.c253 ret = ibv_cmd_resize_cq(ibcq, cqe, &cmd, sizeof cmd, &resp, sizeof resp); in c4iw_resize_cq()
/freebsd-head/contrib/ofed/libmlx4/
HDverbs.c611 ret = ibv_cmd_resize_cq(ibcq, cqe - 1, &cmd.ibv_cmd, sizeof cmd, in mlx4_resize_cq()
/freebsd-head/contrib/ofed/libirdma/
HDirdma_uverbs.c2036 ret = ibv_cmd_resize_cq(&iwucq->verbs_cq.cq, cqe_needed, &cmd.ibv_cmd, in irdma_uresize_cq()
/freebsd-head/contrib/ofed/libmlx5/
HDverbs.c585 err = ibv_cmd_resize_cq(ibcq, cqe - 1, &cmd.ibv_cmd, sizeof(cmd), in mlx5_resize_cq()
/freebsd-head/contrib/ofed/libbnxtre/
HDverbs.c518 rc = ibv_cmd_resize_cq(ibvcq, ncqe, &req.cmd, in bnxt_re_resize_cq()