Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/aac/
HDaac_cam.c354 if (!(sc->flags & AAC_FLAGS_CAM_NORESET)) { in aac_cam_action()
480 if (!(sc->flags & AAC_FLAGS_CAM_NORESET)) { in aac_cam_action()
HDaacvar.h401 #define AAC_FLAGS_CAM_NORESET (1 << 2) /* Fake SCSI resets */ macro
/freebsd-14-stable/sys/dev/aacraid/
HDaacraid_var.h421 #define AAC_FLAGS_CAM_NORESET (1 << 2) /* Fake SCSI resets */ macro
HDaacraid_cam.c1062 if (!(sc->flags & AAC_FLAGS_CAM_NORESET) && in aac_cam_action()