Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/aha/
Dahareg.h289 ACCB_ACTIVE = 0x1, enumerator
Daha.c698 if ((accb->flags & ACCB_ACTIVE) != 0) in ahafreeccb()
1048 accb->flags = ACCB_ACTIVE; in ahaexecuteccb()
1135 if ((accb->flags & ACCB_ACTIVE) == 0) { in ahadone()
1736 if ((accb->flags & ACCB_ACTIVE) == 0) { in ahatimeout()
/freebsd-9-stable/sys/dev/advansys/
Dadvlib.h89 ACCB_ACTIVE = 0x01, enumerator
Dadvansys.c568 cinfo->state |= ACCB_ACTIVE; in adv_execute_ccb()