HomeSort by: relevance | last modified time | path
    Searched refs:stproc (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ieee1394/
fwdev.c 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)
    [all...]
firewirereg.h 202 struct fw_bulkxfer *stproc; member in struct:fw_xferq
if_fwip.c 365 xferq->stproc = NULL;

Completed in 33 milliseconds