Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/accel/qaic/
Dqaic_control.c361 u32 msg_hdr_len; in encode_passthrough() local
365 msg_hdr_len = le32_to_cpu(msg->hdr.len); in encode_passthrough()
370 if (size_add(msg_hdr_len, in_trans->hdr.len) > QAIC_MANAGE_EXT_MSG_LENGTH) in encode_passthrough()
381 msg->hdr.len = cpu_to_le32(msg_hdr_len + in_trans->hdr.len); in encode_passthrough()
481 struct ioctl_resources *resources, u32 msg_hdr_len, u32 *size, in encode_addr_size_pairs() argument
498 *size = QAIC_MANAGE_EXT_MSG_LENGTH - msg_hdr_len - sizeof(**out_trans); in encode_addr_size_pairs()
569 u32 msg_hdr_len; in encode_dma() local
575 msg_hdr_len = le32_to_cpu(msg->hdr.len); in encode_dma()
578 if (size_add(msg_hdr_len, sizeof(*out_trans) + sizeof(struct wire_addr_size_pair)) > in encode_dma()
592 ret = encode_addr_size_pairs(xfer, wrappers, resources, msg_hdr_len, &size, &out_trans); in encode_dma()
[all …]