Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libmlx4/
H A Dmlx4-abi.h74 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 Dverbs.c83 &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()
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()
776 &cmd_ex.ibv_cmd, sizeof(cmd_ex.ibv_cmd), in mlx4_cmd_create_qp_ex()
[all …]
H A Dsrq.c280 &cmd.ibv_cmd, sizeof cmd, in mlx4_create_xrc_srq()
/freebsd/contrib/ofed/libirdma/
H A Dabi.h52 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 Dirdma_uverbs.c82 &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 &reg_mr_cmd.ibv_cmd, sizeof(reg_mr_cmd), in ucreate_cq()
497 &reg_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, &reg_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()
1523 sizeof(cmd_ex.ibv_cmd), in irdma_umodify_qp()
1571 &cmd_ex.ibv_cmd, in irdma_issue_flush()
[all …]
H A Dirdma_umain.c156 if (ibv_cmd_get_context(&iwvctx->ibv_ctx, &cmd.ibv_cmd, sizeof(cmd), in irdma_init_context()
/freebsd/contrib/ofed/libmlx5/
H A Dmlx5-abi.h118 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 Dverbs.c457 ibv_cq_ex_to_cq(&cq->ibv_cq), &cmd.ibv_cmd, in create_cq()
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()
1222 &cmd_ex.ibv_cmd, sizeof(cmd_ex.ibv_cmd), in mlx5_cmd_create_qp_ex()
1368 attr, &cmd.ibv_cmd, sizeof(cmd), in create_qp()
1906 attr, &cmd.ibv_cmd, sizeof(cmd), in mlx5_create_xrc_srq()
1984 &cmd.ibv_cmd, sizeof(cmd.ibv_cmd), sizeof(cmd), in mlx5_query_device_ex()
2123 sizeof(cmd.ibv_cmd), in mlx5_create_wq()
[all …]