Searched refs:trans_wrapper (Results 1 – 1 of 1) sorted by relevance
360 struct wrapper_msg *trans_wrapper; in encode_passthrough() local375 trans_wrapper = add_wrapper(wrappers, in encode_passthrough()377 if (!trans_wrapper) in encode_passthrough()379 trans_wrapper->len = in_trans->hdr.len; in encode_passthrough()380 out_trans = (struct wire_trans_passthrough *)&trans_wrapper->trans; in encode_passthrough()486 struct wrapper_msg *trans_wrapper; in encode_addr_size_pairs() local510 trans_wrapper = add_wrapper(wrappers, QAIC_WRAPPER_MAX_SIZE); in encode_addr_size_pairs()511 if (!trans_wrapper) in encode_addr_size_pairs()513 *out_trans = (struct wire_trans_dma_xfer *)&trans_wrapper->trans; in encode_addr_size_pairs()516 boundary = (void *)trans_wrapper + QAIC_WRAPPER_MAX_SIZE; in encode_addr_size_pairs()[all …]