Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/accel/qaic/
Dqaic_control.c356 struct qaic_manage_trans_passthrough *in_trans = trans; in encode_passthrough() local
367 if (in_trans->hdr.len % 8 != 0) in encode_passthrough()
370 if (size_add(msg_hdr_len, in_trans->hdr.len) > QAIC_MANAGE_EXT_MSG_LENGTH) in encode_passthrough()
374 offsetof(struct wrapper_msg, trans) + in_trans->hdr.len); in encode_passthrough()
377 trans_wrapper->len = in_trans->hdr.len; in encode_passthrough()
380 memcpy(out_trans->data, in_trans->data, in_trans->hdr.len - sizeof(in_trans->hdr)); in encode_passthrough()
381 msg->hdr.len = cpu_to_le32(msg_hdr_len + in_trans->hdr.len); in encode_passthrough()
383 *user_len += in_trans->hdr.len; in encode_passthrough()
385 out_trans->hdr.len = cpu_to_le32(in_trans->hdr.len); in encode_passthrough()
392 struct qaic_manage_trans_dma_xfer *in_trans, in find_and_map_user_pages() argument
[all …]