Lines Matching defs:tcode
189 int tcode;
200 tcode = fp->mode.common.tcode & 0xf;
201 info = &fc->tcode[tcode];
203 printf("invalid tcode=%x\n", tcode);
209 ((tcode != FWTCODE_RREQQ) || (fp->mode.rreqq.dest_hi != 0xffff) ||
234 len, xfer->send.pay_len, tcode_str[tcode], tcode);
1008 printf("%s: dst=0x%02x tl=0x%02x rt=%d tcode=0x%x pri=0x%x "
1012 fp->mode.hdr.tcode, fp->mode.hdr.pri,
1054 fw_tl2xfer(struct firewire_comm *fc, int node, int tlabel, int tcode)
1068 req = xfer->send.hdr.mode.hdr.tcode;
1069 if (xfer->fc->tcode[req].valid_res != tcode) {
1070 printf("%s: invalid response tcode "
1072 tcode, req);
1253 fp->mode.common.tcode |= FWTCODE_PHY;
1855 tinfo = &rb->fc->tcode[pkt->mode.hdr.tcode];
1868 if (pkt->mode.hdr.tcode == FWTCODE_RRESQ &&
1906 int tcode;
1923 tcode = fp->mode.common.tcode;
1924 switch (tcode) {
1930 fp->mode.hdr.tlrt >> 2, fp->mode.hdr.tcode);
1935 tcode_str[tcode], tcode,
1990 tcode_str[tcode], tcode,
2007 switch (tcode) {
2010 resfp->mode.hdr.tcode = FWTCODE_WRES;
2013 resfp->mode.hdr.tcode = FWTCODE_RRESQ;
2016 resfp->mode.hdr.tcode = FWTCODE_RRESB;
2019 resfp->mode.hdr.tcode = FWTCODE_LRES;
2091 device_printf(rb->fc->bdev,"%s: unknown tcode %d\n",
2092 __func__, tcode);
2151 fp->mode.lreq.tcode = FWTCODE_LREQ;
2195 switch (rfp->mode.hdr.tcode) {
2204 sfp->mode.wres.tcode = FWTCODE_WRES;
2210 sfp->mode.wres.tcode = FWTCODE_WRES;
2223 sfp->mode.rresb.tcode = FWTCODE_RRESB;
2234 sfp->mode.wres.tcode = FWTCODE_RRESQ;