| /freebsd-11-stable/sys/dev/aic7xxx/ |
| HD | aic7xxx_osm.c | 375 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()
|
| HD | aic79xx_osm.c | 362 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/ |
| HD | isp_freebsd.h | 556 # 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/ |
| HD | amr_cam.c | 258 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/ |
| HD | cam.h | 131 CAM_REQ_INPROG = 0x00, enumerator
|
| HD | cam.c | 62 { CAM_REQ_INPROG, "CCB request is in progress" },
|
| HD | cam_periph.c | 223 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/ |
| HD | scsi_ctl.c | 538 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/ |
| HD | scsi_targ_bh.c | 290 if (status != CAM_REQ_INPROG) in targbhenlun() 324 if (status != CAM_REQ_INPROG) in targbhenlun()
|
| HD | scsi_pt.c | 392 && status != CAM_REQ_INPROG) in ptasync()
|
| HD | scsi_enc.c | 268 if (status != CAM_REQ_CMP && status != CAM_REQ_INPROG) { in enc_async()
|
| HD | scsi_sg.c | 281 if ((status != CAM_REQ_CMP) && (status != CAM_REQ_INPROG)) { in sgasync()
|
| /freebsd-11-stable/tools/tools/vhba/ |
| HD | vhba.c | 98 ccb->ccb_h.status |= CAM_REQ_INPROG; in vhba_action()
|
| /freebsd-11-stable/sys/powerpc/pseries/ |
| HD | phyp_vscsi.c | 449 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/ |
| HD | mpt_cam.c | 1328 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/ |
| HD | mfi_cam.c | 273 ccbh->status = CAM_REQ_INPROG; in mfip_cam_action()
|
| /freebsd-11-stable/sys/dev/smartpqi/ |
| HD | smartpqi_cam.c | 718 | 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/ |
| HD | ahb.c | 918 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/ |
| HD | advansys.c | 544 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()
|
| HD | adwcam.c | 242 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/ |
| HD | dpt_scsi.c | 734 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/ |
| HD | ocs_cam.c | 1676 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/ |
| HD | aha.c | 982 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/ |
| HD | ps3cdrom.c | 350 if ((ccb->ccb_h.status & CAM_STATUS_MASK) != CAM_REQ_INPROG) in ps3cdrom_action()
|
| /freebsd-11-stable/sys/cam/ata/ |
| HD | ata_pmp.c | 295 && status != CAM_REQ_INPROG) in pmpasync()
|