| /drivers/char/tpm/ |
| A D | tpm-dev-common.c | 70 priv->response_length = ret; in tpm_dev_async_work() 84 priv->response_length = ret; in tpm_dev_async_work() 109 priv->response_length = 0; in tpm_timeout_work() 139 if (priv->response_length) { in tpm_common_read() 144 priv->response_length = 0; in tpm_common_read() 151 priv->response_length = 0; in tpm_common_read() 161 if (!priv->response_length) { in tpm_common_read() 202 priv->response_length = 0; in tpm_common_write() 233 priv->response_length = ret; in tpm_common_write() 255 if (priv->response_length) in tpm_common_poll() [all …]
|
| A D | tpm-dev.h | 17 ssize_t response_length; member
|
| /drivers/target/ |
| A D | target_core_spc.c | 2206 int response_length = 0; in spc_emulate_report_supp_op_codes() local 2222 response_length = 4 + (8 + rctd * 12) * descr_num; in spc_emulate_report_supp_op_codes() 2229 response_length = 4 + descr->cdb_size + rctd * 12; in spc_emulate_report_supp_op_codes() 2231 response_length = 2; in spc_emulate_report_supp_op_codes() 2234 buf = kzalloc(response_length, GFP_KERNEL); in spc_emulate_report_supp_op_codes() 2239 response_length = 0; in spc_emulate_report_supp_op_codes() 2242 response_length += 4; in spc_emulate_report_supp_op_codes() 2249 response_length += spc_rsoc_encode_command_descriptor( in spc_emulate_report_supp_op_codes() 2250 &buf[response_length], rctd, descr); in spc_emulate_report_supp_op_codes() 2252 put_unaligned_be32(response_length - 4, buf); in spc_emulate_report_supp_op_codes() [all …]
|
| /drivers/infiniband/hw/mlx5/ |
| A D | ah.c | 121 resp.response_length = min_resp_len; in mlx5_ib_create_ah() 124 err = ib_copy_to_udata(udata, &resp, resp.response_length); in mlx5_ib_create_ah()
|
| A D | main.c | 907 resp.response_length = resp_len; in mlx5_ib_query_device() 979 resp.response_length += sizeof(resp.tso_caps); in mlx5_ib_query_device() 996 resp.response_length += sizeof(resp.rss_caps); in mlx5_ib_query_device() 1000 resp.response_length += sizeof(resp.tso_caps); in mlx5_ib_query_device() 1002 resp.response_length += sizeof(resp.rss_caps); in mlx5_ib_query_device() 1140 resp.response_length += sizeof(resp.cqe_comp_caps); in mlx5_ib_query_device() 1185 resp.response_length += in mlx5_ib_query_device() 1190 resp.response_length += sizeof(resp.flags); in mlx5_ib_query_device() 1286 resp.response_length += sizeof(resp.reserved); in mlx5_ib_query_device() 1291 resp.response_length += sizeof(resp.reg_c0); in mlx5_ib_query_device() [all …]
|
| A D | qp.c | 4412 resp->response_length = sizeof(*resp); in __mlx5_ib_modify_qp() 4595 resp.response_length = (udata->outlen < sizeof(resp)) ? in mlx5_ib_modify_dct() 4624 err = ib_copy_to_udata(udata, &resp, resp.response_length); in mlx5_ib_modify_dct() 4788 if (!err && resp.response_length && in mlx5_ib_modify_qp() 4789 udata->outlen >= resp.response_length) in mlx5_ib_modify_qp() 4791 err = ib_copy_to_udata(udata, &resp, resp.response_length); in mlx5_ib_modify_qp() 5504 resp.response_length = offsetofend( in mlx5_ib_create_wq() 5505 struct mlx5_ib_create_wq_resp, response_length); in mlx5_ib_create_wq() 5506 err = ib_copy_to_udata(udata, &resp, resp.response_length); in mlx5_ib_create_wq() 5595 resp.response_length = in mlx5_ib_create_rwq_ind_table() [all …]
|
| A D | mr.c | 2551 __u32 response_length; in mlx5_ib_alloc_mw() member 2591 resp.response_length = in mlx5_ib_alloc_mw() 2592 min(offsetofend(typeof(resp), response_length), udata->outlen); in mlx5_ib_alloc_mw() 2593 if (resp.response_length) { in mlx5_ib_alloc_mw() 2594 err = ib_copy_to_udata(udata, &resp, resp.response_length); in mlx5_ib_alloc_mw()
|
| /drivers/scsi/smartpqi/ |
| A 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()
|
| A D | smartpqi.h | 1639 u8 response_length; member 1662 __le32 response_length; member
|
| /drivers/infiniband/hw/mlx4/ |
| A D | main.c | 463 resp.response_length = offsetof(typeof(resp), response_length) + in mlx4_ib_query_device() 464 sizeof(resp.response_length); in mlx4_ib_query_device() 581 if (uhw->outlen >= resp.response_length + sizeof(resp.hca_core_clock_offset)) { in mlx4_ib_query_device() 582 resp.response_length += sizeof(resp.hca_core_clock_offset); in mlx4_ib_query_device() 589 if (uhw->outlen >= resp.response_length + in mlx4_ib_query_device() 591 resp.response_length += sizeof(resp.max_inl_recv_sz); in mlx4_ib_query_device() 616 resp.response_length = offsetof(typeof(resp), rss_caps) + in mlx4_ib_query_device() 630 resp.response_length = offsetof(typeof(resp), tso_caps) + in mlx4_ib_query_device() 635 err = ib_copy_to_udata(uhw, &resp, resp.response_length); in mlx4_ib_query_device()
|
| A D | qp.c | 4382 resp.response_length = offsetof(typeof(resp), response_length) + in mlx4_ib_create_rwq_ind_table() 4383 sizeof(resp.response_length); in mlx4_ib_create_rwq_ind_table() 4384 err = ib_copy_to_udata(udata, &resp, resp.response_length); in mlx4_ib_create_rwq_ind_table()
|
| /drivers/net/ethernet/sfc/siena/ |
| A 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()
|
| /drivers/net/ethernet/sfc/ |
| A D | ptp.c | 910 size_t response_length, in efx_ptp_process_times() argument 914 MCDI_VAR_ARRAY_LEN(response_length, in efx_ptp_process_times() 1016 size_t response_length; in efx_ptp_synchronize() local 1055 &response_length); in efx_ptp_synchronize() 1057 rc = efx_ptp_process_times(efx, synch_buf, response_length, in efx_ptp_synchronize()
|
| /drivers/infiniband/core/ |
| A D | uverbs_cmd.c | 1084 resp.response_length = uverbs_response_length(attrs, sizeof(resp)); in create_cq() 1504 resp.response_length = uverbs_response_length(attrs, sizeof(resp)); in create_qp() 1962 .response_length = uverbs_response_length(attrs, sizeof(resp)) in ib_uverbs_ex_modify_qp() 2982 resp.response_length = uverbs_response_length(attrs, sizeof(resp)); in ib_uverbs_ex_create_wq() 3011 resp.response_length = uverbs_response_length(attrs, sizeof(resp)); in ib_uverbs_ex_destroy_wq() 3170 resp.response_length = uverbs_response_length(attrs, sizeof(resp)); in ib_uverbs_ex_create_rwq_ind_table() 3676 resp.response_length = uverbs_response_length(attrs, sizeof(resp)); in ib_uverbs_ex_query_device() 3814 response_length), 3847 response_length), 3969 response_length), [all …]
|
| /drivers/scsi/isci/ |
| A D | scu_task_context.h | 366 u32 response_length:8; member
|
| /drivers/scsi/mpt3sas/ |
| A D | mpt3sas_transport.c | 326 u8 response_length; member 1246 u8 response_length; member 1540 u8 response_length; member
|
| /drivers/scsi/mpi3mr/ |
| A D | mpi3mr_transport.c | 103 u8 response_length; member 2532 u8 response_length; member 2794 u8 response_length; member
|
| /drivers/scsi/be2iscsi/ |
| A D | be_cmds.h | 267 u32 response_length; /* dword 2 */ member
|
| A D | be_cmds.c | 212 mbx_resp_hdr->response_length, in __beiscsi_mcc_compl_status()
|
| A D | be_main.c | 4869 nonemb_cmd.va, (resp->response_length in beiscsi_bsg_request() 4871 bsg_reply->reply_payload_rcv_len = resp->response_length; in beiscsi_bsg_request()
|
| /drivers/net/ethernet/emulex/benet/ |
| A D | be_cmds.h | 348 u32 response_length; /* dword 2 */ member
|
| A D | be_cmds.c | 5079 memcpy(wrb_payload, resp, sizeof(*resp) + resp->response_length); in be_roce_mcc_cmd() 5080 be_dws_le_to_cpu(wrb_payload, sizeof(*resp) + resp->response_length); in be_roce_mcc_cmd()
|
| /drivers/scsi/elx/libefc_sli/ |
| A D | sli4.h | 568 __le32 response_length; member
|
| /drivers/scsi/lpfc/ |
| A D | lpfc_hw4.h | 1018 uint32_t response_length; member
|
| /drivers/message/fusion/ |
| A D | mptsas.c | 2831 u8 response_length; member
|