Home
last modified time | relevance | path

Searched refs:AC_BUS_RESET (Results 1 – 25 of 32) sorted by relevance

12

/freebsd-11-stable/sys/cam/ata/
HData_pmp.c302 case AC_BUS_RESET: in pmpasync()
313 if (code == AC_SENT_BDR || code == AC_BUS_RESET) in pmpasync()
401 xpt_register_async(AC_SENT_BDR | AC_BUS_RESET | AC_LOST_DEVICE | in pmpregister()
HData_da.c1350 case AC_BUS_RESET: in adaasync()
1852 xpt_register_async(AC_SENT_BDR | AC_BUS_RESET | AC_LOST_DEVICE | in adaregister()
HData_xpt.c2052 || (async_code == AC_BUS_RESET) in ata_dev_async()
/freebsd-11-stable/sys/cam/scsi/
HDscsi_pt.c313 xpt_register_async(AC_SENT_BDR | AC_BUS_RESET | AC_LOST_DEVICE, in ptctor()
398 case AC_BUS_RESET: in ptasync()
HDscsi_xpt.c2979 || (async_code == AC_BUS_RESET) in scsi_dev_async()
2995 || async_code == AC_BUS_RESET) { in scsi_dev_async()
HDscsi_cd.c466 case AC_BUS_RESET: in cdasync()
704 xpt_register_async(AC_SENT_BDR | AC_BUS_RESET | AC_LOST_DEVICE | in cdregister()
HDscsi_da.c1977 case AC_BUS_RESET: in daasync()
2666 xpt_register_async(AC_SENT_BDR | AC_BUS_RESET | AC_LOST_DEVICE | in daregister()
/freebsd-11-stable/sys/cam/
HDcam_ccb.h841 AC_BUS_RESET = 0x001 /* A SCSI bus reset occurred */ enumerator
HDcam_xpt.c4085 case AC_BUS_RESET: return ("AC_BUS_RESET"); in xpt_async_string()
4108 case AC_BUS_RESET: return (0); in xpt_async_size()
4210 if (async_code == AC_BUS_RESET) { in xpt_async_process()
/freebsd-11-stable/sys/dev/isp/
HDisp_freebsd.c3364 xpt_async(AC_BUS_RESET, ISP_FC_PC(isp, bus)->path, 0); in isp_action()
3366 xpt_async(AC_BUS_RESET, ISP_SPI_PC(isp, bus)->path, 0); in isp_action()
3663 xpt_async(AC_BUS_RESET, ISP_FC_PC(isp, bus)->path, NULL); in isp_async()
3665 xpt_async(AC_BUS_RESET, ISP_SPI_PC(isp, bus)->path, NULL); in isp_async()
/freebsd-11-stable/sys/dev/siis/
HDsiis.c1651 xpt_async(AC_BUS_RESET, ch->path, NULL); in siis_reset()
1682 xpt_async(AC_BUS_RESET, ch->path, NULL); in siis_reset()
/freebsd-11-stable/sys/dev/ahb/
HDahb.c885 xpt_async(AC_BUS_RESET, ahb->path, NULL); in ahbintr_locked()
/freebsd-11-stable/sys/dev/advansys/
HDadwcam.c1500 xpt_async(AC_BUS_RESET, adw->path, NULL); in adw_handle_bus_reset()
HDadvlib.c2065 xpt_async(AC_BUS_RESET, adv->path, NULL); in adv_reset_bus()
/freebsd-11-stable/sys/dev/aic7xxx/
HDaic7xxx_osm.c1323 case AC_BUS_RESET: in ahc_send_async()
HDaic79xx_osm.c1261 case AC_BUS_RESET: in ahd_send_async()
/freebsd-11-stable/sys/dev/ata/
HData-all.c303 xpt_async(AC_BUS_RESET, ch->path, NULL); in ata_reinit()
/freebsd-11-stable/sys/dev/mpt/
HDmpt_cam.c2326 xpt_async(AC_BUS_RESET, mpt->path, NULL); in mpt_cam_event()
2336 xpt_async(AC_BUS_RESET, mpt->path, NULL); in mpt_cam_event()
3038 xpt_async(AC_BUS_RESET, mpt->path, NULL); in mpt_cam_ioc_reset()
/freebsd-11-stable/sys/dev/aha/
HDaha.c1372 xpt_async(AC_BUS_RESET, aha->path, NULL); in ahareset()
/freebsd-11-stable/sys/dev/aic/
HDaic.c1385 xpt_async(AC_BUS_RESET, aic->path, NULL); in aic_reset()
/freebsd-11-stable/sys/dev/virtio/scsi/
HDvirtio_scsi.c2028 vtscsi_announce(sc, AC_BUS_RESET, CAM_TARGET_WILDCARD, in vtscsi_reset_bus()
/freebsd-11-stable/sys/dev/buslogic/
HDbt.c1846 xpt_async(AC_BUS_RESET, bt->path, NULL); in btreset()
/freebsd-11-stable/sys/dev/mps/
HDmps_sas.c1167 mpssas_announce_reset(sc, AC_BUS_RESET, CAM_TARGET_WILDCARD, in mpssas_handle_reinit()
/freebsd-11-stable/sys/dev/mvs/
HDmvs.c2073 xpt_async(AC_BUS_RESET, ch->path, NULL); in mvs_reset()
/freebsd-11-stable/sys/dev/trm/
HDtrm.c982 xpt_async(AC_BUS_RESET, pACB->ppath, NULL); in trm_reset()

12