/src/sys/dev/ieee1394/ |
firewire.c | 384 int tcode; local in function:fw_asyreq 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; local in function:fw_rcv [all...] |
firewirereg.h | 165 const struct tcode_info *tcode; member in struct:firewire_comm
|
fwohci.c | 124 "data write err","bus reset", "timeout", "tcode err", 369 sc->fc.tcode = tinfo; 1356 int tcode, hdr_len, pl_off, fsegment = -1, i; local in function:fwohci_start 1391 tcode = fp->mode.common.tcode; 1394 info = &tinfo[tcode]; 1403 if (tcode == FWTCODE_STREAM) { 1406 } else if (tcode == FWTCODE_PHY) { 1411 ohcifp->mode.common.tcode = FWOHCITCODE_PHY; 1427 if (tcode == FWTCODE_WREQQ || tcode == FWTCODE_RRESQ [all...] |