Searched refs:ibv_cmd (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/contrib/ofed/libmthca/src/ |
| HD | mthca-abi.h | 54 struct ibv_reg_mr ibv_cmd; member 65 struct ibv_create_cq ibv_cmd; member 81 struct ibv_resize_cq ibv_cmd; member 87 struct ibv_create_srq ibv_cmd; member 100 struct ibv_create_qp ibv_cmd; member
|
| HD | verbs.c | 145 &cmd.ibv_cmd, sizeof cmd, &resp, sizeof resp); in __mthca_reg_mr() 149 &cmd.ibv_cmd, sizeof cmd); in __mthca_reg_mr() 247 &cq->ibv_cq, &cmd.ibv_cmd, sizeof cmd, in mthca_create_cq() 325 ret = ibv_cmd_resize_cq(ibcq, cqe - 1, &cmd.ibv_cmd, sizeof cmd, in mthca_resize_cq() 329 ret = ibv_cmd_resize_cq(ibcq, cqe - 1, &cmd.ibv_cmd, sizeof cmd); in mthca_resize_cq() 439 &cmd.ibv_cmd, sizeof cmd, in mthca_create_srq() 570 ret = ibv_cmd_create_qp(pd, &qp->ibv_qp, attr, &cmd.ibv_cmd, sizeof cmd, in mthca_create_qp()
|
| /NextBSD/contrib/ofed/libmlx4/src/ |
| HD | mlx4-abi.h | 64 struct ibv_create_cq ibv_cmd; member 76 struct ibv_resize_cq ibv_cmd; member 82 struct ibv_create_xrc_srq ibv_cmd; member 89 struct ibv_create_srq ibv_cmd; member 101 struct ibv_create_qp ibv_cmd; member
|
| HD | verbs.c | 206 &cq->ibv_cq, &cmd.ibv_cmd, sizeof cmd, in mlx4_create_cq() 264 ret = ibv_cmd_resize_cq(ibcq, cqe - 1, &cmd.ibv_cmd, sizeof cmd, in mlx4_resize_cq() 268 ret = ibv_cmd_resize_cq(ibcq, cqe - 1, &cmd.ibv_cmd, sizeof cmd); in mlx4_resize_cq() 336 &cmd.ibv_cmd, sizeof cmd, in mlx4_create_srq() 515 ret = ibv_cmd_create_qp(pd, &qp->ibv_qp, attr, &cmd.ibv_cmd, sizeof cmd, in mlx4_create_qp() 787 &cmd.ibv_cmd, sizeof cmd, in mlx4_create_xrc_srq()
|
| /NextBSD/contrib/ofed/libmlx4/fixes/ |
| HD | xrc_consolidated_v2.patch | 133 + struct ibv_create_xrc_srq ibv_cmd; 140 struct ibv_create_srq ibv_cmd; 550 + &cmd.ibv_cmd, sizeof cmd,
|