Searched refs:ibv_cmd (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/ofed/libmlx4/src/
H A Dmlx4-abi.h55 struct ibv_create_cq ibv_cmd; member in struct:mlx4_create_cq
67 struct ibv_resize_cq ibv_cmd; member in struct:mlx4_resize_cq
73 struct ibv_create_xrc_srq ibv_cmd; member in struct:mlx4_create_xrc_srq
80 struct ibv_create_srq ibv_cmd; member in struct:mlx4_create_srq
92 struct ibv_create_qp ibv_cmd; member in struct:mlx4_create_qp
H A Dverbs.c203 &cq->ibv_cq, &cmd.ibv_cmd, sizeof cmd,
260 ret = ibv_cmd_resize_cq(ibcq, cqe - 1, &cmd.ibv_cmd, sizeof cmd,
264 ret = ibv_cmd_resize_cq(ibcq, cqe - 1, &cmd.ibv_cmd, sizeof cmd);
332 &cmd.ibv_cmd, sizeof cmd,
511 ret = ibv_cmd_create_qp(pd, &qp->ibv_qp, attr, &cmd.ibv_cmd, sizeof cmd,
783 &cmd.ibv_cmd, sizeof cmd,
/freebsd-9.3-release/contrib/ofed/libmthca/src/
H A Dmthca-abi.h54 struct ibv_reg_mr ibv_cmd; member in struct:mthca_reg_mr
65 struct ibv_create_cq ibv_cmd; member in struct:mthca_create_cq
81 struct ibv_resize_cq ibv_cmd; member in struct:mthca_resize_cq
87 struct ibv_create_srq ibv_cmd; member in struct:mthca_create_srq
100 struct ibv_create_qp ibv_cmd; member in struct:mthca_create_qp
H A Dverbs.c145 &cmd.ibv_cmd, sizeof cmd, &resp, sizeof resp);
149 &cmd.ibv_cmd, sizeof cmd);
247 &cq->ibv_cq, &cmd.ibv_cmd, sizeof cmd,
325 ret = ibv_cmd_resize_cq(ibcq, cqe - 1, &cmd.ibv_cmd, sizeof cmd,
329 ret = ibv_cmd_resize_cq(ibcq, cqe - 1, &cmd.ibv_cmd, sizeof cmd);
439 &cmd.ibv_cmd, sizeof cmd,
570 ret = ibv_cmd_create_qp(pd, &qp->ibv_qp, attr, &cmd.ibv_cmd, sizeof cmd,

Completed in 41 milliseconds