| /Linux-v5.10/drivers/char/tpm/ |
| D | tpm-dev-common.c | 66 priv->response_length = ret; in tpm_dev_async_work() 74 priv->response_length = ret; in tpm_dev_async_work() 99 priv->response_length = 0; in tpm_timeout_work() 129 if (priv->response_length) { in tpm_common_read() 132 ret_size = min_t(ssize_t, size, priv->response_length); in tpm_common_read() 134 priv->response_length = 0; in tpm_common_read() 141 priv->response_length = 0; in tpm_common_read() 145 priv->response_length -= ret_size; in tpm_common_read() 151 if (!priv->response_length) { in tpm_common_read() 175 if ((!priv->response_read && priv->response_length) || in tpm_common_write() [all …]
|
| D | tpm-dev.h | 17 ssize_t response_length; member
|
| /Linux-v5.10/include/uapi/rdma/ |
| D | mlx5-abi.h | 143 __u32 response_length; member 257 __u32 response_length; member 412 __u32 response_length; member 430 __u32 response_length; member 437 __u32 response_length; member 442 __u32 response_length; member
|
| D | mlx4-abi.h | 136 __u32 response_length; member 183 __u32 response_length; member
|
| D | ib_user_verbs.h | 262 __u32 response_length; member 438 __u32 response_length; member 660 __u32 response_length; member 761 __u32 response_length; member 1249 __u32 response_length; member 1263 __u32 response_length; member 1291 __u32 response_length; member
|
| /Linux-v5.10/drivers/infiniband/hw/mlx5/ |
| D | ah.c | 115 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()
|
| D | main.c | 797 resp_len = sizeof(resp.comp_mask) + sizeof(resp.response_length); in mlx5_ib_query_device() 801 resp.response_length = resp_len; in mlx5_ib_query_device() 875 resp.response_length += sizeof(resp.tso_caps); in mlx5_ib_query_device() 896 resp.response_length += sizeof(resp.rss_caps); in mlx5_ib_query_device() 900 resp.response_length += sizeof(resp.tso_caps); in mlx5_ib_query_device() 902 resp.response_length += sizeof(resp.rss_caps); in mlx5_ib_query_device() 1043 resp.response_length += sizeof(resp.cqe_comp_caps); in mlx5_ib_query_device() 1075 resp.response_length += sizeof(resp.packet_pacing_caps); in mlx5_ib_query_device() 1088 resp.response_length += in mlx5_ib_query_device() 1093 resp.response_length += sizeof(resp.flags); in mlx5_ib_query_device() [all …]
|
| D | qp.c | 4021 resp->response_length = sizeof(*resp); in __mlx5_ib_modify_qp() 4202 resp.response_length = (udata->outlen < sizeof(resp)) ? in mlx5_ib_modify_dct() 4224 err = ib_copy_to_udata(udata, &resp, resp.response_length); in mlx5_ib_modify_dct() 4354 if (!err && resp.response_length && in mlx5_ib_modify_qp() 4355 udata->outlen >= resp.response_length) in mlx5_ib_modify_qp() 4357 err = ib_copy_to_udata(udata, &resp, resp.response_length); in mlx5_ib_modify_qp() 5062 resp.response_length = offsetofend( in mlx5_ib_create_wq() 5063 struct mlx5_ib_create_wq_resp, response_length); in mlx5_ib_create_wq() 5064 err = ib_copy_to_udata(udata, &resp, resp.response_length); in mlx5_ib_create_wq() 5153 resp.response_length = in mlx5_ib_create_rwq_ind_table() [all …]
|
| D | mr.c | 1997 __u32 response_length; in mlx5_ib_alloc_mw() member 2039 resp.response_length = in mlx5_ib_alloc_mw() 2040 min(offsetofend(typeof(resp), response_length), udata->outlen); in mlx5_ib_alloc_mw() 2041 if (resp.response_length) { in mlx5_ib_alloc_mw() 2042 err = ib_copy_to_udata(udata, &resp, resp.response_length); in mlx5_ib_alloc_mw()
|
| /Linux-v5.10/drivers/scsi/smartpqi/ |
| D | smartpqi_sas_transport.c | 482 put_unaligned_le32(resp_size, ¶meters->response_length); in pqi_build_csmi_smp_passthru_buffer() 497 le32_to_cpu(smp_buf->parameters.response_length)); in pqi_build_sas_smp_handler_reply()
|
| D | smartpqi.h | 1356 u8 response_length; member 1379 __le32 response_length; member
|
| /Linux-v5.10/drivers/infiniband/hw/mlx4/ |
| D | main.c | 465 resp.response_length = offsetof(typeof(resp), response_length) + in mlx4_ib_query_device() 466 sizeof(resp.response_length); in mlx4_ib_query_device() 586 if (uhw->outlen >= resp.response_length + sizeof(resp.hca_core_clock_offset)) { in mlx4_ib_query_device() 587 resp.response_length += sizeof(resp.hca_core_clock_offset); in mlx4_ib_query_device() 594 if (uhw->outlen >= resp.response_length + in mlx4_ib_query_device() 596 resp.response_length += sizeof(resp.max_inl_recv_sz); in mlx4_ib_query_device() 621 resp.response_length = offsetof(typeof(resp), rss_caps) + in mlx4_ib_query_device() 635 resp.response_length = offsetof(typeof(resp), tso_caps) + in mlx4_ib_query_device() 640 err = ib_copy_to_udata(uhw, &resp, resp.response_length); in mlx4_ib_query_device()
|
| D | qp.c | 4338 resp.response_length = offsetof(typeof(resp), response_length) + in mlx4_ib_create_rwq_ind_table() 4339 sizeof(resp.response_length); in mlx4_ib_create_rwq_ind_table() 4340 err = ib_copy_to_udata(udata, &resp, resp.response_length); in mlx4_ib_create_rwq_ind_table()
|
| /Linux-v5.10/drivers/net/ethernet/sfc/ |
| D | ptp.c | 923 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-v5.10/drivers/infiniband/core/ |
| D | uverbs_cmd.c | 1030 resp.response_length = uverbs_response_length(attrs, sizeof(resp)); in create_cq() 1465 resp.response_length = uverbs_response_length(attrs, sizeof(resp)); in create_qp() 1920 .response_length = uverbs_response_length(attrs, sizeof(resp)) in ib_uverbs_ex_modify_qp() 2940 resp.response_length = uverbs_response_length(attrs, sizeof(resp)); in ib_uverbs_ex_create_wq() 2969 resp.response_length = uverbs_response_length(attrs, sizeof(resp)); in ib_uverbs_ex_destroy_wq() 3111 resp.response_length = uverbs_response_length(attrs, sizeof(resp)); in ib_uverbs_ex_create_rwq_ind_table() 3612 resp.response_length = uverbs_response_length(attrs, sizeof(resp)); in ib_uverbs_ex_query_device() 3750 response_length), 3783 response_length), 3905 response_length), [all …]
|
| /Linux-v5.10/drivers/scsi/isci/ |
| D | scu_task_context.h | 366 u32 response_length:8; member
|
| /Linux-v5.10/drivers/scsi/mpt3sas/ |
| D | mpt3sas_transport.c | 264 u8 response_length; member 1039 u8 response_length; member 1332 u8 response_length; member
|
| /Linux-v5.10/drivers/scsi/be2iscsi/ |
| D | be_cmds.h | 267 u32 response_length; /* dword 2 */ member
|
| D | be_cmds.c | 212 mbx_resp_hdr->response_length, in __beiscsi_mcc_compl_status()
|
| D | be_main.c | 4877 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.10/drivers/net/ethernet/emulex/benet/ |
| D | be_cmds.h | 348 u32 response_length; /* dword 2 */ member
|
| D | be_cmds.c | 5073 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.10/drivers/scsi/lpfc/ |
| D | lpfc_hw4.h | 958 uint32_t response_length; member
|
| /Linux-v5.10/drivers/message/fusion/ |
| D | mptsas.c | 2802 u8 response_length; member
|