Lines Matching refs:tcode
487 int tcode = header[0] >> 4 & 0xf; in log_ar_at_event() local
502 switch (tcode) { in log_ar_at_event()
515 switch (tcode) { in log_ar_at_event()
518 dir, evts[evt], tcodes[tcode]); in log_ar_at_event()
529 tcodes[tcode], header[1] & 0xffff, header[2], specific); in log_ar_at_event()
536 tcodes[tcode], specific); in log_ar_at_event()
817 u32 status, length, tcode; in handle_ar_packet() local
824 tcode = (p.header[0] >> 4) & 0x0f; in handle_ar_packet()
825 switch (tcode) { in handle_ar_packet()
1305 int z, tcode; in at_context_queue_packet() local
1322 tcode = (packet->header[0] >> 4) & 0x0f; in at_context_queue_packet()
1324 switch (tcode) { in at_context_queue_packet()
1340 if (TCODE_IS_BLOCK_PACKET(tcode)) in at_context_queue_packet()
1529 int tcode, length, i; in handle_local_rom() local
1531 tcode = HEADER_GET_TCODE(packet->header[0]); in handle_local_rom()
1532 if (TCODE_IS_BLOCK_PACKET(tcode)) in handle_local_rom()
1541 } else if (!TCODE_IS_READ_REQUEST(tcode)) { in handle_local_rom()
1556 int tcode, length, ext_tcode, sel, try; in handle_local_lock() local
1560 tcode = HEADER_GET_TCODE(packet->header[0]); in handle_local_lock()
1565 if (tcode == TCODE_LOCK_REQUEST && in handle_local_lock()
1569 } else if (tcode == TCODE_READ_QUADLET_REQUEST) { in handle_local_lock()