| /Linux-v5.4/drivers/char/tpm/ |
| D | tpm-dev-common.c | 68 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 …]
|
| D | tpm-dev.h | 17 size_t response_length; member
|
| /Linux-v5.4/include/uapi/rdma/ |
| D | mlx5-abi.h | 140 __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
|
| 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 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/ |
| D | ah.c | 92 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()
|
| D | main.c | 844 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 …]
|
| D | mr.c | 1901 __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()
|
| D | qp.c | 3857 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/ |
| D | smartpqi_sas_transport.c | 486 put_unaligned_le32(resp_size, ¶meters->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()
|
| D | smartpqi.h | 1344 u8 response_length; member 1367 __le32 response_length; member
|
| /Linux-v5.4/drivers/infiniband/hw/mlx4/ |
| D | main.c | 449 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()
|
| D | qp.c | 4385 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/ |
| D | ptp.c | 891 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/ |
| D | scu_task_context.h | 366 u32 response_length:8; member
|
| /Linux-v5.4/drivers/infiniband/core/ |
| D | uverbs_cmd.c | 1041 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/ |
| D | mpt3sas_transport.c | 264 u8 response_length; member 1038 u8 response_length; member 1331 u8 response_length; member
|
| /Linux-v5.4/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.4/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.4/drivers/scsi/lpfc/ |
| D | lpfc_hw4.h | 954 uint32_t response_length; member
|
| /Linux-v5.4/drivers/message/fusion/ |
| D | mptsas.c | 2802 u8 response_length; member
|