Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dtwevar.h107 #define TWE_CCB_ACTIVE 0x08 /* Command active */ macro
H A Dtwe.c1289 if ((ccb->ccb_flags & TWE_CCB_ACTIVE) == 0) { in twe_poll()
1294 ccb->ccb_flags ^= TWE_CCB_COMPLETE | TWE_CCB_ACTIVE; in twe_poll()
1687 ccb->ccb_flags |= TWE_CCB_ACTIVE; in twe_ccb_submit()