Home | History | Annotate | Download | only in ieee1394

Lines Matching refs:stproc

258 	if (ir->stproc == NULL) {
260 ir->stproc = STAILQ_FIRST(&ir->stvalid);
261 if (ir->stproc != NULL) {
266 if (ir->stproc == NULL) {
279 } else if (ir->stproc != NULL) {
283 ir->stproc->poffset + ir->queued);
292 STAILQ_INSERT_TAIL(&ir->stfree, ir->stproc, link);
294 ir->stproc = NULL;
335 if (it->stproc == NULL) {
336 it->stproc = STAILQ_FIRST(&it->stfree);
337 if (it->stproc != NULL) {
358 it->stproc->poffset + it->queued);
366 STAILQ_INSERT_TAIL(&it->stvalid, it->stproc, link);
367 it->stproc = NULL;
782 q->stproc = NULL;