Home
last modified time | relevance | path

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

/freebsd/sys/dev/firewire/
H A Dfwdev.c123 q->stproc = NULL; in fwdev_allocbuf()
337 if (ir->stproc == NULL) { in fw_read()
339 ir->stproc = STAILQ_FIRST(&ir->stvalid); 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()
376 STAILQ_INSERT_TAIL(&ir->stfree, ir->stproc, link); in fw_read()
379 ir->stproc = NULL; in fw_read()
471 if (it->stproc == NULL) { 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()