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

/freebsd-11-stable/sys/dev/firewire/
H A Dfwohcivar.h62 } arrq, arrs, atrq, atrs, it[OHCI_DMA_ITCH], ir[OHCI_DMA_IRCH]; member in struct:fwohci_softc
H A Dfwohci.c574 sc->atrs.top = STAILQ_FIRST(&sc->atrs.db_trq);
576 sc->atrs.bottom = sc->atrs.top;
582 for (i = 0, db_tr = sc->atrs.top; i < sc->atrs.ndb;
632 sc->fc.ats = &sc->atrs.xferq;
637 sc->atrs.xferq.psize = roundup2(FWPMAX_S400, PAGE_SIZE);
642 sc->atrs.xferq.start = fwohci_start_ats;
647 sc->atrs
[all...]

Completed in 68 milliseconds