HomeSort by: relevance | last modified time | path
    Searched defs:tcode (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/ieee1394/
firewire.c 384 int tcode; local
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
    [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
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...]
fwohcireg.h 357 tcode:4, member in struct:fwohci_txpkthdr::__anon3095::__anon3096
361 tcode:4,
373 tcode:4, member in struct:fwohci_txpkthdr::__anon3095::__anon3097
377 tcode:4,
391 tcode:4, member in struct:fwohci_txpkthdr::__anon3095::__anon3098
395 tcode:4,

Completed in 95 milliseconds