Home
last modified time | relevance | path

Searched refs:CAM_REQ_INPROG (Results 1 – 25 of 52) sorted by relevance

123

/freebsd-11-stable/sys/dev/aic7xxx/
HDaic7xxx_osm.c375 if (aic_get_transaction_status(scb) == CAM_REQ_INPROG) in ahc_done()
416 if (aic_get_transaction_status(scb) == CAM_REQ_INPROG) { in ahc_done()
482 ccb->ccb_h.status = CAM_REQ_INPROG; in ahc_action()
588 ccb->ccb_h.status = CAM_REQ_INPROG; in ahc_action()
1049 if (aic_get_transaction_status(scb) != CAM_REQ_INPROG) { in ahc_execute_scb()
HDaic79xx_osm.c362 if (aic_get_transaction_status(scb) == CAM_REQ_INPROG) in ahd_done()
400 if (aic_get_transaction_status(scb) == CAM_REQ_INPROG) { in ahd_done()
497 ccb->ccb_h.status = CAM_REQ_INPROG; in ahd_action()
622 ccb->ccb_h.status = CAM_REQ_INPROG; in ahd_action()
1006 if (aic_get_transaction_status(scb) != CAM_REQ_INPROG) { in ahd_execute_scb()
/freebsd-11-stable/sys/dev/isp/
HDisp_freebsd.h556 # define HBA_NOERROR CAM_REQ_INPROG
570 #define XS_NOERR(ccb) (((ccb)->ccb_h.status & CAM_STATUS_MASK) == CAM_REQ_INPROG)
572 #define XS_INITERR(ccb) XS_SETERR(ccb, CAM_REQ_INPROG), ccb->sense_resid = ccb->sense_len
/freebsd-11-stable/sys/dev/amr/
HDamr_cam.c258 ccbh->status = CAM_REQ_INPROG; in amr_cam_action()
292 if (ccbh->status == CAM_REQ_INPROG) { in amr_cam_action()
/freebsd-11-stable/sys/cam/
HDcam.h131 CAM_REQ_INPROG = 0x00, enumerator
HDcam.c62 { CAM_REQ_INPROG, "CCB request is in progress" },
HDcam_periph.c223 return (CAM_REQ_INPROG); in cam_periph_alloc()
1168 (ccb->ccb_h.status & CAM_STATUS_MASK) != CAM_REQ_INPROG, in cam_periph_ccbwait()
/freebsd-11-stable/sys/cam/ctl/
HDscsi_ctl.c538 if ((status & CAM_STATUS_MASK) != CAM_REQ_INPROG) { in ctlferegister()
585 if ((status & CAM_STATUS_MASK) != CAM_REQ_INPROG) { in ctlferegister()
600 || (status != CAM_REQ_INPROG)) { in ctlferegister()
1502 done_ccb->ccb_h.status = CAM_REQ_INPROG; in ctlfedone()
1510 done_ccb->ccb_h.status = CAM_REQ_INPROG; in ctlfedone()
1950 ccb->ccb_h.status = CAM_REQ_INPROG; in ctlfe_done()
/freebsd-11-stable/sys/cam/scsi/
HDscsi_targ_bh.c290 if (status != CAM_REQ_INPROG) in targbhenlun()
324 if (status != CAM_REQ_INPROG) in targbhenlun()
HDscsi_pt.c392 && status != CAM_REQ_INPROG) in ptasync()
HDscsi_enc.c268 if (status != CAM_REQ_CMP && status != CAM_REQ_INPROG) { in enc_async()
HDscsi_sg.c281 if ((status != CAM_REQ_CMP) && (status != CAM_REQ_INPROG)) { in sgasync()
/freebsd-11-stable/tools/tools/vhba/
HDvhba.c98 ccb->ccb_h.status |= CAM_REQ_INPROG; in vhba_action()
/freebsd-11-stable/sys/powerpc/pseries/
HDphyp_vscsi.c449 ccb->ccb_h.status = CAM_REQ_INPROG; in vscsi_cam_action()
468 ccb->ccb_h.status = CAM_REQ_INPROG; in vscsi_cam_action()
/freebsd-11-stable/sys/dev/mpt/
HDmpt_cam.c1328 if ((ccb->ccb_h.status & CAM_STATUS_MASK) == CAM_REQ_INPROG) { in mpt_execute_req_a64()
1621 if ((ccb->ccb_h.status & CAM_STATUS_MASK) != CAM_REQ_INPROG) { in mpt_execute_req_a64()
1730 if ((ccb->ccb_h.status & CAM_STATUS_MASK) == CAM_REQ_INPROG) { in mpt_execute_req()
2007 if ((ccb->ccb_h.status & CAM_STATUS_MASK) != CAM_REQ_INPROG) { in mpt_execute_req()
3179 if ((ccb->ccb_h.status & CAM_STATUS_MASK) != CAM_REQ_INPROG) in mpt_scsi_reply_frame_handler()
3679 mpt_set_ccb_status(ccb, CAM_REQ_INPROG); in mpt_action()
4376 ccb->ccb_h.status = CAM_SIM_QUEUED | CAM_REQ_INPROG; in mpt_target_start_io()
4775 ccb->ccb_h.status = CAM_SIM_QUEUED | CAM_REQ_INPROG; in mpt_scsi_tgt_status()
/freebsd-11-stable/sys/dev/mfi/
HDmfi_cam.c273 ccbh->status = CAM_REQ_INPROG; in mfip_cam_action()
/freebsd-11-stable/sys/dev/smartpqi/
HDsmartpqi_cam.c718 | CAM_BUSY | CAM_REQ_INPROG; in pqisrc_io_start()
730 ccb->ccb_h.status = CAM_SCSI_BUSY | CAM_REQ_INPROG | CAM_BUSY; in pqisrc_io_start()
/freebsd-11-stable/sys/dev/ahb/
HDahb.c918 if (ccb->ccb_h.status == CAM_REQ_INPROG) { in ahbexecuteecb()
973 if (ccb->ccb_h.status != CAM_REQ_INPROG) { in ahbexecuteecb()
/freebsd-11-stable/sys/dev/advansys/
HDadvansys.c544 if (ccb_h->status != CAM_REQ_INPROG) { in adv_execute_ccb()
1202 if ((ccb->ccb_h.status & CAM_STATUS_MASK) == CAM_REQ_INPROG) in adv_done()
HDadwcam.c242 if (ccb->ccb_h.status == CAM_REQ_INPROG) { in adwexecuteacb()
314 if (ccb->ccb_h.status != CAM_REQ_INPROG) { in adwexecuteacb()
/freebsd-11-stable/sys/dev/dpt/
HDdpt_scsi.c734 if (ccb->ccb_h.status == CAM_REQ_INPROG) { in dptexecuteccb()
785 if (ccb->ccb_h.status != CAM_REQ_INPROG) { in dptexecuteccb()
1733 if ((ccb->ccb_h.status & CAM_STATUS_MASK) == CAM_REQ_INPROG) in dptprocesserror()
/freebsd-11-stable/sys/dev/ocs_fc/
HDocs_cam.c1676 ocs_set_ccb_status(ccb, CAM_REQ_INPROG); in ocs_target_io()
1971 ocs_set_ccb_status(ccb, CAM_REQ_INPROG | CAM_SIM_QUEUED); in ocs_action()
2379 ocs_set_ccb_status(ccb, CAM_REQ_INPROG); in ocs_action()
/freebsd-11-stable/sys/dev/aha/
HDaha.c982 if (ccb->ccb_h.status == CAM_REQ_INPROG) { in ahaexecuteccb()
1034 if (ccb->ccb_h.status != CAM_REQ_INPROG) { in ahaexecuteccb()
/freebsd-11-stable/sys/powerpc/ps3/
HDps3cdrom.c350 if ((ccb->ccb_h.status & CAM_STATUS_MASK) != CAM_REQ_INPROG) in ps3cdrom_action()
/freebsd-11-stable/sys/cam/ata/
HData_pmp.c295 && status != CAM_REQ_INPROG) in pmpasync()

123