Home
last modified time | relevance | path

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

/freebsd/sys/cam/ata/
H A Data_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()
H A Data_da.c1390 case AC_BUS_RESET: in adaasync()
1953 xpt_register_async(AC_SENT_BDR | AC_BUS_RESET | AC_LOST_DEVICE | in adaregister()
H A Data_xpt.c2035 case AC_BUS_RESET: in ata_dev_async()
/freebsd/sys/cam/scsi/
H A Dscsi_pt.c310 xpt_register_async(AC_SENT_BDR | AC_BUS_RESET | AC_LOST_DEVICE, in ptctor()
395 case AC_BUS_RESET: in ptasync()
H A Dscsi_xpt.c2979 || (async_code == AC_BUS_RESET) in scsi_dev_async()
2994 || async_code == AC_BUS_RESET) { in scsi_dev_async()
H A Dscsi_cd.c485 case AC_BUS_RESET: in cdasync()
717 xpt_register_async(AC_SENT_BDR | AC_BUS_RESET | AC_LOST_DEVICE | in cdregister()
H A Dscsi_da.c2226 case AC_BUS_RESET: /* Called for this path: periph locked */ in daasync()
2991 xpt_register_async(AC_SENT_BDR | AC_BUS_RESET | AC_LOST_DEVICE | in daregister()
/freebsd/sys/powerpc/mpc85xx/
H A Dfsl_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/sys/cam/
H A Dcam_ccb.h886 AC_BUS_RESET = 0x001 /* A SCSI bus reset occurred */ enumerator
H A Dcam_xpt.c4083 case AC_BUS_RESET: return ("AC_BUS_RESET"); in xpt_async_string()
4106 case AC_BUS_RESET: return (0); in xpt_async_size()
4208 if (async_code == AC_BUS_RESET) { in xpt_async_process()
/freebsd/sys/dev/siis/
H A Dsiis.c1647 xpt_async(AC_BUS_RESET, ch->path, NULL); in siis_reset()
1678 xpt_async(AC_BUS_RESET, ch->path, NULL); in siis_reset()
/freebsd/sys/dev/ata/
H A Data-all.c302 xpt_async(AC_BUS_RESET, ch->path, NULL); in ata_reinit()
/freebsd/sys/dev/aic7xxx/
H A Daic7xxx_osm.c1316 case AC_BUS_RESET: in ahc_send_async()
H A Daic79xx_osm.c1256 case AC_BUS_RESET: in ahd_send_async()
H A Daic7xxx.c6136 CAM_LUN_WILDCARD, AC_BUS_RESET, NULL); in ahc_reset_channel()
H A Daic79xx.c8010 CAM_LUN_WILDCARD, AC_BUS_RESET, NULL); in ahd_reset_channel()
/freebsd/sys/dev/mpt/
H A Dmpt_cam.c2300 xpt_async(AC_BUS_RESET, mpt->path, NULL); in mpt_cam_event()
2310 xpt_async(AC_BUS_RESET, mpt->path, NULL); in mpt_cam_event()
3012 xpt_async(AC_BUS_RESET, mpt->path, NULL); in mpt_cam_ioc_reset()
/freebsd/sys/dev/virtio/scsi/
H A Dvirtio_scsi.c2057 vtscsi_announce(sc, AC_BUS_RESET, CAM_TARGET_WILDCARD, in vtscsi_reset_bus()
/freebsd/sys/dev/firewire/
H A Dsbp.c1997 xpt_async(AC_BUS_RESET, sbp->path, /*arg*/ NULL); in sbp_attach()
/freebsd/sys/dev/mps/
H A Dmps_sas.c1119 mpssas_announce_reset(sc, AC_BUS_RESET, CAM_TARGET_WILDCARD, in mpssas_handle_reinit()
/freebsd/sys/dev/mvs/
H A Dmvs.c2067 xpt_async(AC_BUS_RESET, ch->path, NULL); in mvs_reset()
/freebsd/sys/dev/mpr/
H A Dmpr_sas.c1179 mprsas_announce_reset(sc, AC_BUS_RESET, CAM_TARGET_WILDCARD, in mprsas_handle_reinit()
/freebsd/sys/dev/ahci/
H A Dahci.c2501 xpt_async(AC_BUS_RESET, ch->path, NULL); in ahci_reset()
/freebsd/sys/dev/isp/
H A Disp_freebsd.c2650 xpt_async(AC_BUS_RESET, ISP_FC_PC(isp, bus)->path, 0); in isp_action()
/freebsd/sys/dev/sym/
H A Dsym_hipd.c3314 xpt_async(AC_BUS_RESET, np->path, NULL); in sym_init()