| /Linux-v5.15/drivers/char/tpm/ |
| D | tpm-dev-common.c | 65 priv->response_length = ret; in tpm_dev_async_work() 73 priv->response_length = ret; in tpm_dev_async_work() 98 priv->response_length = 0; in tpm_timeout_work() 128 if (priv->response_length) { in tpm_common_read() 131 ret_size = min_t(ssize_t, size, priv->response_length); in tpm_common_read() 133 priv->response_length = 0; in tpm_common_read() 140 priv->response_length = 0; in tpm_common_read() 144 priv->response_length -= ret_size; in tpm_common_read() 150 if (!priv->response_length) { in tpm_common_read() 174 if ((!priv->response_read && priv->response_length) || in tpm_common_write() [all …]
|
| D | tpm-dev.h | 17 ssize_t response_length; member
|
| /Linux-v5.15/include/uapi/rdma/ |
| D | mlx5-abi.h | 146 __u32 response_length; member 265 __u32 response_length; member 428 __u32 response_length; member 446 __u32 response_length; member 453 __u32 response_length; member 458 __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 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-v5.15/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 | 816 resp_len = sizeof(resp.comp_mask) + sizeof(resp.response_length); in mlx5_ib_query_device() 820 resp.response_length = resp_len; in mlx5_ib_query_device() 892 resp.response_length += sizeof(resp.tso_caps); in mlx5_ib_query_device() 913 resp.response_length += sizeof(resp.rss_caps); in mlx5_ib_query_device() 917 resp.response_length += sizeof(resp.tso_caps); in mlx5_ib_query_device() 919 resp.response_length += sizeof(resp.rss_caps); in mlx5_ib_query_device() 1060 resp.response_length += sizeof(resp.cqe_comp_caps); in mlx5_ib_query_device() 1092 resp.response_length += sizeof(resp.packet_pacing_caps); in mlx5_ib_query_device() 1105 resp.response_length += in mlx5_ib_query_device() 1110 resp.response_length += sizeof(resp.flags); in mlx5_ib_query_device() [all …]
|
| D | qp.c | 4267 resp->response_length = sizeof(*resp); in __mlx5_ib_modify_qp() 4448 resp.response_length = (udata->outlen < sizeof(resp)) ? in mlx5_ib_modify_dct() 4472 err = ib_copy_to_udata(udata, &resp, resp.response_length); in mlx5_ib_modify_dct() 4614 if (!err && resp.response_length && in mlx5_ib_modify_qp() 4615 udata->outlen >= resp.response_length) in mlx5_ib_modify_qp() 4617 err = ib_copy_to_udata(udata, &resp, resp.response_length); in mlx5_ib_modify_qp() 5329 resp.response_length = offsetofend( in mlx5_ib_create_wq() 5330 struct mlx5_ib_create_wq_resp, response_length); in mlx5_ib_create_wq() 5331 err = ib_copy_to_udata(udata, &resp, resp.response_length); in mlx5_ib_create_wq() 5420 resp.response_length = in mlx5_ib_create_rwq_ind_table() [all …]
|
| D | mr.c | 2273 __u32 response_length; in mlx5_ib_alloc_mw() member 2315 resp.response_length = in mlx5_ib_alloc_mw() 2316 min(offsetofend(typeof(resp), response_length), udata->outlen); in mlx5_ib_alloc_mw() 2317 if (resp.response_length) { in mlx5_ib_alloc_mw() 2318 err = ib_copy_to_udata(udata, &resp, resp.response_length); in mlx5_ib_alloc_mw()
|
| /Linux-v5.15/drivers/scsi/smartpqi/ |
| D | smartpqi_sas_transport.c | 492 put_unaligned_le32(resp_size, ¶meters->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()
|
| D | smartpqi.h | 1564 u8 response_length; member 1587 __le32 response_length; member
|
| /Linux-v5.15/drivers/infiniband/hw/mlx4/ |
| D | main.c | 466 resp.response_length = offsetof(typeof(resp), response_length) + in mlx4_ib_query_device() 467 sizeof(resp.response_length); in mlx4_ib_query_device() 584 if (uhw->outlen >= resp.response_length + sizeof(resp.hca_core_clock_offset)) { in mlx4_ib_query_device() 585 resp.response_length += sizeof(resp.hca_core_clock_offset); in mlx4_ib_query_device() 592 if (uhw->outlen >= resp.response_length + in mlx4_ib_query_device() 594 resp.response_length += sizeof(resp.max_inl_recv_sz); in mlx4_ib_query_device() 619 resp.response_length = offsetof(typeof(resp), rss_caps) + in mlx4_ib_query_device() 633 resp.response_length = offsetof(typeof(resp), tso_caps) + in mlx4_ib_query_device() 638 err = ib_copy_to_udata(uhw, &resp, resp.response_length); in mlx4_ib_query_device()
|
| D | qp.c | 4333 resp.response_length = offsetof(typeof(resp), response_length) + in mlx4_ib_create_rwq_ind_table() 4334 sizeof(resp.response_length); in mlx4_ib_create_rwq_ind_table() 4335 err = ib_copy_to_udata(udata, &resp, resp.response_length); in mlx4_ib_create_rwq_ind_table()
|
| /Linux-v5.15/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.15/drivers/infiniband/core/ |
| D | uverbs_cmd.c | 1067 resp.response_length = uverbs_response_length(attrs, sizeof(resp)); in create_cq() 1480 resp.response_length = uverbs_response_length(attrs, sizeof(resp)); in create_qp() 1931 .response_length = uverbs_response_length(attrs, sizeof(resp)) in ib_uverbs_ex_modify_qp() 2949 resp.response_length = uverbs_response_length(attrs, sizeof(resp)); in ib_uverbs_ex_create_wq() 2978 resp.response_length = uverbs_response_length(attrs, sizeof(resp)); in ib_uverbs_ex_destroy_wq() 3137 resp.response_length = uverbs_response_length(attrs, sizeof(resp)); in ib_uverbs_ex_create_rwq_ind_table() 3643 resp.response_length = uverbs_response_length(attrs, sizeof(resp)); in ib_uverbs_ex_query_device() 3781 response_length), 3814 response_length), 3936 response_length), [all …]
|
| /Linux-v5.15/drivers/scsi/isci/ |
| D | scu_task_context.h | 366 u32 response_length:8; member
|
| /Linux-v5.15/drivers/scsi/mpt3sas/ |
| D | mpt3sas_transport.c | 326 u8 response_length; member 1238 u8 response_length; member 1532 u8 response_length; member
|
| /Linux-v5.15/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 | 4849 nonemb_cmd.va, (resp->response_length in beiscsi_bsg_request() 4851 bsg_reply->reply_payload_rcv_len = resp->response_length; in beiscsi_bsg_request()
|
| /Linux-v5.15/drivers/net/ethernet/emulex/benet/ |
| D | be_cmds.h | 348 u32 response_length; /* dword 2 */ member
|
| D | be_cmds.c | 5075 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-v5.15/drivers/scsi/elx/libefc_sli/ |
| D | sli4.h | 568 __le32 response_length; member
|
| /Linux-v5.15/drivers/scsi/lpfc/ |
| D | lpfc_hw4.h | 979 uint32_t response_length; member
|
| /Linux-v5.15/drivers/message/fusion/ |
| D | mptsas.c | 2830 u8 response_length; member
|