Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/firewire/
Dcore-transaction.c44 #define HEADER_GET_TCODE(q) (((q) >> 4) & 0x0f) macro
640 tcode = HEADER_GET_TCODE(r->request_header[0]); in fw_get_response_length()
676 tcode = HEADER_GET_TCODE(request_header[0]); in fw_fill_response()
752 request_tcode = HEADER_GET_TCODE(p->header[0]); in allocate_request()
846 tcode = HEADER_GET_TCODE(p->header[0]); in handle_exclusive_region_request()
881 tcode = HEADER_GET_TCODE(p->header[0]); in handle_fcp_region_request()
915 if (TCODE_IS_LINK_INTERNAL(HEADER_GET_TCODE(p->header[0]))) { in fw_core_handle_request()
945 tcode = HEADER_GET_TCODE(p->header[0]); in fw_core_handle_response()
Dohci.c1507 #define HEADER_GET_TCODE(q) (((q) >> 4) & 0x0f) macro
1518 tcode = HEADER_GET_TCODE(packet->header[0]); in handle_local_rom()
1547 tcode = HEADER_GET_TCODE(packet->header[0]); in handle_local_lock()