Searched refs:stproc (Results 1 – 3 of 3) sorted by relevance
258 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 …]
202 struct fw_bulkxfer *stproc; member
365 xferq->stproc = NULL; in fwip_init()