Lines Matching refs:tcode
548 int tcode = async_header_get_tcode(header); in log_ar_at_event() local
563 switch (tcode) { in log_ar_at_event()
583 switch (tcode) { in log_ar_at_event()
586 dir, evts[evt], tcodes[tcode]); in log_ar_at_event()
601 evts[evt], tcodes[tcode], async_header_get_offset(header), specific); in log_ar_at_event()
608 evts[evt], tcodes[tcode], specific); in log_ar_at_event()
898 u32 status, length, tcode; in handle_ar_packet() local
905 tcode = async_header_get_tcode(p.header); in handle_ar_packet()
906 switch (tcode) { in handle_ar_packet()
963 if (evt == OHCI1394_evt_no_status && tcode == TCODE_LINK_INTERNAL) in handle_ar_packet()
1399 int z, tcode; in at_context_queue_packet() local
1410 tcode = async_header_get_tcode(packet->header); in at_context_queue_packet()
1412 switch (tcode) { in at_context_queue_packet()
1426 ohci1394_at_data_set_tcode(header, tcode); in at_context_queue_packet()
1438 if (tcode_is_block_packet(tcode)) in at_context_queue_packet()
1628 int tcode, length, i; in handle_local_rom() local
1630 tcode = async_header_get_tcode(packet->header); in handle_local_rom()
1631 if (tcode_is_block_packet(tcode)) in handle_local_rom()
1640 } else if (!tcode_is_read_request(tcode)) { in handle_local_rom()
1657 int tcode, length, ext_tcode, sel, try; in handle_local_lock() local
1661 tcode = async_header_get_tcode(packet->header); in handle_local_lock()
1666 if (tcode == TCODE_LOCK_REQUEST && in handle_local_lock()
1670 } else if (tcode == TCODE_READ_QUADLET_REQUEST) { in handle_local_lock()