Searched refs:AAC_FLAGS_SYNC_MODE (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/aacraid/
H A Daacraid.c288 if (!(sc->flags & AAC_FLAGS_SYNC_MODE)) {
1319 if ((sc->flags & AAC_FLAGS_SYNC_MODE) && sc->aac_sync_cm)
1442 } else if (sc->flags & AAC_FLAGS_SYNC_MODE) {
1661 sc->flags |= AAC_FLAGS_SYNC_MODE;
1665 sc->flags |= AAC_FLAGS_SYNC_MODE;
1861 if (sc->flags & AAC_FLAGS_SYNC_MODE) {
3899 if (!(sc->flags & AAC_FLAGS_SYNC_MODE)) {
H A Daacraid_var.h469 #define AAC_FLAGS_SYNC_MODE (1 << 18) /* Sync. transfer mode */ macro
H A Daacraid_cam.c1392 if ((sc->flags & AAC_FLAGS_SYNC_MODE) && sc->aac_sync_cm)

Completed in 117 milliseconds