Home
last modified time | relevance | path

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

/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.c124 image_size = rt->nvm->buf_data_size; in tb_retimer_nvm_validate_and_write()
H A Dswitch.c113 image_size = sw->nvm->buf_data_size; in nvm_validate_and_write()
/linux/sound/soc/sof/
H A Ddebug.c258 dfse->buf_data_size = 0; in memory_info_read()
262 dfse->buf_data_size = data_length; in memory_info_read()
265 return simple_read_from_buffer(to, count, ppos, dfse->buf, dfse->buf_data_size); in memory_info_read()
H A Dsof-priv.h373 size_t buf_data_size; /* length of buffered data for file read operation */
381 size_t buf_data_size; /* length of buffered data for file read operation */ global() member
/linux/fs/smb/server/
H A Dsmb2pdu.c9018 int buf_data_size = pdu_length - sizeof(struct smb2_transform_hdr); in smb3_decrypt_req() local
9023 buf_data_size < sizeof(struct smb2_hdr)) { in smb3_decrypt_req()
9029 if (buf_data_size < le32_to_cpu(tr_hdr->OriginalMessageSize)) { in smb3_decrypt_req()
9045 iov[1].iov_len = buf_data_size; in smb3_decrypt_req()
9050 memmove(buf + 4, iov[1].iov_base, buf_data_size); in smb3_decrypt_req()
9051 *(__be32 *)buf = cpu_to_be32(buf_data_size); in smb3_decrypt_req()
/linux/fs/smb/client/
H A Dsmb2ops.c4518 unsigned int buf_data_size, struct iov_iter *iter, in decrypt_raw_data() argument
4530 iov[1].iov_len = buf_data_size; in decrypt_raw_data()
4567 memmove(buf, iov[1].iov_base, buf_data_size); in decrypt_raw_data()
4570 server->total_read = buf_data_size + iter_size; in decrypt_raw_data()