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

/freebsd-12-stable/sys/dev/aic/
H A Daicvar.h68 #define SCB_ACTIVE 0x01 macro
H A Daic.c320 scb->flags |= SCB_ACTIVE;
1137 if ((scb->flags & SCB_ACTIVE) == 0) {
/freebsd-12-stable/sys/dev/aic7xxx/
H A Daic79xx.h592 SCB_ACTIVE = 0x00200, enumerator in enum:__anon12033
H A Daic7xxx.h558 SCB_ACTIVE = 0x0400, enumerator in enum:__anon12052
H A Daic7xxx.c379 && (scb->flags & SCB_ACTIVE) == 0) {
380 scb->flags |= SCB_ACTIVE;
5498 if ((scb->flags & SCB_ACTIVE) == 0)
5611 if ((scb->flags & SCB_ACTIVE) == 0)
5694 if ((scb->flags & SCB_ACTIVE) != 0)
6019 if ((scbp->flags & SCB_ACTIVE) == 0)
6932 if ((scb->flags & SCB_ACTIVE) != 0) {
H A Daic79xx.c5991 && (scb->col_scb->flags & SCB_ACTIVE) == 0) {
5996 scb->flags |= SCB_ACTIVE;
6032 & (SCB_PACKETIZED|SCB_ACTIVE)) == SCB_ACTIVE
7500 if ((scb->flags & SCB_ACTIVE) == 0)
7596 if ((mk_msg_scb->flags & SCB_ACTIVE) == 0)
7701 if ((scb->flags & SCB_ACTIVE) == 0)
7899 if ((scbp->flags & SCB_ACTIVE) == 0)
9300 if ((scb->flags & SCB_ACTIVE) != 0) {
H A Daic7xxx_osm.c1106 scb->flags |= SCB_ACTIVE;

Completed in 208 milliseconds