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

/freebsd-9.3-release/sys/dev/firewire/
H A Dfwdev.c151 q->stproc = NULL;
369 if (ir->stproc == NULL) {
371 ir->stproc = STAILQ_FIRST(&ir->stvalid);
372 if (ir->stproc != NULL) {
379 if (ir->stproc == NULL) {
392 } else if(ir->stproc != NULL) {
396 ir->stproc->poffset + ir->queued);
408 STAILQ_INSERT_TAIL(&ir->stfree, ir->stproc, link);
411 ir->stproc = NULL;
503 if (it->stproc
[all...]
H A Dfirewirereg.h208 struct fw_bulkxfer *stproc; member in struct:fw_xferq
H A Dif_fwe.c359 xferq->stproc = NULL;
H A Dif_fwip.c334 xferq->stproc = NULL;

Completed in 104 milliseconds