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

/freebsd-13-stable/sys/dev/aic7xxx/
H A Daic79xx.h592 SCB_ACTIVE = 0x00200, enumerator in enum:__anon11326
H A Daic7xxx.h558 SCB_ACTIVE = 0x0400, enumerator in enum:__anon11345
H A Daic7xxx.c378 && (scb->flags & SCB_ACTIVE) == 0) {
379 scb->flags |= SCB_ACTIVE;
5477 if ((scb->flags & SCB_ACTIVE) == 0)
5590 if ((scb->flags & SCB_ACTIVE) == 0)
5670 if ((scb->flags & SCB_ACTIVE) != 0)
5994 if ((scbp->flags & SCB_ACTIVE) == 0)
6901 if ((scb->flags & SCB_ACTIVE) != 0) {
H A Daic79xx.c5958 && (scb->col_scb->flags & SCB_ACTIVE) == 0) {
5963 scb->flags |= SCB_ACTIVE;
5997 & (SCB_PACKETIZED|SCB_ACTIVE)) == SCB_ACTIVE
7463 if ((scb->flags & SCB_ACTIVE) == 0)
7558 if ((mk_msg_scb->flags & SCB_ACTIVE) == 0)
7662 if ((scb->flags & SCB_ACTIVE) == 0)
7858 if ((scbp->flags & SCB_ACTIVE) == 0)
9250 if ((scb->flags & SCB_ACTIVE) != 0) {
H A Daic7xxx_osm.c1097 scb->flags |= SCB_ACTIVE;

Completed in 250 milliseconds