Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/firewire/
Dcore-transaction.c44 #define HEADER_GET_TCODE(q) (((q) >> 4) & 0x0f) macro
641 tcode = HEADER_GET_TCODE(r->request_header[0]); in fw_get_response_length()
677 tcode = HEADER_GET_TCODE(request_header[0]); in fw_fill_response()
753 request_tcode = HEADER_GET_TCODE(p->header[0]); in allocate_request()
864 tcode = HEADER_GET_TCODE(p->header[0]); in handle_exclusive_region_request()
899 tcode = HEADER_GET_TCODE(p->header[0]); in handle_fcp_region_request()
933 if (TCODE_IS_LINK_INTERNAL(HEADER_GET_TCODE(p->header[0]))) { in fw_core_handle_request()
963 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()