Home
last modified time | relevance | path

Searched refs:buf_data_size (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/thunderbolt/
H A Dnvm.c96 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 Dretimer.c119 image_size = rt->nvm->buf_data_size; in tb_retimer_nvm_validate_and_write()
H A Dtb.h61 size_t buf_data_size; member
H A Dswitch.c113 image_size = sw->nvm->buf_data_size; in nvm_validate_and_write()
/openbmc/linux/sound/soc/sof/
H A Ddebug.c277 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 Dsof-priv.h357 size_t buf_data_size; /* length of buffered data for file read operation */ member
/openbmc/linux/fs/smb/client/
H A Dsmb2ops.c4445 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 Dsmb2pdu.c8994 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()