Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/aic/
H A Daicvar.h68 #define SCB_ACTIVE 0x01 macro
H A Daic.c320 scb->flags |= SCB_ACTIVE; in aic_execute_scb()
1137 if ((scb->flags & SCB_ACTIVE) == 0) { in aic_timeout()
/freebsd-12.1/sys/dev/aic7xxx/
H A Daic7xxx.h558 SCB_ACTIVE = 0x0400, enumerator
H A Daic7xxx.c379 && (scb->flags & SCB_ACTIVE) == 0) { in ahc_run_untagged_queue()
380 scb->flags |= SCB_ACTIVE; in ahc_run_untagged_queue()
5498 if ((scb->flags & SCB_ACTIVE) == 0) in ahc_search_qinfifo()
5611 if ((scb->flags & SCB_ACTIVE) == 0) in ahc_search_qinfifo()
5694 if ((scb->flags & SCB_ACTIVE) != 0) in ahc_search_untagged_queues()
6019 if ((scbp->flags & SCB_ACTIVE) == 0) in ahc_abort_scbs()
6932 if ((scb->flags & SCB_ACTIVE) != 0) { in ahc_timeout()
H A Daic79xx.c5991 && (scb->col_scb->flags & SCB_ACTIVE) == 0) { in ahd_get_scb()
5996 scb->flags |= SCB_ACTIVE; in ahd_get_scb()
6032 & (SCB_PACKETIZED|SCB_ACTIVE)) == SCB_ACTIVE in ahd_free_scb()
7500 if ((scb->flags & SCB_ACTIVE) == 0) in ahd_search_qinfifo()
7596 if ((mk_msg_scb->flags & SCB_ACTIVE) == 0) in ahd_search_qinfifo()
7701 if ((scb->flags & SCB_ACTIVE) == 0) in ahd_search_scb_list()
7899 if ((scbp->flags & SCB_ACTIVE) == 0) in ahd_abort_scbs()
9300 if ((scb->flags & SCB_ACTIVE) != 0) { in ahd_timeout()
H A Daic79xx.h592 SCB_ACTIVE = 0x00200, enumerator
H A Daic7xxx_osm.c1106 scb->flags |= SCB_ACTIVE; in ahc_execute_scb()