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

/freebsd-11-stable/sys/dev/firewire/
H A Dfwdev.c123 q->stproc = NULL;
337 if (ir->stproc == NULL) {
339 ir->stproc = STAILQ_FIRST(&ir->stvalid);
340 if (ir->stproc != NULL) {
347 if (ir->stproc == NULL) {
360 } else if (ir->stproc != NULL) {
364 ir->stproc->poffset + ir->queued);
376 STAILQ_INSERT_TAIL(&ir->stfree, ir->stproc, link);
379 ir->stproc = NULL;
471 if (it->stproc
[all...]
H A Dfirewirereg.h198 struct fw_bulkxfer *stproc; member in struct:fw_xferq
H A Dif_fwe.c313 xferq->stproc = NULL;
H A Dif_fwip.c318 xferq->stproc = NULL;

Completed in 125 milliseconds