Home
last modified time | relevance | path

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

/linux/drivers/accel/qaic/
H A Dqaic_control.c363 u32 msg_hdr_len; in encode_passthrough() local
367 msg_hdr_len = le32_to_cpu(msg->hdr.len); in encode_passthrough()
372 if (size_add(msg_hdr_len, in_trans->hdr.len) > QAIC_MANAGE_WIRE_MSG_LENGTH) in encode_passthrough()
383 msg->hdr.len = cpu_to_le32(msg_hdr_len + in_trans->hdr.len); in encode_passthrough()
483 struct ioctl_resources *resources, u32 msg_hdr_len, u32 *size, in encode_addr_size_pairs() argument
500 *size = QAIC_MANAGE_WIRE_MSG_LENGTH - msg_hdr_len - sizeof(**out_trans); in encode_addr_size_pairs()
571 u32 msg_hdr_len; in encode_dma() local
577 msg_hdr_len = le32_to_cpu(msg->hdr.len); in encode_dma()
580 if (size_add(msg_hdr_len, sizeof(*out_trans) + sizeof(struct wire_addr_size_pair)) > in encode_dma()
594 ret = encode_addr_size_pairs(xfer, wrappers, resources, msg_hdr_len, &size, &out_trans); in encode_dma()
[all …]