Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/aic7xxx/
H A Daic7xxx.h556 SCB_ACTIVE = 0x0400, enumerator
H A Daic7xxx.c377 && (scb->flags & SCB_ACTIVE) == 0) { in ahc_run_untagged_queue()
378 scb->flags |= SCB_ACTIVE; in ahc_run_untagged_queue()
5469 if ((scb->flags & SCB_ACTIVE) == 0) in ahc_search_qinfifo()
5582 if ((scb->flags & SCB_ACTIVE) == 0) in ahc_search_qinfifo()
5662 if ((scb->flags & SCB_ACTIVE) != 0) in ahc_search_untagged_queues()
5986 if ((scbp->flags & SCB_ACTIVE) == 0) in ahc_abort_scbs()
6893 if ((scb->flags & SCB_ACTIVE) != 0) { in ahc_timeout()
H A Daic79xx.c5948 && (scb->col_scb->flags & SCB_ACTIVE) == 0) { in ahd_get_scb()
5953 scb->flags |= SCB_ACTIVE; in ahd_get_scb()
5987 & (SCB_PACKETIZED|SCB_ACTIVE)) == SCB_ACTIVE in ahd_free_scb()
7453 if ((scb->flags & SCB_ACTIVE) == 0) in ahd_search_qinfifo()
7548 if ((mk_msg_scb->flags & SCB_ACTIVE) == 0) in ahd_search_qinfifo()
7652 if ((scb->flags & SCB_ACTIVE) == 0) in ahd_search_scb_list()
7848 if ((scbp->flags & SCB_ACTIVE) == 0) in ahd_abort_scbs()
9240 if ((scb->flags & SCB_ACTIVE) != 0) { in ahd_timeout()
H A Daic79xx.h590 SCB_ACTIVE = 0x00200, enumerator
H A Daic7xxx_osm.c1101 scb->flags |= SCB_ACTIVE; in ahc_execute_scb()