Home
last modified time | relevance | path

Searched refs:XPT_SCSI_IO (Results 1 – 25 of 51) sorted by relevance

123

/freebsd-14-stable/sys/cam/
HDcam.c352 case XPT_SCSI_IO: in cam_error_string()
399 case XPT_SCSI_IO: in cam_error_string()
461 case XPT_SCSI_IO: in cam_error_string()
586 case XPT_SCSI_IO: { in memdesc_ccb()
HDcam_periph.c846 case XPT_SCSI_IO: in cam_periph_mapmem()
1047 case XPT_SCSI_IO: in cam_periph_unmapmem()
1250 (ccb->ccb_h.func_code == XPT_SCSI_IO || in cam_periph_runccb()
1330 if (ccb->ccb_h.func_code == XPT_SCSI_IO) { in cam_periph_runccb()
1463 KASSERT(saved_ccb->ccb_h.func_code == XPT_SCSI_IO, in camperiphdone()
1466 KASSERT(done_ccb->ccb_h.func_code == XPT_SCSI_IO, in camperiphdone()
1671 if (ccb->ccb_h.func_code == XPT_SCSI_IO && ccb->csio.bio != NULL) in camperiphscsisenseerror()
1764 KASSERT(ccb->ccb_h.func_code == XPT_SCSI_IO, in camperiphscsisenseerror()
2185 if (ccb->ccb_h.func_code == XPT_SCSI_IO) { in cam_periph_devctl_notify()
HDcam_ccb.h139 XPT_SCSI_IO = 0x01 | XPT_FC_DEV_QUEUED, enumerator
1394 csio->ccb_h.func_code = XPT_SCSI_IO; in cam_fill_csio()
HDcam_xpt.c424 if (inccb->ccb_h.func_code == XPT_SCSI_IO) in xptdoioctl()
608 if (ccb->ccb_h.func_code == XPT_SCSI_IO) in xptdoioctl()
2542 case XPT_SCSI_IO: in xpt_action_default()
3353 if (work_ccb->ccb_h.func_code == XPT_SCSI_IO) { in xpt_run_devq()
4489 if (done_ccb->ccb_h.func_code == XPT_SCSI_IO && in xpt_done()
5265 if (ccb_h->func_code == XPT_SCSI_IO) { in xpt_done_process()
5485 { XPT_SCSI_IO, "XPT_SCSI_IO" },
/freebsd-14-stable/sys/dev/aac/
HDaac_cam.c268 case XPT_SCSI_IO: in aac_cam_action()
422 case XPT_SCSI_IO: in aac_cam_action()
595 if (ccb->ccb_h.func_code == XPT_SCSI_IO) { in aac_cam_complete()
/freebsd-14-stable/sys/cam/scsi/
HDscsi_pass.c940 case XPT_SCSI_IO: in passdone()
1137 case XPT_SCSI_IO: in passiocleanup()
1324 case XPT_SCSI_IO: in passmemsetup()
1770 if (inccb->ccb_h.func_code == XPT_SCSI_IO) in passdoioctl()
1881 if (ccb->ccb_h.func_code == XPT_SCSI_IO) in passdoioctl()
1953 if ((fc == XPT_SCSI_IO) || (fc == XPT_ATA_IO) in passdoioctl()
2202 if ((fc == XPT_SCSI_IO) || (fc == XPT_ATA_IO) || (fc == XPT_SMP_IO) in passsendccb()
/freebsd-14-stable/sys/cam/ctl/
HDctl_frontend_cam_sim.c439 if (ccb->ccb_h.func_code == XPT_SCSI_IO) { in cfcs_done()
490 case XPT_SCSI_IO: { in cfcs_action()
598 if (abort_ccb->ccb_h.func_code != XPT_SCSI_IO) { in cfcs_action()
/freebsd-14-stable/sys/dev/aic7xxx/
HDaic7xxx_osm.c502 case XPT_SCSI_IO: /* Execute the requested I/O operation */ in ahc_action()
509 && (ccb->ccb_h.func_code == XPT_SCSI_IO in ahc_action()
1143 if (ccb_h->func_code == XPT_SCSI_IO) { in ahc_setup_data()
1267 case XPT_SCSI_IO: in ahc_abort_ccb()
HDaic79xx_osm.c521 case XPT_SCSI_IO: /* Execute the requested I/O operation */ in ahd_action()
531 && (ccb->ccb_h.func_code == XPT_SCSI_IO in ahd_action()
1080 if (ccb_h->func_code == XPT_SCSI_IO) { in ahd_setup_data()
1209 case XPT_SCSI_IO: in ahd_abort_ccb()
/freebsd-14-stable/sys/powerpc/mpc85xx/
HDfsl_sata.c1030 (ccb->ccb_h.func_code == XPT_SCSI_IO ? FSL_SATA_CMD_ATAPI : 0) | in fsl_sata_execute_transaction()
1247 if (ccb->ccb_h.func_code == XPT_SCSI_IO) in fsl_sata_end_transaction()
1259 if (ccb->ccb_h.func_code == XPT_SCSI_IO) { in fsl_sata_end_transaction()
1425 ccb->ccb_h.func_code = XPT_SCSI_IO; in fsl_sata_issue_recovery()
1651 if (ccb->ccb_h.func_code == XPT_SCSI_IO) { in fsl_sata_setup_fis()
1722 case XPT_SCSI_IO: in fsl_sataaction()
/freebsd-14-stable/sys/dev/siis/
HDsiis.c1088 } else if (ccb->ccb_h.func_code == XPT_SCSI_IO) { in siis_execute_transaction()
1275 if (ccb->ccb_h.func_code == XPT_SCSI_IO) in siis_end_transaction()
1287 if (ccb->ccb_h.func_code == XPT_SCSI_IO) { in siis_end_transaction()
1426 ccb->ccb_h.func_code = XPT_SCSI_IO; in siis_issue_recovery()
1693 if (ccb->ccb_h.func_code == XPT_SCSI_IO) { in siis_setup_fis()
1817 case XPT_SCSI_IO: in siisaction()
/freebsd-14-stable/tools/tools/vhba/
HDvhba.c95 case XPT_SCSI_IO: in vhba_action()
/freebsd-14-stable/sbin/camcontrol/
HDzone.c647 if (ccb->ccb_h.func_code == XPT_SCSI_IO) in zone()
HDepc.c358 if (ccb->ccb_h.func_code == XPT_SCSI_IO) { in epc_getmode()
/freebsd-14-stable/sys/dev/mfi/
HDmfi_cam.c268 case XPT_SCSI_IO: in mfip_cam_action()
/freebsd-14-stable/sys/dev/ahci/
HDahci.c1688 (ccb->ccb_h.func_code == XPT_SCSI_IO ? in ahci_execute_transaction()
2028 if (ccb->ccb_h.func_code == XPT_SCSI_IO) in ahci_end_transaction()
2040 if (ccb->ccb_h.func_code == XPT_SCSI_IO) { in ahci_end_transaction()
2207 ccb->ccb_h.func_code = XPT_SCSI_IO; in ahci_issue_recovery()
2553 if (ccb->ccb_h.func_code == XPT_SCSI_IO) { in ahci_setup_fis()
2721 case XPT_SCSI_IO: in ahciaction()
/freebsd-14-stable/sys/dev/smartpqi/
HDsmartpqi_cam.c386 if (csio->ccb_h.func_code == XPT_SCSI_IO) { in os_raid_response_error()
1077 case XPT_SCSI_IO: in smartpqi_cam_action()
/freebsd-14-stable/sys/dev/virtio/scsi/
HDvirtio_scsi.c749 case XPT_SCSI_IO: in vtscsi_cam_action()
1510 if (abort_ccbh->func_code != XPT_SCSI_IO || abort_req == NULL) { in vtscsi_execute_abort_task_cmd()
2355 if (ccb->ccb_h.func_code == XPT_SCSI_IO) { in vtscsi_printf_req()
/freebsd-14-stable/sys/dev/isci/
HDisci_controller.c730 case XPT_SCSI_IO: in isci_action()
/freebsd-14-stable/sys/dev/mvs/
HDmvs.c1650 if (ccb->ccb_h.func_code == XPT_SCSI_IO) in mvs_end_transaction()
1662 if (ccb->ccb_h.func_code == XPT_SCSI_IO) { in mvs_end_transaction()
1829 ccb->ccb_h.func_code = XPT_SCSI_IO; in mvs_issue_recovery()
2266 case XPT_SCSI_IO: in mvsaction()
/freebsd-14-stable/sys/dev/ocs_fc/
HDocs_cam.c1558 if (ccb->ccb_h.func_code == XPT_SCSI_IO) { in ocs_scsi_initiator_io_cb()
2060 case XPT_SCSI_IO: in ocs_action()
2336 case XPT_SCSI_IO: in ocs_action()
/freebsd-14-stable/sys/dev/aacraid/
HDaacraid_cam.c970 case XPT_SCSI_IO: in aac_cam_action()
1176 if (ccb->ccb_h.func_code == XPT_SCSI_IO) { in aac_cam_complete()
/freebsd-14-stable/sys/powerpc/ps3/
HDps3cdrom.c350 case XPT_SCSI_IO: in ps3cdrom_action()
/freebsd-14-stable/sys/dev/usb/storage/
HDumass.c2163 case XPT_SCSI_IO: in umass_cam_action()
2460 (ccb->ccb_h.func_code == XPT_SCSI_IO) && in umass_cam_cb()
2475 if (ccb->ccb_h.func_code == XPT_SCSI_IO && in umass_cam_cb()
/freebsd-14-stable/sys/dev/vmware/pvscsi/
HDpvscsi.c1265 case XPT_SCSI_IO: in pvscsi_action()
1375 if (abort_ccb->ccb_h.func_code == XPT_SCSI_IO) { in pvscsi_action()

123