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()
815 u32 status, length, tcode; in handle_ar_packet() local
822 tcode = (p.header[0] >> 4) & 0x0f; in handle_ar_packet()
823 switch (tcode) { in handle_ar_packet()
1309 int z, tcode; in at_context_queue_packet() local
1326 tcode = (packet->header[0] >> 4) & 0x0f; in at_context_queue_packet()
1328 switch (tcode) { in at_context_queue_packet()
1344 if (TCODE_IS_BLOCK_PACKET(tcode)) in at_context_queue_packet()
1533 int tcode, length, i; in handle_local_rom() local
1535 tcode = HEADER_GET_TCODE(packet->header[0]); in handle_local_rom()
1536 if (TCODE_IS_BLOCK_PACKET(tcode)) in handle_local_rom()
1545 } else if (!TCODE_IS_READ_REQUEST(tcode)) { in handle_local_rom()
1560 int tcode, length, ext_tcode, sel, try; in handle_local_lock() local
1564 tcode = HEADER_GET_TCODE(packet->header[0]); in handle_local_lock()
1569 if (tcode == TCODE_LOCK_REQUEST && in handle_local_lock()
1573 } else if (tcode == TCODE_READ_QUADLET_REQUEST) { in handle_local_lock()