Searched refs:atrq (Results 1 – 2 of 2) sorted by relevance
331 sc->fc.atq = &sc->atrq.xferq; in fwohci_init()336 sc->atrq.xferq.psize = roundup2(FWPMAX_S400, PAGE_SIZE); in fwohci_init()341 sc->atrq.xferq.start = fwohci_start_atq; in fwohci_init()346 sc->atrq.xferq.buf = NULL; in fwohci_init()351 sc->atrq.xferq.dmach = -1; in fwohci_init()356 sc->atrq.ndesc = 8; /* equal to maximum of mbuf chains */ in fwohci_init()361 sc->atrq.ndb = NDB; in fwohci_init()366 sc->atrq.off = OHCI_ATQOFF; in fwohci_init()487 fwohci_db_init(sc, &sc->atrq); in fwohci_attach()488 if ((sc->atrq.flags & FWOHCI_DBCH_INIT) == 0) in fwohci_attach()[all …]
64 } arrq, arrs, atrq, atrs, it[OHCI_DMA_ITCH], ir[OHCI_DMA_IRCH]; member