Searched refs:trans_wrapper (Results 1 – 1 of 1) sorted by relevance
358 struct wrapper_msg *trans_wrapper; in encode_passthrough() local373 trans_wrapper = add_wrapper(wrappers, in encode_passthrough()375 if (!trans_wrapper) in encode_passthrough()377 trans_wrapper->len = in_trans->hdr.len; in encode_passthrough()378 out_trans = (struct wire_trans_passthrough *)&trans_wrapper->trans; in encode_passthrough()484 struct wrapper_msg *trans_wrapper; in encode_addr_size_pairs() local508 trans_wrapper = add_wrapper(wrappers, QAIC_WRAPPER_MAX_SIZE); in encode_addr_size_pairs()509 if (!trans_wrapper) in encode_addr_size_pairs()511 *out_trans = (struct wire_trans_dma_xfer *)&trans_wrapper->trans; in encode_addr_size_pairs()514 boundary = (void *)trans_wrapper + QAIC_WRAPPER_MAX_SIZE; in encode_addr_size_pairs()[all …]