Searched refs:request_header (Results 1 – 3 of 3) sorted by relevance
629 u32 request_header[ASYNC_HEADER_QUADLET_COUNT]; member672 tcode = async_header_get_tcode(r->request_header); in fw_get_response_length()683 data_length = async_header_get_data_length(r->request_header); in fw_get_response_length()687 ext_tcode = async_header_get_extended_tcode(r->request_header); in fw_get_response_length()688 data_length = async_header_get_data_length(r->request_header); in fw_get_response_length()708 tcode = async_header_get_tcode(request_header); in fw_fill_response()709 tlabel = async_header_get_tlabel(request_header); in fw_fill_response()710 source = async_header_get_destination(request_header); // Exchange. in fw_fill_response()712 extended_tcode = async_header_get_extended_tcode(request_header); in fw_fill_response()826 memcpy(request->request_header, p->header, sizeof(p->header)); in allocate_request()[all …]
263 void fw_fill_response(struct fw_packet *response, u32 *request_header,
472 struct gb_operation_msg_hdr *request_header; in gb_operation_response_alloc() local488 request_header = operation->request->header; in gb_operation_response_alloc()489 response->header->operation_id = request_header->operation_id; in gb_operation_response_alloc()
Completed in 12 milliseconds