Home | History | Annotate | Download | only in ieee1394

Lines Matching refs:ats

415 		xferq = fc->ats;
498 mutex_enter(&fc->ats->q_mtx);
499 fw_xferq_drain(fc->ats);
500 mutex_exit(&fc->ats->q_mtx);
584 fc->ats->queued = 0;
589 fc->ats->buf = NULL;
594 fc->ats->flag = 0;
597 STAILQ_INIT(&fc->ats->q);
601 mutex_init(&fc->ats->q_mtx, MUTEX_DEFAULT, IPL_VM);
606 fc->ats->maxq = FWMAXQUEUE;
686 mutex_destroy(&fc->ats->q_mtx);