Home
last modified time | relevance | path

Searched refs:SCB_ACTIVE (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/sys/dev/ic/
Daic7xxx_openbsd.c431 scb->flags |= SCB_ACTIVE; in ahc_execute_scb()
569 if (scb->flags & SCB_ACTIVE) { in ahc_timeout()
Daic7xxxvar.h564 SCB_ACTIVE = 0x0400, enumerator
Daic79xx_openbsd.c402 scb->flags |= SCB_ACTIVE; in ahd_execute_scb()
Daic79xx.h600 SCB_ACTIVE = 0x00200, enumerator
Daic7xxx.c392 && (scb->flags & SCB_ACTIVE) == 0) { in ahc_run_untagged_queue()
393 scb->flags |= SCB_ACTIVE; in ahc_run_untagged_queue()
5183 if ((scb->flags & SCB_ACTIVE) == 0) in ahc_search_qinfifo()
5295 if ((scb->flags & SCB_ACTIVE) == 0) in ahc_search_qinfifo()
5378 if ((scb->flags & SCB_ACTIVE) != 0) in ahc_search_untagged_queues()
5703 if ((scbp->flags & SCB_ACTIVE) == 0) in ahc_abort_scbs()
Daic79xx.c5791 scb->flags |= SCB_ACTIVE; in ahd_scb_alloc()
7166 if ((scb->flags & SCB_ACTIVE) == 0) in ahd_search_qinfifo()
7262 if ((mk_msg_scb->flags & SCB_ACTIVE) == 0) in ahd_search_qinfifo()
7367 if ((scb->flags & SCB_ACTIVE) == 0) in ahd_search_scb_list()
7565 if ((scbp->flags & SCB_ACTIVE) == 0) in ahd_abort_scbs()
8976 if (scb->flags & SCB_ACTIVE) { in ahd_timeout()