/freebsd/contrib/ofed/libmlx4/ |
H A D | mlx4-abi.h | 74 struct ibv_create_cq ibv_cmd; member 86 struct ibv_create_cq_ex ibv_cmd; member 98 struct ibv_resize_cq ibv_cmd; member 110 struct ibv_query_device_ex ibv_cmd; member 114 struct ibv_create_srq ibv_cmd; member 120 struct ibv_create_xsrq ibv_cmd; member 132 struct ibv_create_qp ibv_cmd; member 151 struct ibv_create_qp_ex ibv_cmd; member
|
H A D | verbs.c | 83 &cmd.ibv_cmd, sizeof(cmd.ibv_cmd), sizeof(cmd), in mlx4_query_device_ex() 418 &cmd.ibv_cmd, sizeof(cmd), in mlx4_cmd_create_cq() 439 &cq->ibv_cq, &cmd.ibv_cmd, in mlx4_cmd_create_cq_ex() 440 sizeof(cmd.ibv_cmd), in mlx4_cmd_create_cq_ex() 611 ret = ibv_cmd_resize_cq(ibcq, cqe - 1, &cmd.ibv_cmd, sizeof cmd, in mlx4_resize_cq() 683 &cmd.ibv_cmd, sizeof cmd, in mlx4_create_srq() 765 memcpy(&cmd_ex.ibv_cmd.base, &cmd->ibv_cmd.user_handle, in mlx4_cmd_create_qp_ex() 766 offsetof(typeof(cmd->ibv_cmd), is_srq) + in mlx4_cmd_create_qp_ex() 767 sizeof(cmd->ibv_cmd.is_srq) - in mlx4_cmd_create_qp_ex() 768 offsetof(typeof(cmd->ibv_cmd), user_handle)); in mlx4_cmd_create_qp_ex() [all …]
|
H A D | srq.c | 280 &cmd.ibv_cmd, sizeof cmd, in mlx4_create_xrc_srq()
|
/freebsd/contrib/ofed/libirdma/ |
H A D | abi.h | 52 struct ibv_create_cq ibv_cmd; member 64 struct ibv_create_cq_ex ibv_cmd; member 76 struct ibv_resize_cq ibv_cmd; member 85 struct ibv_create_qp ibv_cmd; member 117 struct ibv_get_context ibv_cmd; member 149 struct ibv_reg_mr ibv_cmd; member 157 struct ibv_rereg_mr ibv_cmd; member 172 struct ibv_modify_qp_ex ibv_cmd; member 179 struct ibv_query_device_ex ibv_cmd; member
|
H A D | irdma_uverbs.c | 82 &cmd.ibv_cmd, sizeof(cmd.ibv_cmd), sizeof(cmd), in irdma_uquery_device_ex() 203 (uintptr_t)addr, access, &vmr->ibv_mr, &cmd.ibv_cmd, in irdma_ureg_mr() 228 access, pd, &cmd.ibv_cmd, sizeof(cmd), &resp, in irdma_urereg_mr() 476 ®_mr_cmd.ibv_cmd, sizeof(reg_mr_cmd), in ucreate_cq() 497 ®_mr_shadow_cmd.ibv_cmd, sizeof(reg_mr_shadow_cmd), in ucreate_cq() 515 &cmd.ibv_cmd, sizeof(cmd.ibv_cmd), sizeof(cmd), &resp.ibv_resp, in ucreate_cq() 1310 &iwuqp->vmr.ibv_mr, ®_mr_cmd.ibv_cmd, in irdma_vmapped_qp() 1320 ret = ibv_cmd_create_qp(pd, &iwuqp->ibv_qp, attr, &cmd.ibv_cmd, in irdma_vmapped_qp() 1522 ret = ibv_cmd_modify_qp_ex(qp, attr, attr_mask, &cmd_ex.ibv_cmd, in irdma_umodify_qp() 1523 sizeof(cmd_ex.ibv_cmd), in irdma_umodify_qp() [all …]
|
H A D | irdma_umain.c | 156 if (ibv_cmd_get_context(&iwvctx->ibv_ctx, &cmd.ibv_cmd, sizeof(cmd), in irdma_init_context()
|
/freebsd/contrib/ofed/libmlx5/ |
H A D | mlx5-abi.h | 118 struct ibv_create_cq ibv_cmd; member 133 struct ibv_create_srq ibv_cmd; member 146 struct ibv_create_xsrq ibv_cmd; member 169 struct ibv_create_qp_ex ibv_cmd; member 174 struct ibv_create_qp_ex ibv_cmd; member 191 struct ibv_create_qp ibv_cmd; member 221 struct ibv_create_wq ibv_cmd; member 232 struct ibv_modify_wq ibv_cmd; member 242 struct ibv_destroy_rwq_ind_table ibv_cmd; member 246 struct ibv_resize_cq ibv_cmd; member [all …]
|
H A D | verbs.c | 457 ibv_cq_ex_to_cq(&cq->ibv_cq), &cmd.ibv_cmd, in create_cq() 585 err = ibv_cmd_resize_cq(ibcq, cqe - 1, &cmd.ibv_cmd, sizeof(cmd), in mlx5_resize_cq() 695 ret = ibv_cmd_create_srq(pd, ibsrq, attr, &cmd.ibv_cmd, sizeof(cmd), in mlx5_create_srq() 1191 &cmd_ex_rss.ibv_cmd, sizeof(cmd_ex_rss.ibv_cmd), in mlx5_cmd_create_rss_qp() 1211 memcpy(&cmd_ex.ibv_cmd.base, &cmd->ibv_cmd.user_handle, in mlx5_cmd_create_qp_ex() 1212 offsetof(typeof(cmd->ibv_cmd), is_srq) + in mlx5_cmd_create_qp_ex() 1213 sizeof(cmd->ibv_cmd.is_srq) - in mlx5_cmd_create_qp_ex() 1214 offsetof(typeof(cmd->ibv_cmd), user_handl in mlx5_cmd_create_qp_ex() [all...] |