Home
last modified time | relevance | path

Searched refs:CAC_CCB_ACTIVE (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/ic/
H A Dcacvar.h83 #define CAC_CCB_ACTIVE 0x0004 /* Command submitted to controller */ macro
H A Dcac.c389 ccb->ccb_flags |= CAC_CCB_ACTIVE; in cac_cmd()
450 ccb->ccb_flags |= CAC_CCB_ACTIVE; in cac_ccb_start()
466 if ((ccb->ccb_flags & CAC_CCB_ACTIVE) == 0) { in cac_ccb_done()