Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/firewire/
Dcore-transaction.c56 #define HEADER_GET_TCODE(q) (((q) >> 4) & 0x0f) macro
637 tcode = HEADER_GET_TCODE(r->request_header[0]); in fw_get_response_length()
673 tcode = HEADER_GET_TCODE(request_header[0]); in fw_fill_response()
749 request_tcode = HEADER_GET_TCODE(p->header[0]); in allocate_request()
833 tcode = HEADER_GET_TCODE(p->header[0]); in handle_exclusive_region_request()
868 tcode = HEADER_GET_TCODE(p->header[0]); in handle_fcp_region_request()
902 if (TCODE_IS_LINK_INTERNAL(HEADER_GET_TCODE(p->header[0]))) { in fw_core_handle_request()
932 tcode = HEADER_GET_TCODE(p->header[0]); in fw_core_handle_response()
Dohci.c1486 #define HEADER_GET_TCODE(q) (((q) >> 4) & 0x0f) macro
1497 tcode = HEADER_GET_TCODE(packet->header[0]); in handle_local_rom()
1526 tcode = HEADER_GET_TCODE(packet->header[0]); in handle_local_lock()