Searched refs:buf_data_size (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/thunderbolt/ |
H A D | nvm.c | 96 image_size = nvm->buf_data_size; in intel_switch_nvm_validate() 131 nvm->buf_data_size = image_size - hdr_size; in intel_switch_nvm_validate() 230 image_size = nvm->buf_data_size; in intel_retimer_nvm_validate() 262 nvm->buf_data_size = image_size - hdr_size; in intel_retimer_nvm_validate() 387 image_size = nvm->buf_data_size; in tb_nvm_validate() 475 nvm->buf_data_size = offset + bytes; in tb_nvm_write_buf()
|
H A D | retimer.c | 119 image_size = rt->nvm->buf_data_size; in tb_retimer_nvm_validate_and_write()
|
H A D | tb.h | 61 size_t buf_data_size; member
|
H A D | switch.c | 113 image_size = sw->nvm->buf_data_size; in nvm_validate_and_write()
|
/openbmc/linux/sound/soc/sof/ |
H A D | debug.c | 277 dfse->buf_data_size = 0; in memory_info_read() 281 dfse->buf_data_size = data_length; in memory_info_read() 284 return simple_read_from_buffer(to, count, ppos, dfse->buf, dfse->buf_data_size); in memory_info_read()
|
H A D | sof-priv.h | 357 size_t buf_data_size; /* length of buffered data for file read operation */ member
|
/openbmc/linux/fs/smb/client/ |
H A D | smb2ops.c | 4445 unsigned int buf_data_size, struct iov_iter *iter, in decrypt_raw_data() argument 4457 iov[1].iov_len = buf_data_size; in decrypt_raw_data() 4495 memmove(buf, iov[1].iov_base, buf_data_size); in decrypt_raw_data() 4498 server->total_read = buf_data_size + iter_size; in decrypt_raw_data()
|
/openbmc/linux/fs/smb/server/ |
H A D | smb2pdu.c | 8994 int buf_data_size = pdu_length - sizeof(struct smb2_transform_hdr); in smb3_decrypt_req() local 8999 buf_data_size < sizeof(struct smb2_hdr)) { in smb3_decrypt_req() 9005 if (buf_data_size < le32_to_cpu(tr_hdr->OriginalMessageSize)) { in smb3_decrypt_req() 9021 iov[1].iov_len = buf_data_size; in smb3_decrypt_req() 9026 memmove(buf + 4, iov[1].iov_base, buf_data_size); in smb3_decrypt_req() 9027 *(__be32 *)buf = cpu_to_be32(buf_data_size); in smb3_decrypt_req()
|