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

/freebsd-11-stable/sys/dev/firewire/
H A Dfwohci.c865 struct fwohci_txpkthdr *ohcifp; local
903 ohcifp = (struct fwohci_txpkthdr *) db_tr->db[1].db.immed;
907 ld = &ohcifp->mode.ld[0];
912 ohcifp->mode.common.spd = xfer->send.spd & 0x7;
915 ohcifp->mode.stream.len = fp->mode.stream.len;
920 ohcifp->mode.common.spd = 0;
921 ohcifp->mode.common.tcode = FWOHCITCODE_PHY;
923 ohcifp->mode.asycomm.dst = fp->mode.hdr.dst;
924 ohcifp->mode.asycomm.srcbus = OHCI_ASYSRCBUS;
925 ohcifp
2493 struct fwohci_txpkthdr *ohcifp; local
[all...]

Completed in 151 milliseconds