Home | History | Annotate | Download | only in ieee1394

Lines Matching defs:tcode

384 	int tcode;
395 tcode = fp->mode.common.tcode & 0xf;
396 info = &fc->tcode[tcode];
398 aprint_error_dev(fc->bdev, "invalid tcode=%x\n", tcode);
404 ((tcode != FWTCODE_RREQQ) || (fp->mode.rreqq.dest_hi != 0xffff) ||
430 len, xfer->send.pay_len, tcode_str[tcode], tcode);
1061 int tcode;
1077 tcode = fp->mode.common.tcode;
1078 switch (tcode) {
1084 fp->mode.hdr.tlrt >> 2, tcode);
1088 tcode_str[tcode], tcode,
1140 tcode_str[tcode], tcode,
1154 switch (tcode) {
1157 resfp->mode.hdr.tcode = FWTCODE_WRES;
1160 resfp->mode.hdr.tcode = FWTCODE_RRESQ;
1163 resfp->mode.hdr.tcode = FWTCODE_RRESB;
1166 resfp->mode.hdr.tcode = FWTCODE_LRES;
1205 aprint_error_dev(rb->fc->bdev, "unknown tcode %d\n", tcode);
1467 printf("%s: dst=0x%02x tl=0x%02x rt=%d tcode=0x%x pri=0x%x "
1471 fp->mode.hdr.tcode, fp->mode.hdr.pri,
1512 fw_tl2xfer(struct firewire_comm *fc, int node, int tlabel, int tcode)
1523 req = xfer->send.hdr.mode.hdr.tcode;
1524 if (xfer->fc->tcode[req].valid_res != tcode) {
1526 "invalid response tcode (0x%x for 0x%x)\n",
1527 tcode, req);
1566 fp->mode.common.tcode |= FWTCODE_PHY;
2172 tinfo = &rb->fc->tcode[pkt->mode.hdr.tcode];
2185 if (pkt->mode.hdr.tcode == FWTCODE_RRESQ &&
2272 fp->mode.lreq.tcode = FWTCODE_LREQ;