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

/haiku/src/add-ons/kernel/drivers/bus/firewire/
H A Dfw_raw.c123 q->stproc = NULL;
385 if (ir->stproc == NULL) {
387 ir->stproc = STAILQ_FIRST(&ir->stvalid);
388 if (ir->stproc != NULL) {
395 if (ir->stproc == NULL) {
412 } else if (ir->stproc != NULL) {
416 ir->stproc->poffset + ir->queued);
435 STAILQ_INSERT_TAIL(&ir->stfree, ir->stproc, link);
438 ir->stproc = NULL;
566 if (it->stproc
[all...]
/haiku/headers/private/firewire/
H A Dfirewirereg.h275 struct fw_bulkxfer *stproc; member in struct:fw_xferq

Completed in 76 milliseconds