Searched refs:HEADER_GET_TCODE (Results 1 – 2 of 2) sorted by relevance
44 #define HEADER_GET_TCODE(q) (((q) >> 4) & 0x0f) macro656 tcode = HEADER_GET_TCODE(r->request_header[0]); in fw_get_response_length()692 tcode = HEADER_GET_TCODE(request_header[0]); in fw_fill_response()768 request_tcode = HEADER_GET_TCODE(p->header[0]); in allocate_request()889 tcode = HEADER_GET_TCODE(p->header[0]); in handle_exclusive_region_request()924 tcode = HEADER_GET_TCODE(p->header[0]); in handle_fcp_region_request()958 if (TCODE_IS_LINK_INTERNAL(HEADER_GET_TCODE(p->header[0]))) { in fw_core_handle_request()988 tcode = HEADER_GET_TCODE(p->header[0]); in fw_core_handle_response()
1507 #define HEADER_GET_TCODE(q) (((q) >> 4) & 0x0f) macro1518 tcode = HEADER_GET_TCODE(packet->header[0]); in handle_local_rom()1547 tcode = HEADER_GET_TCODE(packet->header[0]); in handle_local_lock()
Completed in 15 milliseconds