HomeSort by: relevance | last modified time | path
    Searched defs:xferq (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ieee1394/
fwohcivar.h 55 struct fw_xferq xferq; member in struct:fwohci_softc::fwohci_dbch
if_fwip.c 330 struct fw_xferq *xferq; local in function:fwip_init
342 xferq = fc->ir[sc->sc_dma_ch];
343 xferq->flag |=
345 xferq->flag &= ~0xff;
346 xferq->flag |= broadcast_channel & 0xff;
348 xferq->sc = (void *) sc;
349 xferq->hand = fwip_stream_input;
350 xferq->bnchunk = rx_queue_len;
351 xferq->bnpacket = 1;
352 xferq->psize = MCLBYTES
434 struct fw_xferq *xferq; local in function:fwip_stop
536 struct fw_xferq *xferq; local in function:fwip_async_output
    [all...]
firewire.c 381 struct fw_xferq *xferq; local in function:fw_asyreq
413 xferq = fc->atq;
415 xferq = fc->ats;
434 if (xferq->start == NULL) {
435 aprint_error_dev(fc->bdev, "xferq->start == NULL\n");
438 if (!(xferq->queued < xferq->maxq)) {
440 xferq->queued);
451 xfer->q = xferq;
1234 struct fw_xferq *xferq; local in function:fw_open_isodma
    [all...]

Completed in 13 milliseconds