Lines Matching defs:tcode
519 int tcode = header[0] >> 4 & 0xf;
534 switch (tcode) {
547 switch (tcode) {
550 dir, evts[evt], tcodes[tcode]);
561 tcodes[tcode], header[1] & 0xffff, header[2], specific);
568 tcodes[tcode], specific);
849 u32 status, length, tcode;
856 tcode = (p.header[0] >> 4) & 0x0f;
857 switch (tcode) {
892 ar_context_abort(ctx, "invalid tcode");
1339 int z, tcode;
1356 tcode = (packet->header[0] >> 4) & 0x0f;
1358 switch (tcode) {
1374 if (TCODE_IS_BLOCK_PACKET(tcode))
1563 int tcode, length, i;
1565 tcode = HEADER_GET_TCODE(packet->header[0]);
1566 if (TCODE_IS_BLOCK_PACKET(tcode))
1575 } else if (!TCODE_IS_READ_REQUEST(tcode)) {
1590 int tcode, length, ext_tcode, sel, try;
1594 tcode = HEADER_GET_TCODE(packet->header[0]);
1599 if (tcode == TCODE_LOCK_REQUEST &&
1603 } else if (tcode == TCODE_READ_QUADLET_REQUEST) {