Home
last modified time | relevance | path

Searched refs:stproc (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/sys/dev/firewire/
H A Dfwdev.c123 q->stproc = NULL; in fwdev_allocbuf()
337 if (ir->stproc == NULL) { in fw_read()
340 if (ir->stproc != NULL) { in fw_read()
347 if (ir->stproc == NULL) { in fw_read()
360 } else if (ir->stproc != NULL) { in fw_read()
364 ir->stproc->poffset + ir->queued); in fw_read()
379 ir->stproc = NULL; in fw_read()
471 if (it->stproc == NULL) { in fw_write()
473 if (it->stproc != NULL) { in fw_write()
496 it->stproc->poffset + it->queued); in fw_write()
[all …]
H A Dfirewirereg.h198 struct fw_bulkxfer *stproc; member
H A Dif_fwe.c309 xferq->stproc = NULL; in fwe_init()
H A Dif_fwip.c313 xferq->stproc = NULL; in fwip_init()