Home
last modified time | relevance | path

Searched refs:ACCB_ACTIVE (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/sys/dev/aha/
H A Dahareg.h289 ACCB_ACTIVE = 0x1, enumerator
H A Daha.c692 if ((accb->flags & ACCB_ACTIVE) != 0) in ahafreeccb()
1038 accb->flags = ACCB_ACTIVE; in ahaexecuteccb()
1125 if ((accb->flags & ACCB_ACTIVE) == 0) { in ahadone()
1728 if ((accb->flags & ACCB_ACTIVE) == 0) { in ahatimeout()
/freebsd-12.1/sys/dev/advansys/
H A Dadvlib.h89 ACCB_ACTIVE = 0x01, enumerator
H A Dadvansys.c565 cinfo->state |= ACCB_ACTIVE; in adv_execute_ccb()