Home
last modified time | relevance | path

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

/dflybsd-src/sys/bus/cam/scsi/
H A Dscsi_targ_bh.c456 (CAM_DIS_DISCONNECT|CAM_TAG_ACTION_VALID|CAM_DIR_MASK); in targbhstart()
626 if ((atio->ccb_h.flags & CAM_DIS_DISCONNECT) != 0) { in targbhdone()
/dflybsd-src/sys/bus/cam/
H A Dcam_ccb.h80 CAM_DIS_DISCONNECT = 0x00020000,/* Disable disconnect */ enumerator
/dflybsd-src/share/examples/scsi_target/
H A Dscsi_target.c516 (CAM_DIS_DISCONNECT | CAM_TAG_ACTION_VALID); in handle_read()
/dflybsd-src/sys/dev/disk/amd/
H A Damd.c936 && (pccb->ccb_h.flags & CAM_DIS_DISCONNECT) == 0 in amdstart()
1504 && (srb->pccb->ccb_h.flags & CAM_DIS_DISCONNECT) == 0) in amdhandlemsgreject()
/dflybsd-src/sys/dev/disk/advansys/
H A Dadwcam.c404 if ((ccb->ccb_h.flags & CAM_DIS_DISCONNECT) != 0) in adw_action()
/dflybsd-src/sys/dev/raid/dpt/
H A Ddpt_scsi.c863 eccb->cp_dispri = (ccb->ccb_h.flags & CAM_DIS_DISCONNECT) in dpt_action()
/dflybsd-src/sys/dev/raid/mly/
H A Dmly.c2258 if (csio->ccb_h.flags & CAM_DIS_DISCONNECT) in mly_cam_action_io()
/dflybsd-src/sys/dev/disk/isp/
H A Disp_freebsd.c1685 if (ccb->ccb_h.flags & CAM_DIS_DISCONNECT) { in isp_target_start_ctio()
1912 atiop->ccb_h.flags = CAM_DIS_DISCONNECT; in isp_handle_platform_atio()
/dflybsd-src/sys/dev/disk/mpt/
H A Dmpt_cam.c2174 if (ccb->ccb_h.flags & CAM_DIS_DISCONNECT) { in mpt_start()