Home | History | Annotate | Download | only in ieee1394

Lines Matching refs:atq

413 		xferq = fc->atq;
495 mutex_enter(&fc->atq->q_mtx);
496 fw_xferq_drain(fc->atq);
497 mutex_exit(&fc->atq->q_mtx);
583 fc->atq->queued = 0;
588 fc->atq->buf = NULL;
593 fc->atq->flag = 0;
596 STAILQ_INIT(&fc->atq->q);
600 mutex_init(&fc->atq->q_mtx, MUTEX_DEFAULT, IPL_VM);
605 fc->atq->maxq = FWMAXQUEUE;
685 mutex_destroy(&fc->atq->q_mtx);