Searched refs:response_sz (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/platform/x86/amd/hsmp/ |
| H A D | hsmp.c | 171 while (index < msg->response_sz) { in __hsmp_send_message() 210 if (msg->response_sz > hsmp_msg_desc_table[msg->msg_id].response_sz) in validate_message() 297 msg.response_sz = num_args; in hsmp_msg_get_nargs() 321 msg.response_sz = 1; in hsmp_test() 413 if (hsmp_msg_desc_table[msg.msg_id].response_sz > 0) { in hsmp_ioctl_msg() 638 msg.response_sz = hsmp_msg_desc_table[HSMP_GET_METRIC_TABLE_DRAM_ADDR].response_sz; in hsmp_get_tbl_dram_base() 692 msg.response_sz = hsmp_msg_desc_table[HSMP_GET_PROTO_VER].response_sz; in hsmp_cache_proto_ver()
|
| H A D | hwmon.c | 56 msg.response_sz = 1; in hsmp_hwmon_read()
|
| /linux/drivers/iio/chemical/ |
| H A D | scd4x.c | 134 void *response, int response_sz) in scd4x_read() argument 157 response_sz += response_sz / 2; in scd4x_read() 160 ret = scd4x_i2c_xfer(state, buf, 2, buf, response_sz); in scd4x_read() 164 for (i = 0; i < response_sz; i += 3) { in scd4x_read() 223 uint16_t arg, void *response, int response_sz) in scd4x_write_and_fetch() argument 239 response_sz += response_sz / 2; in scd4x_write_and_fetch() 241 ret = i2c_master_recv(client, buf, response_sz); in scd4x_write_and_fetch() 244 if (ret != response_sz) { in scd4x_write_and_fetch() 249 for (i = 0; i < response_sz; i += 3) { in scd4x_write_and_fetch()
|
| /linux/arch/x86/include/uapi/asm/ |
| H A D | amd_hsmp.h | 77 __u16 response_sz; /* Number of expected output/response words */ member 100 int response_sz; member
|
| /linux/include/linux/ |
| H A D | pci-doe.h | 27 void *response, size_t response_sz);
|
| /linux/fs/smb/server/ |
| H A D | ksmbd_work.h | 79 unsigned int response_sz; member
|
| H A D | ksmbd_work.c | 194 work->response_sz = MAX_CIFS_SMALL_BUFFER_SIZE; in allocate_interim_rsp_buf()
|
| H A D | smb2pdu.c | 611 work->response_sz) { in is_chained_smb2_message() 895 work->response_sz = sz; in smb2_session_expired_cmd_allowed() 1177 in_work->response_sz = len + 4; in smb2_send_interim_prefix_work() 2344 out_len = work->response_sz - work->next_smb2_rsp_hdr_off - in krb5_authenticate() 6020 free_len = (int)(work->response_sz - in smb2_query_dir()
|
| /linux/Documentation/arch/x86/ |
| H A D | amd_hsmp.rst | 185 __u16 response_sz; /* Number of expected output/response words */
|