Lines Matching refs:tcode
474 int tcode = header[0] >> 4 & 0xf; in log_ar_at_event() local
489 switch (tcode) { in log_ar_at_event()
502 switch (tcode) { in log_ar_at_event()
505 dir, evts[evt], tcodes[tcode]); in log_ar_at_event()
516 tcodes[tcode], header[1] & 0xffff, header[2], specific); in log_ar_at_event()
523 tcodes[tcode], specific); in log_ar_at_event()
802 u32 status, length, tcode; in handle_ar_packet() local
809 tcode = (p.header[0] >> 4) & 0x0f; in handle_ar_packet()
810 switch (tcode) { in handle_ar_packet()
1296 int z, tcode; in at_context_queue_packet() local
1313 tcode = (packet->header[0] >> 4) & 0x0f; in at_context_queue_packet()
1315 switch (tcode) { in at_context_queue_packet()
1331 if (TCODE_IS_BLOCK_PACKET(tcode)) in at_context_queue_packet()
1520 int tcode, length, i; in handle_local_rom() local
1522 tcode = HEADER_GET_TCODE(packet->header[0]); in handle_local_rom()
1523 if (TCODE_IS_BLOCK_PACKET(tcode)) in handle_local_rom()
1532 } else if (!TCODE_IS_READ_REQUEST(tcode)) { in handle_local_rom()
1547 int tcode, length, ext_tcode, sel, try; in handle_local_lock() local
1551 tcode = HEADER_GET_TCODE(packet->header[0]); in handle_local_lock()
1556 if (tcode == TCODE_LOCK_REQUEST && in handle_local_lock()
1560 } else if (tcode == TCODE_READ_QUADLET_REQUEST) { in handle_local_lock()