Home
last modified time | relevance | path

Searched refs:response_length (Results 1 – 20 of 20) sorted by relevance

/freebsd/sys/ofed/include/uapi/rdma/
H A Dmlx5-abi.h118 __u32 response_length; member
150 __u32 response_length; member
263 __u32 response_length; member
269 __u32 response_length; member
274 __u32 response_length; member
H A Dib_user_verbs.h267 __u32 response_length; member
443 __u32 response_length; member
654 __u32 response_length; member
755 __u32 response_length; member
1243 __u32 response_length; member
1257 __u32 response_length; member
1285 __u32 response_length; member
/freebsd/contrib/ofed/libmlx5/
H A Dmlx5-abi.h96 __u32 response_length; member
107 __u32 response_length; member
227 __u32 response_length; member
279 __u32 response_length; member
H A Dmlx5.c900 if (resp.response_length + sizeof(resp.ibv_resp) >= in mlx5_init_context()
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_ah.c83 resp.response_length = min_resp_len; in mlx5_ib_create_ah()
90 err = ib_copy_to_udata(udata, &resp, resp.response_length); in mlx5_ib_create_ah()
H A Dmlx5_ib_main.c653 resp_len = sizeof(resp.comp_mask) + sizeof(resp.response_length); in mlx5_ib_query_device()
657 resp.response_length = resp_len; in mlx5_ib_query_device()
723 resp.response_length += sizeof(resp.tso_caps); in mlx5_ib_query_device()
739 resp.response_length += sizeof(resp.rss_caps); in mlx5_ib_query_device()
743 resp.response_length += sizeof(resp.tso_caps); in mlx5_ib_query_device()
745 resp.response_length += sizeof(resp.rss_caps); in mlx5_ib_query_device()
822 err = ib_copy_to_udata(uhw, &resp, resp.response_length); in mlx5_ib_query_device()
1317 resp.response_length = min(offsetof(typeof(resp), response_length) + in mlx5_ib_alloc_ucontext()
1318 sizeof(resp.response_length), udata->outlen); in mlx5_ib_alloc_ucontext()
1375 resp.response_length += sizeof(resp.cqe_version); in mlx5_ib_alloc_ucontext()
[all …]
H A Dmlx5_ib_mr.c1472 __u32 response_length; in mlx5_ib_alloc_mw() member
1513 resp.response_length = min(offsetof(typeof(resp), response_length) + in mlx5_ib_alloc_mw()
1514 sizeof(resp.response_length), udata->outlen); in mlx5_ib_alloc_mw()
1515 if (resp.response_length) { in mlx5_ib_alloc_mw()
1516 err = ib_copy_to_udata(udata, &resp, resp.response_length); in mlx5_ib_alloc_mw()
H A Dmlx5_ib_qp.c4847 resp.response_length = offsetof(typeof(resp), response_length) + in mlx5_ib_create_wq()
4848 sizeof(resp.response_length); in mlx5_ib_create_wq()
4849 err = ib_copy_to_udata(udata, &resp, resp.response_length); in mlx5_ib_create_wq()
4939 resp.response_length = offsetof(typeof(resp), response_length) + in mlx5_ib_create_rwq_ind_table()
4940 sizeof(resp.response_length); in mlx5_ib_create_rwq_ind_table()
4941 err = ib_copy_to_udata(udata, &resp, resp.response_length); in mlx5_ib_create_rwq_ind_table()
/freebsd/contrib/ofed/libibverbs/
H A Dkern-abi.h286 __u32 response_length; member
486 __u32 response_length; member
688 __u32 response_length; member
796 __u32 response_length; member
1286 __u32 response_length; member
1301 __u32 response_length; member
1328 __u32 response_length; member
H A Dcmd.c154 response_length) + in ibv_cmd_query_device_ex()
155 sizeof(resp->response_length)) in ibv_cmd_query_device_ex()
176 if (resp->response_length >= in ibv_cmd_query_device_ex()
192 if (resp->response_length >= in ibv_cmd_query_device_ex()
200 if (resp->response_length >= in ibv_cmd_query_device_ex()
208 if (resp->response_length >= in ibv_cmd_query_device_ex()
216 if (resp->response_length >= in ibv_cmd_query_device_ex()
227 if (resp->response_length >= in ibv_cmd_query_device_ex()
235 if (resp->response_length >= in ibv_cmd_query_device_ex()
990 offsetof(struct ibv_create_qp_resp_ex, response_length) + in ibv_cmd_create_qp_ex2()
[all …]
/freebsd/contrib/ofed/libmlx4/
H A Dmlx4-abi.h105 __u32 response_length; member
/freebsd/contrib/ofed/libirdma/
H A Dabi.h185 __u32 response_length; member
/freebsd/sys/dev/isci/scil/
H A Dscu_task_context.h373 U32 response_length : 8; member
H A Dintel_sas.h403 U8 response_length; // byte 3 member
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_cmd.c1048 resp.response_length = uverbs_response_length(attrs, sizeof(resp)); in create_cq()
1453 resp.response_length = uverbs_response_length(attrs, sizeof(resp)); in create_qp()
1940 .response_length = uverbs_response_length(attrs, sizeof(resp)) in ib_uverbs_ex_modify_qp()
2965 resp.response_length = uverbs_response_length(attrs, sizeof(resp)); in ib_uverbs_ex_create_wq()
3004 resp.response_length = uverbs_response_length(attrs, sizeof(resp)); in ib_uverbs_ex_destroy_wq()
3139 resp.response_length = uverbs_response_length(attrs, sizeof(resp)); in ib_uverbs_ex_create_rwq_ind_table()
3688 resp.response_length = uverbs_response_length(attrs, sizeof(resp)); in ib_uverbs_ex_query_device()
3826 response_length),
3859 response_length),
3981 response_length),
[all …]
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c466 resp.response_length = offsetof(typeof(resp), response_length) + in mlx4_ib_query_device()
467 sizeof(resp.response_length); in mlx4_ib_query_device()
563 if (uhw->outlen >= resp.response_length + sizeof(resp.hca_core_clock_offset)) { in mlx4_ib_query_device()
564 resp.response_length += sizeof(resp.hca_core_clock_offset); in mlx4_ib_query_device()
572 err = ib_copy_to_udata(uhw, &resp, resp.response_length); in mlx4_ib_query_device()
H A Dmlx4_ib.h625 __u32 response_length; member
/freebsd/sys/dev/oce/
H A Doce_hw.h1657 uint32_t response_length; member
/freebsd/sys/dev/ocs_fc/
H A Dsli4.h1543 uint32_t response_length; member
H A Docs_hw.c5244 bytes_written = mbox_rsp->hdr.response_length; in ocs_hw_cb_sfp()