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()
804 u32 status, length, tcode; in handle_ar_packet() local
811 tcode = (p.header[0] >> 4) & 0x0f; in handle_ar_packet()
812 switch (tcode) { in handle_ar_packet()
1294 int z, tcode; in at_context_queue_packet() local
1311 tcode = (packet->header[0] >> 4) & 0x0f; in at_context_queue_packet()
1313 switch (tcode) { in at_context_queue_packet()
1329 if (TCODE_IS_BLOCK_PACKET(tcode)) in at_context_queue_packet()
1518 int tcode, length, i; in handle_local_rom() local
1520 tcode = HEADER_GET_TCODE(packet->header[0]); in handle_local_rom()
1521 if (TCODE_IS_BLOCK_PACKET(tcode)) in handle_local_rom()
1530 } else if (!TCODE_IS_READ_REQUEST(tcode)) { in handle_local_rom()
1545 int tcode, length, ext_tcode, sel, try; in handle_local_lock() local
1549 tcode = HEADER_GET_TCODE(packet->header[0]); in handle_local_lock()
1554 if (tcode == TCODE_LOCK_REQUEST && in handle_local_lock()
1558 } else if (tcode == TCODE_READ_QUADLET_REQUEST) { in handle_local_lock()