Home
last modified time | relevance | path

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

/freebsd-14-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.c1391 case AC_BUS_RESET: in adaasync()
1954 xpt_register_async(AC_SENT_BDR | AC_BUS_RESET | AC_LOST_DEVICE | in adaregister()
HData_xpt.c2037 case AC_BUS_RESET: in ata_dev_async()
/freebsd-14-stable/sys/cam/scsi/
HDscsi_pt.c311 xpt_register_async(AC_SENT_BDR | AC_BUS_RESET | AC_LOST_DEVICE, in ptctor()
396 case AC_BUS_RESET: in ptasync()
HDscsi_xpt.c2981 || (async_code == AC_BUS_RESET) in scsi_dev_async()
2996 || async_code == AC_BUS_RESET) { in scsi_dev_async()
HDscsi_cd.c486 case AC_BUS_RESET: in cdasync()
718 xpt_register_async(AC_SENT_BDR | AC_BUS_RESET | AC_LOST_DEVICE | in cdregister()
HDscsi_da.c2232 case AC_BUS_RESET: /* Called for this path: periph locked */ in daasync()
2997 xpt_register_async(AC_SENT_BDR | AC_BUS_RESET | AC_LOST_DEVICE | in daregister()
/freebsd-14-stable/sys/powerpc/mpc85xx/
HDfsl_sata.c690 xpt_async(AC_BUS_RESET, ch->path, NULL); in fsl_sata_phy_check_events()
1614 xpt_async(AC_BUS_RESET, ch->path, NULL); in fsl_sata_reset()
/freebsd-14-stable/sys/cam/
HDcam_ccb.h878 AC_BUS_RESET = 0x001 /* A SCSI bus reset occurred */ enumerator
HDcam_xpt.c4086 case AC_BUS_RESET: return ("AC_BUS_RESET"); in xpt_async_string()
4109 case AC_BUS_RESET: return (0); in xpt_async_size()
4211 if (async_code == AC_BUS_RESET) { in xpt_async_process()
/freebsd-14-stable/sys/dev/siis/
HDsiis.c1649 xpt_async(AC_BUS_RESET, ch->path, NULL); in siis_reset()
1680 xpt_async(AC_BUS_RESET, ch->path, NULL); in siis_reset()
/freebsd-14-stable/sys/dev/aic7xxx/
HDaic7xxx_osm.c1317 case AC_BUS_RESET: in ahc_send_async()
HDaic79xx_osm.c1257 case AC_BUS_RESET: in ahd_send_async()
HDaic7xxx.c6152 CAM_LUN_WILDCARD, AC_BUS_RESET, NULL); in ahc_reset_channel()
HDaic79xx.c8026 CAM_LUN_WILDCARD, AC_BUS_RESET, NULL); in ahd_reset_channel()
/freebsd-14-stable/sys/dev/ata/
HData-all.c304 xpt_async(AC_BUS_RESET, ch->path, NULL); in ata_reinit()
/freebsd-14-stable/sys/dev/mpt/
HDmpt_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-14-stable/sys/dev/virtio/scsi/
HDvirtio_scsi.c2058 vtscsi_announce(sc, AC_BUS_RESET, CAM_TARGET_WILDCARD, in vtscsi_reset_bus()
/freebsd-14-stable/sys/dev/mvs/
HDmvs.c2068 xpt_async(AC_BUS_RESET, ch->path, NULL); in mvs_reset()
/freebsd-14-stable/sys/dev/mps/
HDmps_sas.c1119 mpssas_announce_reset(sc, AC_BUS_RESET, CAM_TARGET_WILDCARD, in mpssas_handle_reinit()
/freebsd-14-stable/sys/dev/firewire/
HDsbp.c1997 xpt_async(AC_BUS_RESET, sbp->path, /*arg*/ NULL); in sbp_attach()
/freebsd-14-stable/sys/dev/mpr/
HDmpr_sas.c1179 mprsas_announce_reset(sc, AC_BUS_RESET, CAM_TARGET_WILDCARD, in mprsas_handle_reinit()
/freebsd-14-stable/sys/dev/ahci/
HDahci.c2503 xpt_async(AC_BUS_RESET, ch->path, NULL); in ahci_reset()
/freebsd-14-stable/sys/dev/isp/
HDisp_freebsd.c2655 xpt_async(AC_BUS_RESET, ISP_FC_PC(isp, bus)->path, 0); in isp_action()
/freebsd-14-stable/sys/dev/sym/
HDsym_hipd.c3314 xpt_async(AC_BUS_RESET, np->path, NULL); in sym_init()