Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/char/tpm/
Dtpm-dev-common.c68 priv->response_length = ret; in tpm_dev_async_work()
92 priv->response_length = 0; in tpm_timeout_work()
122 if (priv->response_length) { in tpm_common_read()
125 ret_size = min_t(ssize_t, size, priv->response_length); in tpm_common_read()
127 priv->response_length = 0; in tpm_common_read()
134 priv->response_length = 0; in tpm_common_read()
138 priv->response_length -= ret_size; in tpm_common_read()
144 if (!priv->response_length) { in tpm_common_read()
168 if ((!priv->response_read && priv->response_length) || in tpm_common_write()
194 priv->response_length = 0; in tpm_common_write()
[all …]
Dtpm-dev.h17 size_t response_length; member
/Linux-v5.4/include/uapi/rdma/
Dmlx5-abi.h140 __u32 response_length; member
254 __u32 response_length; member
403 __u32 response_length; member
421 __u32 response_length; member
426 __u32 response_length; member
431 __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
649 __u32 response_length; member
750 __u32 response_length; member
1238 __u32 response_length; member
1252 __u32 response_length; member
1280 __u32 response_length; member
/Linux-v5.4/drivers/infiniband/hw/mlx5/
Dah.c92 resp.response_length = min_resp_len; in mlx5_ib_create_ah()
95 err = ib_copy_to_udata(udata, &resp, resp.response_length); in mlx5_ib_create_ah()
Dmain.c844 resp_len = sizeof(resp.comp_mask) + sizeof(resp.response_length); in mlx5_ib_query_device()
848 resp.response_length = resp_len; in mlx5_ib_query_device()
920 resp.response_length += sizeof(resp.tso_caps); in mlx5_ib_query_device()
941 resp.response_length += sizeof(resp.rss_caps); in mlx5_ib_query_device()
945 resp.response_length += sizeof(resp.tso_caps); in mlx5_ib_query_device()
947 resp.response_length += sizeof(resp.rss_caps); in mlx5_ib_query_device()
1070 resp.response_length += sizeof(resp.cqe_comp_caps); in mlx5_ib_query_device()
1102 resp.response_length += sizeof(resp.packet_pacing_caps); in mlx5_ib_query_device()
1115 resp.response_length += in mlx5_ib_query_device()
1120 resp.response_length += sizeof(resp.flags); in mlx5_ib_query_device()
[all …]
Dmr.c1901 __u32 response_length; in mlx5_ib_alloc_mw() member
1944 resp.response_length = min(offsetof(typeof(resp), response_length) + in mlx5_ib_alloc_mw()
1945 sizeof(resp.response_length), udata->outlen); in mlx5_ib_alloc_mw()
1946 if (resp.response_length) { in mlx5_ib_alloc_mw()
1947 err = ib_copy_to_udata(udata, &resp, resp.response_length); in mlx5_ib_alloc_mw()
Dqp.c3857 resp.response_length = min_resp_len; in mlx5_ib_modify_dct()
3875 err = ib_copy_to_udata(udata, &resp, resp.response_length); in mlx5_ib_modify_dct()
6159 resp.response_length = offsetof(typeof(resp), response_length) + in mlx5_ib_create_wq()
6160 sizeof(resp.response_length); in mlx5_ib_create_wq()
6161 err = ib_copy_to_udata(udata, &resp, resp.response_length); in mlx5_ib_create_wq()
6251 resp.response_length = offsetof(typeof(resp), response_length) + in mlx5_ib_create_rwq_ind_table()
6252 sizeof(resp.response_length); in mlx5_ib_create_rwq_ind_table()
6253 err = ib_copy_to_udata(udata, &resp, resp.response_length); in mlx5_ib_create_rwq_ind_table()
/Linux-v5.4/drivers/scsi/smartpqi/
Dsmartpqi_sas_transport.c486 put_unaligned_le32(resp_size, &parameters->response_length); in pqi_build_csmi_smp_passthru_buffer()
501 le32_to_cpu(smp_buf->parameters.response_length)); in pqi_build_sas_smp_handler_reply()
Dsmartpqi.h1344 u8 response_length; member
1367 __le32 response_length; member
/Linux-v5.4/drivers/infiniband/hw/mlx4/
Dmain.c449 resp.response_length = offsetof(typeof(resp), response_length) + in mlx4_ib_query_device()
450 sizeof(resp.response_length); in mlx4_ib_query_device()
571 if (uhw->outlen >= resp.response_length + sizeof(resp.hca_core_clock_offset)) { in mlx4_ib_query_device()
572 resp.response_length += sizeof(resp.hca_core_clock_offset); in mlx4_ib_query_device()
579 if (uhw->outlen >= resp.response_length + in mlx4_ib_query_device()
581 resp.response_length += sizeof(resp.max_inl_recv_sz); in mlx4_ib_query_device()
606 resp.response_length = offsetof(typeof(resp), rss_caps) + in mlx4_ib_query_device()
620 resp.response_length = offsetof(typeof(resp), tso_caps) + in mlx4_ib_query_device()
625 err = ib_copy_to_udata(uhw, &resp, resp.response_length); in mlx4_ib_query_device()
Dqp.c4385 resp.response_length = offsetof(typeof(resp), response_length) + in mlx4_ib_create_rwq_ind_table()
4386 sizeof(resp.response_length); in mlx4_ib_create_rwq_ind_table()
4387 err = ib_copy_to_udata(udata, &resp, resp.response_length); in mlx4_ib_create_rwq_ind_table()
/Linux-v5.4/drivers/net/ethernet/sfc/
Dptp.c891 size_t response_length, in efx_ptp_process_times() argument
895 MCDI_VAR_ARRAY_LEN(response_length, in efx_ptp_process_times()
997 size_t response_length; in efx_ptp_synchronize() local
1036 &response_length); in efx_ptp_synchronize()
1038 rc = efx_ptp_process_times(efx, synch_buf, response_length, in efx_ptp_synchronize()
/Linux-v5.4/drivers/scsi/isci/
Dscu_task_context.h366 u32 response_length:8; member
/Linux-v5.4/drivers/infiniband/core/
Duverbs_cmd.c1041 resp.response_length = uverbs_response_length(attrs, sizeof(resp)); in create_cq()
1468 resp.response_length = uverbs_response_length(attrs, sizeof(resp)); in create_qp()
1949 .response_length = uverbs_response_length(attrs, sizeof(resp)) in ib_uverbs_ex_modify_qp()
2971 resp.response_length = uverbs_response_length(attrs, sizeof(resp)); in ib_uverbs_ex_create_wq()
3007 resp.response_length = uverbs_response_length(attrs, sizeof(resp)); in ib_uverbs_ex_destroy_wq()
3141 resp.response_length = uverbs_response_length(attrs, sizeof(resp)); in ib_uverbs_ex_create_rwq_ind_table()
3680 resp.response_length = uverbs_response_length(attrs, sizeof(resp)); in ib_uverbs_ex_query_device()
3818 response_length),
3851 response_length),
3973 response_length),
[all …]
/Linux-v5.4/drivers/scsi/mpt3sas/
Dmpt3sas_transport.c264 u8 response_length; member
1038 u8 response_length; member
1331 u8 response_length; member
/Linux-v5.4/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.c4877 nonemb_cmd.va, (resp->response_length in beiscsi_bsg_request()
4879 bsg_reply->reply_payload_rcv_len = resp->response_length; in beiscsi_bsg_request()
/Linux-v5.4/drivers/net/ethernet/emulex/benet/
Dbe_cmds.h348 u32 response_length; /* dword 2 */ member
Dbe_cmds.c5073 memcpy(wrb_payload, resp, sizeof(*resp) + resp->response_length); in be_roce_mcc_cmd()
5074 be_dws_le_to_cpu(wrb_payload, sizeof(*resp) + resp->response_length); in be_roce_mcc_cmd()
/Linux-v5.4/drivers/scsi/lpfc/
Dlpfc_hw4.h954 uint32_t response_length; member
/Linux-v5.4/drivers/message/fusion/
Dmptsas.c2802 u8 response_length; member