Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/firewire/
Dcore-transaction.c44 #define HEADER_GET_TCODE(q) (((q) >> 4) & 0x0f) macro
698 tcode = HEADER_GET_TCODE(r->request_header[0]); in fw_get_response_length()
734 tcode = HEADER_GET_TCODE(request_header[0]); in fw_fill_response()
810 request_tcode = HEADER_GET_TCODE(p->header[0]); in allocate_request()
931 tcode = HEADER_GET_TCODE(p->header[0]); in handle_exclusive_region_request()
966 tcode = HEADER_GET_TCODE(p->header[0]); in handle_fcp_region_request()
1000 if (TCODE_IS_LINK_INTERNAL(HEADER_GET_TCODE(p->header[0]))) { in fw_core_handle_request()
1030 tcode = HEADER_GET_TCODE(p->header[0]); in fw_core_handle_response()
Dohci.c1509 #define HEADER_GET_TCODE(q) (((q) >> 4) & 0x0f) macro
1520 tcode = HEADER_GET_TCODE(packet->header[0]); in handle_local_rom()
1549 tcode = HEADER_GET_TCODE(packet->header[0]); in handle_local_lock()