Home
last modified time | relevance | path

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

/freebsd-head/sys/cam/ata/
HData_pmp.c301 case AC_BUS_RESET: in pmpasync()
312 if (code == AC_SENT_BDR || code == AC_BUS_RESET) in pmpasync()
400 xpt_register_async(AC_SENT_BDR | AC_BUS_RESET | AC_LOST_DEVICE | in pmpregister()
HData_da.c1390 case AC_BUS_RESET: in adaasync()
1955 xpt_register_async(AC_SENT_BDR | AC_BUS_RESET | AC_LOST_DEVICE | in adaregister()
HData_xpt.c2034 case AC_BUS_RESET: in ata_dev_async()
/freebsd-head/sys/cam/scsi/
HDscsi_pt.c310 xpt_register_async(AC_SENT_BDR | AC_BUS_RESET | AC_LOST_DEVICE, in ptctor()
395 case AC_BUS_RESET: in ptasync()
HDscsi_xpt.c2978 || (async_code == AC_BUS_RESET) in scsi_dev_async()
2993 || async_code == AC_BUS_RESET) { in scsi_dev_async()
HDscsi_cd.c482 case AC_BUS_RESET: in cdasync()
714 xpt_register_async(AC_SENT_BDR | AC_BUS_RESET | AC_LOST_DEVICE | in cdregister()
HDscsi_da.c2257 case AC_BUS_RESET: /* Called for this path: periph locked */ in daasync()
3023 xpt_register_async(AC_SENT_BDR | AC_BUS_RESET | AC_LOST_DEVICE | in daregister()
/freebsd-head/sys/powerpc/mpc85xx/
HDfsl_sata.c689 xpt_async(AC_BUS_RESET, ch->path, NULL); in fsl_sata_phy_check_events()
1613 xpt_async(AC_BUS_RESET, ch->path, NULL); in fsl_sata_reset()
/freebsd-head/sys/cam/
HDcam_ccb.h886 AC_BUS_RESET = 0x001 /* A SCSI bus reset occurred */ enumerator
HDcam_xpt.c4081 case AC_BUS_RESET: return ("AC_BUS_RESET"); in xpt_async_string()
4104 case AC_BUS_RESET: return (0); in xpt_async_size()
4206 if (async_code == AC_BUS_RESET) { in xpt_async_process()
/freebsd-head/sys/dev/siis/
HDsiis.c1650 xpt_async(AC_BUS_RESET, ch->path, NULL); in siis_reset()
1681 xpt_async(AC_BUS_RESET, ch->path, NULL); in siis_reset()
/freebsd-head/sys/dev/aic7xxx/
HDaic79xx_osm.c1256 case AC_BUS_RESET: in ahd_send_async()
HDaic7xxx_osm.c1316 case AC_BUS_RESET: in ahc_send_async()
HDaic7xxx.c6136 CAM_LUN_WILDCARD, AC_BUS_RESET, NULL); in ahc_reset_channel()
HDaic79xx.c8010 CAM_LUN_WILDCARD, AC_BUS_RESET, NULL); in ahd_reset_channel()
/freebsd-head/sys/dev/ata/
HData-all.c302 xpt_async(AC_BUS_RESET, ch->path, NULL); in ata_reinit()
/freebsd-head/sys/dev/mpt/
HDmpt_cam.c2301 xpt_async(AC_BUS_RESET, mpt->path, NULL); in mpt_cam_event()
2311 xpt_async(AC_BUS_RESET, mpt->path, NULL); in mpt_cam_event()
3015 xpt_async(AC_BUS_RESET, mpt->path, NULL); in mpt_cam_ioc_reset()
/freebsd-head/sys/dev/virtio/scsi/
HDvirtio_scsi.c2057 vtscsi_announce(sc, AC_BUS_RESET, CAM_TARGET_WILDCARD, in vtscsi_reset_bus()
/freebsd-head/sys/dev/mvs/
HDmvs.c2067 xpt_async(AC_BUS_RESET, ch->path, NULL); in mvs_reset()
/freebsd-head/sys/dev/mps/
HDmps_sas.c1119 mpssas_announce_reset(sc, AC_BUS_RESET, CAM_TARGET_WILDCARD, in mpssas_handle_reinit()
/freebsd-head/sys/dev/firewire/
HDsbp.c1997 xpt_async(AC_BUS_RESET, sbp->path, /*arg*/ NULL); in sbp_attach()
/freebsd-head/sys/dev/mpr/
HDmpr_sas.c1179 mprsas_announce_reset(sc, AC_BUS_RESET, CAM_TARGET_WILDCARD, in mprsas_handle_reinit()
/freebsd-head/sys/dev/ahci/
HDahci.c2503 xpt_async(AC_BUS_RESET, ch->path, NULL); in ahci_reset()
/freebsd-head/sys/dev/isp/
HDisp_freebsd.c2655 xpt_async(AC_BUS_RESET, ISP_FC_PC(isp, bus)->path, 0); in isp_action()
/freebsd-head/sys/dev/sym/
HDsym_hipd.c3314 xpt_async(AC_BUS_RESET, np->path, NULL); in sym_init()