Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ieee1394/
H A Dfwdev.c258 if (ir->stproc == NULL) { in fw_read()
260 ir->stproc = STAILQ_FIRST(&ir->stvalid); in fw_read()
261 if (ir->stproc != NULL) { in fw_read()
266 if (ir->stproc == NULL) { in fw_read()
279 } else if (ir->stproc != NULL) { in fw_read()
283 ir->stproc->poffset + ir->queued); in fw_read()
292 STAILQ_INSERT_TAIL(&ir->stfree, ir->stproc, link); in fw_read()
294 ir->stproc = NULL; in fw_read()
335 if (it->stproc == NULL) { in fw_write()
336 it->stproc = STAILQ_FIRST(&it->stfree); in fw_write()
[all …]
H A Dfirewirereg.h202 struct fw_bulkxfer *stproc; member
H A Dif_fwip.c365 xferq->stproc = NULL; in fwip_init()