| /freebsd-11-stable/sys/cam/ata/ |
| HD | ata_pmp.c | 302 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()
|
| HD | ata_da.c | 1350 case AC_BUS_RESET: in adaasync() 1852 xpt_register_async(AC_SENT_BDR | AC_BUS_RESET | AC_LOST_DEVICE | in adaregister()
|
| HD | ata_xpt.c | 2052 || (async_code == AC_BUS_RESET) in ata_dev_async()
|
| /freebsd-11-stable/sys/cam/scsi/ |
| HD | scsi_pt.c | 313 xpt_register_async(AC_SENT_BDR | AC_BUS_RESET | AC_LOST_DEVICE, in ptctor() 398 case AC_BUS_RESET: in ptasync()
|
| HD | scsi_xpt.c | 2979 || (async_code == AC_BUS_RESET) in scsi_dev_async() 2995 || async_code == AC_BUS_RESET) { in scsi_dev_async()
|
| HD | scsi_cd.c | 466 case AC_BUS_RESET: in cdasync() 704 xpt_register_async(AC_SENT_BDR | AC_BUS_RESET | AC_LOST_DEVICE | in cdregister()
|
| HD | scsi_da.c | 1977 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/ |
| HD | cam_ccb.h | 841 AC_BUS_RESET = 0x001 /* A SCSI bus reset occurred */ enumerator
|
| HD | cam_xpt.c | 4085 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/ |
| HD | isp_freebsd.c | 3364 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/ |
| HD | siis.c | 1651 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/ |
| HD | ahb.c | 885 xpt_async(AC_BUS_RESET, ahb->path, NULL); in ahbintr_locked()
|
| /freebsd-11-stable/sys/dev/advansys/ |
| HD | adwcam.c | 1500 xpt_async(AC_BUS_RESET, adw->path, NULL); in adw_handle_bus_reset()
|
| HD | advlib.c | 2065 xpt_async(AC_BUS_RESET, adv->path, NULL); in adv_reset_bus()
|
| /freebsd-11-stable/sys/dev/aic7xxx/ |
| HD | aic7xxx_osm.c | 1323 case AC_BUS_RESET: in ahc_send_async()
|
| HD | aic79xx_osm.c | 1261 case AC_BUS_RESET: in ahd_send_async()
|
| /freebsd-11-stable/sys/dev/ata/ |
| HD | ata-all.c | 303 xpt_async(AC_BUS_RESET, ch->path, NULL); in ata_reinit()
|
| /freebsd-11-stable/sys/dev/mpt/ |
| HD | mpt_cam.c | 2326 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/ |
| HD | aha.c | 1372 xpt_async(AC_BUS_RESET, aha->path, NULL); in ahareset()
|
| /freebsd-11-stable/sys/dev/aic/ |
| HD | aic.c | 1385 xpt_async(AC_BUS_RESET, aic->path, NULL); in aic_reset()
|
| /freebsd-11-stable/sys/dev/virtio/scsi/ |
| HD | virtio_scsi.c | 2028 vtscsi_announce(sc, AC_BUS_RESET, CAM_TARGET_WILDCARD, in vtscsi_reset_bus()
|
| /freebsd-11-stable/sys/dev/buslogic/ |
| HD | bt.c | 1846 xpt_async(AC_BUS_RESET, bt->path, NULL); in btreset()
|
| /freebsd-11-stable/sys/dev/mps/ |
| HD | mps_sas.c | 1167 mpssas_announce_reset(sc, AC_BUS_RESET, CAM_TARGET_WILDCARD, in mpssas_handle_reinit()
|
| /freebsd-11-stable/sys/dev/mvs/ |
| HD | mvs.c | 2073 xpt_async(AC_BUS_RESET, ch->path, NULL); in mvs_reset()
|
| /freebsd-11-stable/sys/dev/trm/ |
| HD | trm.c | 982 xpt_async(AC_BUS_RESET, pACB->ppath, NULL); in trm_reset()
|