Lines Matching refs:ohcifp
866 struct fwohci_txpkthdr *ohcifp; local
904 ohcifp = (struct fwohci_txpkthdr *) db_tr->db[1].db.immed;
908 ld = &ohcifp->mode.ld[0];
913 ohcifp->mode.common.spd = xfer->send.spd & 0x7;
916 ohcifp->mode.stream.len = fp->mode.stream.len;
921 ohcifp->mode.common.spd = 0;
922 ohcifp->mode.common.tcode = FWOHCITCODE_PHY;
924 ohcifp->mode.asycomm.dst = fp->mode.hdr.dst;
925 ohcifp->mode.asycomm.srcbus = OHCI_ASYSRCBUS;
926 ohcifp->mode.asycomm.tlrt |= FWRETRY_X;
2507 struct fwohci_txpkthdr *ohcifp; local
2524 ohcifp = (struct fwohci_txpkthdr *) db[1].db.immed;
2525 ohcifp->mode.ld[0] = fp->mode.ld[0];
2526 ohcifp->mode.common.spd = 0 & 0x7;
2527 ohcifp->mode.stream.len = fp->mode.stream.len;
2528 ohcifp->mode.stream.chtag = chtag;
2529 ohcifp->mode.stream.tcode = 0xa;