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

/freebsd-13-stable/sys/dev/aac/
H A Daacvar.h402 #define AAC_FLAGS_ENABLE_CAM (1 << 1) /* No SCSI passthrough */ macro
H A Daac.c340 if ((sc->flags & AAC_FLAGS_ENABLE_CAM) != 0) {
1762 sc->flags |= AAC_FLAGS_ENABLE_CAM;
/freebsd-13-stable/sys/dev/aacraid/
H A Daacraid_var.h422 #define AAC_FLAGS_ENABLE_CAM (1 << 1) /* No SCSI passthrough */ macro
H A Daacraid.c336 if ((sc->flags & AAC_FLAGS_ENABLE_CAM) != 0)
1622 sc->flags |= AAC_FLAGS_ENABLE_CAM;

Completed in 65 milliseconds