Home
last modified time | relevance | path

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

/freebsd/sys/dev/firewire/
H A Dfwdev.c123 q->stproc = NULL; in fwdev_allocbuf()
331 if (ir->stproc == NULL) { in fw_read()
333 ir->stproc = STAILQ_FIRST(&ir->stvalid); in fw_read()
334 if (ir->stproc != NULL) { in fw_read()
339 if (ir->stproc == NULL) { in fw_read()
352 } else if (ir->stproc != NULL) { in fw_read()
356 ir->stproc->poffset + ir->queued); in fw_read()
367 STAILQ_INSERT_TAIL(&ir->stfree, ir->stproc, link); in fw_read()
369 ir->stproc = NULL; in fw_read()
461 if (it->stproc == NULL) { in fw_write()
[all …]
H A Dfw_helpers.h201 xferq->stproc = NULL; in fw_iso_init_chunks()
H A Dfirewirereg.h232 struct fw_bulkxfer *stproc; member
H A Dif_fwe.c301 xferq->stproc = NULL; in fwe_init()
H A Dif_fwip.c306 xferq->stproc = NULL; in fwip_init()