Home
last modified time | relevance | path

Searched refs:ibv_resp (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/ofed/libmlx4/
H A Dmlx4-abi.h48 struct ibv_get_context_resp ibv_resp; member
59 struct ibv_get_context_resp ibv_resp; member
68 struct ibv_alloc_pd_resp ibv_resp; member
80 struct ibv_create_cq_resp ibv_resp; member
92 struct ibv_create_cq_resp_ex ibv_resp; member
103 struct ibv_query_device_resp_ex ibv_resp; member
126 struct ibv_create_srq_resp ibv_resp; member
156 struct ibv_create_qp_resp_ex ibv_resp; member
H A Dverbs.c84 &resp.ibv_resp, sizeof(resp.ibv_resp), in mlx4_query_device_ex()
205 &resp.ibv_resp, sizeof resp)) { in mlx4_alloc_pd()
419 &resp.ibv_resp, sizeof(resp)); in mlx4_cmd_create_cq()
442 &resp.ibv_resp, in mlx4_cmd_create_cq_ex()
443 sizeof(resp.ibv_resp), in mlx4_cmd_create_cq_ex()
684 &resp.ibv_resp, sizeof resp); in mlx4_create_srq()
777 sizeof(cmd_ex), &resp.ibv_resp, in mlx4_cmd_create_qp_ex()
778 sizeof(resp.ibv_resp), sizeof(resp)); in mlx4_cmd_create_qp_ex()
H A Dmlx4.c165 &resp_v3.ibv_resp, sizeof resp_v3)) in mlx4_init_context()
173 &resp.ibv_resp, sizeof resp)) in mlx4_init_context()
H A Dsrq.c281 &resp.ibv_resp, sizeof resp); in mlx4_create_xrc_srq()
/freebsd/contrib/ofed/libirdma/
H A Dabi.h46 struct ibv_alloc_pd_resp ibv_resp; member
58 struct ibv_create_cq_resp ibv_resp; member
70 struct ibv_create_cq_resp_ex ibv_resp; member
81 struct ibv_resize_cq_resp ibv_resp; member
92 struct ibv_create_qp_resp ibv_resp; member
107 struct ibv_modify_qp_resp_ex ibv_resp; member
125 struct ibv_get_context_resp ibv_resp; member
165 struct ibv_create_ah_resp ibv_resp; member
183 struct ibv_query_device_resp_ex ibv_resp; member
H A Dirdma_uverbs.c83 &resp.ibv_resp, sizeof(resp.ibv_resp), sizeof(resp)); in irdma_uquery_device_ex()
145 &resp.ibv_resp, sizeof(resp)); in irdma_ualloc_pd()
515 &cmd.ibv_cmd, sizeof(cmd.ibv_cmd), sizeof(cmd), &resp.ibv_resp, in ucreate_cq()
516 sizeof(resp.ibv_resp), sizeof(resp)); in ucreate_cq()
1321 sizeof(cmd), &resp.ibv_resp, in irdma_vmapped_qp()
1524 sizeof(cmd_ex), &resp.ibv_resp, in irdma_umodify_qp()
1525 sizeof(resp.ibv_resp), in irdma_umodify_qp()
1573 sizeof(cmd_ex), &resp.ibv_resp, in irdma_issue_flush()
1574 sizeof(resp.ibv_resp), in irdma_issue_flush()
1909 err = ibv_cmd_create_ah(ibpd, &ah->ibv_ah, attr, &resp.ibv_resp, in irdma_ucreate_ah()
H A Dirdma_umain.c157 &resp.ibv_resp, sizeof(resp))) { in irdma_init_context()
/freebsd/contrib/ofed/libmlx5/
H A Dmlx5-abi.h83 struct ibv_get_context_resp ibv_resp; member
106 struct ibv_create_ah_resp ibv_resp; member
113 struct ibv_alloc_pd_resp ibv_resp; member
128 struct ibv_create_cq_resp ibv_resp; member
140 struct ibv_create_srq_resp ibv_resp; member
185 struct ibv_create_qp_resp_ex ibv_resp; member
205 struct ibv_create_qp_resp ibv_resp; member
226 struct ibv_create_wq_resp ibv_resp; member
238 struct ibv_create_rwq_ind_table_resp ibv_resp; member
254 struct ibv_resize_cq_resp ibv_resp; member
[all …]
H A Dverbs.c144 &resp.ibv_resp, sizeof resp)) { in mlx5_alloc_pd()
458 sizeof(cmd), &resp.ibv_resp, sizeof(resp)); in create_cq()
586 &resp.ibv_resp, sizeof(resp)); in mlx5_resize_cq()
696 &resp.ibv_resp, sizeof(resp)); in mlx5_create_srq()
1192 sizeof(cmd_ex_rss), &resp.ibv_resp, in mlx5_cmd_create_rss_qp()
1193 sizeof(resp.ibv_resp), sizeof(resp)); in mlx5_cmd_create_rss_qp()
1223 sizeof(cmd_ex), &resp->ibv_resp, in mlx5_cmd_create_qp_ex()
1224 sizeof(resp->ibv_resp), sizeof(*resp)); in mlx5_cmd_create_qp_ex()
1369 &resp.ibv_resp, sizeof(resp)); in create_qp()
1724 if (ibv_cmd_create_ah(pd, &ah->ibv_ah, attr, &resp.ibv_resp, sizeo in mlx5_create_ah()
[all...]
H A Dmlx5.c564 req_len, &resp->ibv_resp, resp_len)) in mlx5_cmd_get_context()
588 &resp->ibv_resp, resp_len)) in mlx5_cmd_get_context()
594 &resp->ibv_resp, resp_len); in mlx5_cmd_get_context()
900 if (resp.response_length + sizeof(resp.ibv_resp) >= in mlx5_init_context()
/freebsd/contrib/ofed/libcxgb4/
H A Dcxgb4-abi.h39 struct ibv_get_context_resp ibv_resp; member
46 struct ibv_alloc_pd_resp ibv_resp; member
51 struct ibv_create_cq_resp ibv_resp; member
66 struct ibv_create_qp_resp ibv_resp; member
81 struct ibv_create_qp_resp ibv_resp; member
H A Dverbs.c90 &resp.ibv_resp, sizeof resp)) { in c4iw_alloc_pd()
185 &resp.ibv_resp, sizeof resp); in c4iw_create_cq()
325 sizeof cmd, &resp.ibv_resp, sizeof resp); in create_qp_v0()
433 sizeof cmd, &resp.ibv_resp, sizeof resp); in create_qp()
H A Ddev.c127 &resp.ibv_resp, sizeof resp)) in c4iw_alloc_context()