Lines Matching refs:tcode
551 int tcode = async_header_get_tcode(header); in log_ar_at_event() local
566 switch (tcode) { in log_ar_at_event()
586 switch (tcode) { in log_ar_at_event()
589 dir, evts[evt], tcodes[tcode]); in log_ar_at_event()
604 evts[evt], tcodes[tcode], async_header_get_offset(header), specific); in log_ar_at_event()
611 evts[evt], tcodes[tcode], specific); in log_ar_at_event()
901 u32 status, length, tcode; in handle_ar_packet() local
908 tcode = async_header_get_tcode(p.header); in handle_ar_packet()
909 switch (tcode) { in handle_ar_packet()
966 if (evt == OHCI1394_evt_no_status && tcode == TCODE_LINK_INTERNAL) in handle_ar_packet()
1396 int z, tcode; in at_context_queue_packet() local
1407 tcode = async_header_get_tcode(packet->header); in at_context_queue_packet()
1409 switch (tcode) { in at_context_queue_packet()
1423 ohci1394_at_data_set_tcode(header, tcode); in at_context_queue_packet()
1435 if (tcode_is_block_packet(tcode)) in at_context_queue_packet()
1630 int tcode, length, i; in handle_local_rom() local
1632 tcode = async_header_get_tcode(packet->header); in handle_local_rom()
1633 if (tcode_is_block_packet(tcode)) in handle_local_rom()
1642 } else if (!tcode_is_read_request(tcode)) { in handle_local_rom()
1659 int tcode, length, ext_tcode, sel, try; in handle_local_lock() local
1663 tcode = async_header_get_tcode(packet->header); in handle_local_lock()
1668 if (tcode == TCODE_LOCK_REQUEST && in handle_local_lock()
1672 } else if (tcode == TCODE_READ_QUADLET_REQUEST) { in handle_local_lock()