Home
last modified time | relevance | path

Searched refs:CAM_DIS_DISCONNECT (Results 1 – 14 of 14) sorted by relevance

/NextBSD/sys/cam/scsi/
HDscsi_targ_bh.c463 (CAM_DIS_DISCONNECT|CAM_TAG_ACTION_VALID|CAM_DIR_MASK); in targbhstart()
631 if ((atio->ccb_h.flags & CAM_DIS_DISCONNECT) != 0) { in targbhdone()
/NextBSD/sys/dev/aic7xxx/
HDaic79xx_osm.c589 if (ccb->ccb_h.flags & CAM_DIS_DISCONNECT) in ahd_action()
1023 && (ccb->ccb_h.flags & CAM_DIS_DISCONNECT) == 0) in ahd_execute_scb()
HDaic7xxx_osm.c559 if (ccb->ccb_h.flags & CAM_DIS_DISCONNECT) in ahc_action()
1069 && (ccb->ccb_h.flags & CAM_DIS_DISCONNECT) == 0) in ahc_execute_scb()
HDaic7xxx.c7887 atio->ccb_h.flags |= CAM_DIS_DISCONNECT; in ahc_handle_target_cmd()
HDaic79xx.c10383 atio->ccb_h.flags |= CAM_DIS_DISCONNECT; in ahd_handle_target_cmd()
/NextBSD/share/examples/scsi_target/
HDscsi_target.c570 (CAM_DIS_DISCONNECT | CAM_TAG_ACTION_VALID); in handle_read()
/NextBSD/sys/cam/ctl/
HDscsi_ctl.c808 (CAM_DIS_DISCONNECT|CAM_TAG_ACTION_VALID|CAM_DIR_MASK); in ctlfestart()
1375 (CAM_DIS_DISCONNECT| in ctlfedone()
/NextBSD/sys/cam/
HDcam_ccb.h88 CAM_DIS_DISCONNECT = 0x00020000,/* Disable disconnect */ enumerator
/NextBSD/sys/dev/ahb/
HDahb.c1039 if ((ccb->ccb_h.flags & CAM_DIS_DISCONNECT) != 0) in ahbaction()
/NextBSD/sys/dev/advansys/
HDadwcam.c399 if ((ccb->ccb_h.flags & CAM_DIS_DISCONNECT) != 0) in adw_action()
/NextBSD/sys/dev/aic/
HDaic.c809 !(ccb->ccb_h.flags & CAM_DIS_DISCONNECT)); in aic_msgout()
/NextBSD/sys/dev/dpt/
HDdpt_scsi.c878 eccb->cp_dispri = (ccb->ccb_h.flags & CAM_DIS_DISCONNECT) in dpt_action()
/NextBSD/sys/dev/mly/
HDmly.c2277 if (csio->ccb_h.flags & CAM_DIS_DISCONNECT) in mly_cam_action_io()
/NextBSD/sys/dev/mpt/
HDmpt_cam.c2168 if (ccb->ccb_h.flags & CAM_DIS_DISCONNECT) { in mpt_start()