Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/isa/
H A Dseagate.c181 #define SCB_ACTIVE 1 macro
598 scb->flags = SCB_ACTIVE; in sea_scsipi_request()
1213 if (scb->flags == SCB_ACTIVE) { in sea_done()
/netbsd-src/sys/dev/ic/
H A Daic79xx_osm.c622 scb->flags |= SCB_ACTIVE; in ahd_execute_scb()
762 if ((scb->flags & SCB_ACTIVE) == 0) { in ahd_timeout()
H A Daic7xxx_osm.c661 scb->flags |= SCB_ACTIVE; in ahc_execute_scb()
822 if ((scb->flags & SCB_ACTIVE) == 0) { in ahc_timeout()
H A Daic7xxxvar.h657 SCB_ACTIVE = 0x0400, enumerator
H A Daic79xxvar.h602 SCB_ACTIVE = 0x00200, enumerator
H A Daic7xxx.c390 && (scb->flags & SCB_ACTIVE) == 0) { in ahc_run_untagged_queue()
391 scb->flags |= SCB_ACTIVE; in ahc_run_untagged_queue()
5354 if ((scb->flags & SCB_ACTIVE) == 0) in ahc_search_qinfifo()
5466 if ((scb->flags & SCB_ACTIVE) == 0) in ahc_search_qinfifo()
5550 if ((scb->flags & SCB_ACTIVE) != 0) in ahc_search_untagged_queues()
5574 if ((scb->flags & SCB_ACTIVE) == 0) in ahc_search_untagged_queues()
5877 if ((scbp->flags & SCB_ACTIVE) == 0) in ahc_abort_scbs()
H A Daic79xx.c5675 && (scb->col_scb->flags & SCB_ACTIVE) == 0) { in ahd_get_scb()
5680 scb->flags |= SCB_ACTIVE; in ahd_get_scb()
5716 & (SCB_PACKETIZED|SCB_ACTIVE)) == SCB_ACTIVE in ahd_free_scb()
7190 if ((scb->flags & SCB_ACTIVE) == 0) in ahd_search_qinfifo()
7338 if ((scb->flags & SCB_ACTIVE) == 0) in ahd_search_scb_list()
7536 if ((scbp->flags & SCB_ACTIVE) == 0) in ahd_abort_scbs()