Home
last modified time | relevance | path

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

/src/sys/dev/aic7xxx/
H A Daic7xxx.h556 SCB_ACTIVE = 0x0400, enumerator
H A Daic7xxx.c370 && (scb->flags & SCB_ACTIVE) == 0) { in ahc_run_untagged_queue()
371 scb->flags |= SCB_ACTIVE; in ahc_run_untagged_queue()
5453 if ((scb->flags & SCB_ACTIVE) == 0) in ahc_search_qinfifo()
5566 if ((scb->flags & SCB_ACTIVE) == 0) in ahc_search_qinfifo()
5646 if ((scb->flags & SCB_ACTIVE) != 0) in ahc_search_untagged_queues()
5970 if ((scbp->flags & SCB_ACTIVE) == 0) in ahc_abort_scbs()
6877 if ((scb->flags & SCB_ACTIVE) != 0) { in ahc_timeout()
H A Daic79xx.c5920 && (scb->col_scb->flags & SCB_ACTIVE) == 0) { in ahd_get_scb()
5925 scb->flags |= SCB_ACTIVE; in ahd_get_scb()
5959 & (SCB_PACKETIZED|SCB_ACTIVE)) == SCB_ACTIVE in ahd_free_scb()
7437 if ((scb->flags & SCB_ACTIVE) == 0) in ahd_search_qinfifo()
7532 if ((mk_msg_scb->flags & SCB_ACTIVE) == 0) in ahd_search_qinfifo()
7636 if ((scb->flags & SCB_ACTIVE) == 0) in ahd_search_scb_list()
7832 if ((scbp->flags & SCB_ACTIVE) == 0) in ahd_abort_scbs()
9223 if ((scb->flags & SCB_ACTIVE) != 0) { in ahd_timeout()
H A Daic79xx.h590 SCB_ACTIVE = 0x00200, enumerator
H A Daic7xxx_osm.c1100 scb->flags |= SCB_ACTIVE; in ahc_execute_scb()