Home
last modified time | relevance | path

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

/linux/drivers/firewire/
H A Dcore-transaction.c710 u32 request_header[ASYNC_HEADER_QUADLET_COUNT]; member
753 tcode = async_header_get_tcode(r->request_header); in fw_get_response_length()
764 data_length = async_header_get_data_length(r->request_header); in fw_get_response_length()
768 ext_tcode = async_header_get_extended_tcode(r->request_header); in fw_get_response_length()
769 data_length = async_header_get_data_length(r->request_header); in fw_get_response_length()
784 void fw_fill_response(struct fw_packet *response, u32 *request_header, in fw_fill_response() argument
789 tcode = async_header_get_tcode(request_header); in fw_fill_response()
790 tlabel = async_header_get_tlabel(request_header); in fw_fill_response()
791 source = async_header_get_destination(request_header); // Exchange. in fw_fill_response()
792 destination = async_header_get_source(request_header); // Exchange. in fw_fill_response()
[all …]
/linux/drivers/greybus/
H A Doperation.c473 struct gb_operation_msg_hdr *request_header; in gb_operation_response_alloc() local
489 request_header = operation->request->header; in gb_operation_response_alloc()
490 response->header->operation_id = request_header->operation_id; in gb_operation_response_alloc()