Searched refs:AAC_FLAGS_ENABLE_CAM (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/aac/
H A Daacvar.h400 #define AAC_FLAGS_ENABLE_CAM (1 << 1) /* No SCSI passthrough */ macro
H A Daac.c339 if ((sc->flags & AAC_FLAGS_ENABLE_CAM) != 0) {
1763 sc->flags |= AAC_FLAGS_ENABLE_CAM;
/freebsd-11-stable/sys/dev/aacraid/
H A Daacraid_var.h447 #define AAC_FLAGS_ENABLE_CAM (1 << 1) /* No SCSI passthrough */ macro
H A Daacraid.c342 if ((sc->flags & AAC_FLAGS_ENABLE_CAM) != 0)
1632 sc->flags |= AAC_FLAGS_ENABLE_CAM;

Completed in 120 milliseconds