Home
last modified time | relevance | path

Searched refs:AAC_FLAGS_CAM_NORESET (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/dev/aac/
HDaac_cam.c357 if (!(sc->flags & AAC_FLAGS_CAM_NORESET)) { in aac_cam_action()
483 if (!(sc->flags & AAC_FLAGS_CAM_NORESET)) { in aac_cam_action()
HDaacvar.h401 #define AAC_FLAGS_CAM_NORESET (1 << 2) /* Fake SCSI resets */ macro
/NextBSD/sys/dev/aacraid/
HDaacraid_var.h448 #define AAC_FLAGS_CAM_NORESET (1 << 2) /* Fake SCSI resets */ macro
HDaacraid_cam.c1074 if (!(sc->flags & AAC_FLAGS_CAM_NORESET) && in aac_cam_action()