Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/aic7xxx/
H A Daic7xxx.h558 SCB_ACTIVE = 0x0400, enumerator
H A Daic7xxx.c378 && (scb->flags & SCB_ACTIVE) == 0) { in ahc_run_untagged_queue()
379 scb->flags |= SCB_ACTIVE; in ahc_run_untagged_queue()
5477 if ((scb->flags & SCB_ACTIVE) == 0) in ahc_search_qinfifo()
5590 if ((scb->flags & SCB_ACTIVE) == 0) in ahc_search_qinfifo()
5670 if ((scb->flags & SCB_ACTIVE) != 0) in ahc_search_untagged_queues()
5994 if ((scbp->flags & SCB_ACTIVE) == 0) in ahc_abort_scbs()
6901 if ((scb->flags & SCB_ACTIVE) != 0) { in ahc_timeout()
H A Daic79xx.c5958 && (scb->col_scb->flags & SCB_ACTIVE) == 0) { in ahd_get_scb()
5963 scb->flags |= SCB_ACTIVE; in ahd_get_scb()
5997 & (SCB_PACKETIZED|SCB_ACTIVE)) == SCB_ACTIVE in ahd_free_scb()
7463 if ((scb->flags & SCB_ACTIVE) == 0) in ahd_search_qinfifo()
7558 if ((mk_msg_scb->flags & SCB_ACTIVE) == 0) in ahd_search_qinfifo()
7662 if ((scb->flags & SCB_ACTIVE) == 0) in ahd_search_scb_list()
7858 if ((scbp->flags & SCB_ACTIVE) == 0) in ahd_abort_scbs()
9250 if ((scb->flags & SCB_ACTIVE) != 0) { in ahd_timeout()
H A Daic79xx.h592 SCB_ACTIVE = 0x00200, enumerator
H A Daic7xxx_osm.c1097 scb->flags |= SCB_ACTIVE; in ahc_execute_scb()