Home
last modified time | relevance | path

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

12

/Linux-v6.1/drivers/char/tpm/
Dtpm-dev-common.c65 priv->response_length = ret; in tpm_dev_async_work()
79 priv->response_length = ret; in tpm_dev_async_work()
104 priv->response_length = 0; in tpm_timeout_work()
134 if (priv->response_length) { in tpm_common_read()
137 ret_size = min_t(ssize_t, size, priv->response_length); in tpm_common_read()
139 priv->response_length = 0; in tpm_common_read()
146 priv->response_length = 0; in tpm_common_read()
150 priv->response_length -= ret_size; in tpm_common_read()
156 if (!priv->response_length) { in tpm_common_read()
180 if ((!priv->response_read && priv->response_length) || in tpm_common_write()
[all …]
Dtpm-dev.h17 ssize_t response_length; member
/Linux-v6.1/include/uapi/rdma/
Dmlx5-abi.h147 __u32 response_length; member
266 __u32 response_length; member
429 __u32 response_length; member
447 __u32 response_length; member
454 __u32 response_length; member
459 __u32 response_length; member
Dmlx4-abi.h136 __u32 response_length; member
183 __u32 response_length; member
Dib_user_verbs.h262 __u32 response_length; member
438 __u32 response_length; member
646 __u32 response_length; member
747 __u32 response_length; member
1235 __u32 response_length; member
1249 __u32 response_length; member
1277 __u32 response_length; member
/Linux-v6.1/drivers/infiniband/hw/mlx5/
Dah.c115 resp.response_length = min_resp_len; in mlx5_ib_create_ah()
118 err = ib_copy_to_udata(udata, &resp, resp.response_length); in mlx5_ib_create_ah()
Dmain.c815 resp_len = sizeof(resp.comp_mask) + sizeof(resp.response_length); in mlx5_ib_query_device()
819 resp.response_length = resp_len; in mlx5_ib_query_device()
891 resp.response_length += sizeof(resp.tso_caps); in mlx5_ib_query_device()
908 resp.response_length += sizeof(resp.rss_caps); in mlx5_ib_query_device()
912 resp.response_length += sizeof(resp.tso_caps); in mlx5_ib_query_device()
914 resp.response_length += sizeof(resp.rss_caps); in mlx5_ib_query_device()
1052 resp.response_length += sizeof(resp.cqe_comp_caps); in mlx5_ib_query_device()
1084 resp.response_length += sizeof(resp.packet_pacing_caps); in mlx5_ib_query_device()
1097 resp.response_length += in mlx5_ib_query_device()
1102 resp.response_length += sizeof(resp.flags); in mlx5_ib_query_device()
[all …]
Dmr.c1914 __u32 response_length; in mlx5_ib_alloc_mw() member
1956 resp.response_length = in mlx5_ib_alloc_mw()
1957 min(offsetofend(typeof(resp), response_length), udata->outlen); in mlx5_ib_alloc_mw()
1958 if (resp.response_length) { in mlx5_ib_alloc_mw()
1959 err = ib_copy_to_udata(udata, &resp, resp.response_length); in mlx5_ib_alloc_mw()
Dqp.c4269 resp->response_length = sizeof(*resp); in __mlx5_ib_modify_qp()
4450 resp.response_length = (udata->outlen < sizeof(resp)) ? in mlx5_ib_modify_dct()
4475 err = ib_copy_to_udata(udata, &resp, resp.response_length); in mlx5_ib_modify_dct()
4617 if (!err && resp.response_length && in mlx5_ib_modify_qp()
4618 udata->outlen >= resp.response_length) in mlx5_ib_modify_qp()
4620 err = ib_copy_to_udata(udata, &resp, resp.response_length); in mlx5_ib_modify_qp()
5332 resp.response_length = offsetofend( in mlx5_ib_create_wq()
5333 struct mlx5_ib_create_wq_resp, response_length); in mlx5_ib_create_wq()
5334 err = ib_copy_to_udata(udata, &resp, resp.response_length); in mlx5_ib_create_wq()
5423 resp.response_length = in mlx5_ib_create_rwq_ind_table()
[all …]
/Linux-v6.1/drivers/scsi/smartpqi/
Dsmartpqi_sas_transport.c492 put_unaligned_le32(resp_size, &parameters->response_length); in pqi_build_csmi_smp_passthru_buffer()
507 le32_to_cpu(smp_buf->parameters.response_length)); in pqi_build_sas_smp_handler_reply()
Dsmartpqi.h1614 u8 response_length; member
1637 __le32 response_length; member
/Linux-v6.1/drivers/infiniband/hw/mlx4/
Dmain.c458 resp.response_length = offsetof(typeof(resp), response_length) + in mlx4_ib_query_device()
459 sizeof(resp.response_length); in mlx4_ib_query_device()
576 if (uhw->outlen >= resp.response_length + sizeof(resp.hca_core_clock_offset)) { in mlx4_ib_query_device()
577 resp.response_length += sizeof(resp.hca_core_clock_offset); in mlx4_ib_query_device()
584 if (uhw->outlen >= resp.response_length + in mlx4_ib_query_device()
586 resp.response_length += sizeof(resp.max_inl_recv_sz); in mlx4_ib_query_device()
611 resp.response_length = offsetof(typeof(resp), rss_caps) + in mlx4_ib_query_device()
625 resp.response_length = offsetof(typeof(resp), tso_caps) + in mlx4_ib_query_device()
630 err = ib_copy_to_udata(uhw, &resp, resp.response_length); in mlx4_ib_query_device()
Dqp.c4335 resp.response_length = offsetof(typeof(resp), response_length) + in mlx4_ib_create_rwq_ind_table()
4336 sizeof(resp.response_length); in mlx4_ib_create_rwq_ind_table()
4337 err = ib_copy_to_udata(udata, &resp, resp.response_length); in mlx4_ib_create_rwq_ind_table()
/Linux-v6.1/drivers/net/ethernet/sfc/siena/
Dptp.c923 size_t response_length, in efx_ptp_process_times() argument
927 MCDI_VAR_ARRAY_LEN(response_length, in efx_ptp_process_times()
1029 size_t response_length; in efx_ptp_synchronize() local
1068 &response_length); in efx_ptp_synchronize()
1070 rc = efx_ptp_process_times(efx, synch_buf, response_length, in efx_ptp_synchronize()
/Linux-v6.1/drivers/infiniband/core/
Duverbs_cmd.c1067 resp.response_length = uverbs_response_length(attrs, sizeof(resp)); in create_cq()
1479 resp.response_length = uverbs_response_length(attrs, sizeof(resp)); in create_qp()
1930 .response_length = uverbs_response_length(attrs, sizeof(resp)) in ib_uverbs_ex_modify_qp()
2948 resp.response_length = uverbs_response_length(attrs, sizeof(resp)); in ib_uverbs_ex_create_wq()
2977 resp.response_length = uverbs_response_length(attrs, sizeof(resp)); in ib_uverbs_ex_destroy_wq()
3136 resp.response_length = uverbs_response_length(attrs, sizeof(resp)); in ib_uverbs_ex_create_rwq_ind_table()
3642 resp.response_length = uverbs_response_length(attrs, sizeof(resp)); in ib_uverbs_ex_query_device()
3780 response_length),
3813 response_length),
3935 response_length),
[all …]
/Linux-v6.1/drivers/scsi/isci/
Dscu_task_context.h366 u32 response_length:8; member
/Linux-v6.1/drivers/net/ethernet/sfc/
Dptp.c933 size_t response_length, in efx_ptp_process_times() argument
937 MCDI_VAR_ARRAY_LEN(response_length, in efx_ptp_process_times()
1039 size_t response_length; in efx_ptp_synchronize() local
1078 &response_length); in efx_ptp_synchronize()
1080 rc = efx_ptp_process_times(efx, synch_buf, response_length, in efx_ptp_synchronize()
/Linux-v6.1/drivers/scsi/mpt3sas/
Dmpt3sas_transport.c326 u8 response_length; member
1238 u8 response_length; member
1532 u8 response_length; member
/Linux-v6.1/drivers/scsi/mpi3mr/
Dmpi3mr_transport.c104 u8 response_length; member
2493 u8 response_length; member
2750 u8 response_length; member
/Linux-v6.1/drivers/scsi/be2iscsi/
Dbe_cmds.h267 u32 response_length; /* dword 2 */ member
Dbe_cmds.c212 mbx_resp_hdr->response_length, in __beiscsi_mcc_compl_status()
Dbe_main.c4868 nonemb_cmd.va, (resp->response_length in beiscsi_bsg_request()
4870 bsg_reply->reply_payload_rcv_len = resp->response_length; in beiscsi_bsg_request()
/Linux-v6.1/drivers/net/ethernet/emulex/benet/
Dbe_cmds.h348 u32 response_length; /* dword 2 */ member
Dbe_cmds.c5075 memcpy(wrb_payload, resp, sizeof(*resp) + resp->response_length); in be_roce_mcc_cmd()
5076 be_dws_le_to_cpu(wrb_payload, sizeof(*resp) + resp->response_length); in be_roce_mcc_cmd()
/Linux-v6.1/drivers/scsi/elx/libefc_sli/
Dsli4.h568 __le32 response_length; member

12