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

/freebsd-11-stable/sys/dev/firewire/
H A Dif_fwe.c211 struct fw_xferq *xferq; local
219 xferq = fc->ir[fwe->dma_ch];
221 if (xferq->flag & FWXFERQ_RUNNING)
223 xferq->flag &=
226 xferq->hand = NULL;
228 for (i = 0; i < xferq->bnchunk; i++)
229 m_freem(xferq->bulkxfer[i].mbuf);
230 free(xferq->bulkxfer, M_FWE);
239 xferq->bulkxfer = NULL;
277 struct fw_xferq *xferq; local
493 struct fw_xferq *xferq; local
550 fwe_as_input(struct fw_xferq *xferq) argument
[all...]
H A Dif_fwip.c208 struct fw_xferq *xferq; local
216 xferq = fc->ir[fwip->dma_ch];
218 if (xferq->flag & FWXFERQ_RUNNING)
220 xferq->flag &=
223 xferq->hand = NULL;
225 for (i = 0; i < xferq->bnchunk; i++)
226 m_freem(xferq->bulkxfer[i].mbuf);
227 free(xferq->bulkxfer, M_FWIP);
243 xferq->bulkxfer = NULL;
282 struct fw_xferq *xferq; local
540 struct fw_xferq *xferq; local
709 fwip_stream_input(struct fw_xferq *xferq) argument
[all...]
H A Dfwohci.c559 sc->arrq.xferq.flag &= ~FWXFERQ_RUNNING;
560 sc->arrs.xferq.flag &= ~FWXFERQ_RUNNING;
629 sc->fc.arq = &sc->arrq.xferq;
630 sc->fc.ars = &sc->arrs.xferq;
631 sc->fc.atq = &sc->atrq.xferq;
632 sc->fc.ats = &sc->atrs.xferq;
634 sc->arrq.xferq.psize = roundup2(FWPMAX_S400, PAGE_SIZE);
635 sc->arrs.xferq.psize = roundup2(FWPMAX_S400, PAGE_SIZE);
636 sc->atrq.xferq.psize = roundup2(FWPMAX_S400, PAGE_SIZE);
637 sc->atrs.xferq
[all...]
H A Dfwohcivar.h52 struct fw_xferq xferq; member in struct:fwohci_softc::fwohci_dbch
H A Dfirewire.c187 struct fw_xferq *xferq; local
219 xferq = fc->atq;
221 xferq = fc->ats;
239 if (xferq->start == NULL) {
240 printf("xferq->start == NULL\n");
243 if (!(xferq->queued < xferq->maxq)) {
245 xferq->queued);
257 xfer->q = xferq;
551 fw_xferq_drain(struct fw_xferq *xferq) argument
2334 struct fw_xferq *xferq; local
[all...]

Completed in 111 milliseconds