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()
801 u32 status, length, tcode; in handle_ar_packet() local
808 tcode = (p.header[0] >> 4) & 0x0f; in handle_ar_packet()
809 switch (tcode) { in handle_ar_packet()
1292 int z, tcode; in at_context_queue_packet() local
1309 tcode = (packet->header[0] >> 4) & 0x0f; in at_context_queue_packet()
1311 switch (tcode) { in at_context_queue_packet()
1327 if (TCODE_IS_BLOCK_PACKET(tcode)) in at_context_queue_packet()
1516 int tcode, length, i; in handle_local_rom() local
1518 tcode = HEADER_GET_TCODE(packet->header[0]); in handle_local_rom()
1519 if (TCODE_IS_BLOCK_PACKET(tcode)) in handle_local_rom()
1528 } else if (!TCODE_IS_READ_REQUEST(tcode)) { in handle_local_rom()
1543 int tcode, length, ext_tcode, sel, try; in handle_local_lock() local
1547 tcode = HEADER_GET_TCODE(packet->header[0]); in handle_local_lock()
1552 if (tcode == TCODE_LOCK_REQUEST && in handle_local_lock()
1556 } else if (tcode == TCODE_READ_QUADLET_REQUEST) { in handle_local_lock()