Home
last modified time | relevance | path

Searched refs:FWXFERQ_RUNNING (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/firewire/
HDfwohci.c559 sc->arrq.xferq.flag &= ~FWXFERQ_RUNNING;
560 sc->arrs.xferq.flag &= ~FWXFERQ_RUNNING;
1022 if (dbch->xferq.flag & FWXFERQ_RUNNING) {
1030 dbch->xferq.flag |= FWXFERQ_RUNNING;
1306 sc->it[dmach].xferq.flag &= ~FWXFERQ_RUNNING;
1321 sc->ir[dmach].xferq.flag &= ~FWXFERQ_RUNNING;
1358 if (dbch->xferq.flag & FWXFERQ_RUNNING)
1360 dbch->xferq.flag |= FWXFERQ_RUNNING;
1420 if (dbch->xferq.flag & FWXFERQ_RUNNING)
1423 if (dbch->xferq.flag & FWXFERQ_RUNNING) {
[all …]
HDfwdev.c100 if (q->flag & (FWXFERQ_RUNNING | FWXFERQ_EXTBUF)) in fwdev_allocbuf()
225 if (ir->flag & FWXFERQ_RUNNING) { in fw_close()
226 ir->flag &= ~FWXFERQ_RUNNING; in fw_close()
250 if (it->flag & FWXFERQ_RUNNING) { in fw_close()
251 it->flag &= ~FWXFERQ_RUNNING; in fw_close()
HDif_fwe.c221 if (xferq->flag & FWXFERQ_RUNNING) in fwe_stop()
337 if ((xferq->flag & FWXFERQ_RUNNING) == 0) in fwe_init()
HDfirewirereg.h174 #define FWXFERQ_RUNNING (1 << 8) macro
HDif_fwip.c218 if (xferq->flag & FWXFERQ_RUNNING) in fwip_stop()
365 if ((xferq->flag & FWXFERQ_RUNNING) == 0) in fwip_init()