Home
last modified time | relevance | path

Searched refs:ohcifp (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/bus/firewire/
HDfwohci.c834 struct fwohci_txpkthdr *ohcifp; local
869 ohcifp = (struct fwohci_txpkthdr *) db_tr->db[1].db.immed;
873 ld = &ohcifp->mode.ld[0];
878 ohcifp->mode.common.spd = xfer->send.spd & 0x7;
881 ohcifp->mode.stream.len = fp->mode.stream.len;
886 ohcifp->mode.common.spd = 0;
887 ohcifp->mode.common.tcode = FWOHCITCODE_PHY;
889 ohcifp->mode.asycomm.dst = fp->mode.hdr.dst;
890 ohcifp->mode.asycomm.srcbus = OHCI_ASYSRCBUS;
891 ohcifp->mode.asycomm.tlrt |= FWRETRY_X;
[all …]