Home
last modified time | relevance | path

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

12

/freebsd-14-stable/sys/dev/isci/
HDisci_domain.c299 union ccb *ccb = xpt_alloc_ccb_nowait(); in scif_cb_domain_device_removed()
HDisci_remote_device.c84 union ccb *ccb = xpt_alloc_ccb_nowait(); in scif_cb_remote_device_ready()
/freebsd-14-stable/sys/cam/
HDcam_xpt.h77 union ccb *xpt_alloc_ccb_nowait(void);
HDcam_periph.c1753 orig_ccb = xpt_alloc_ccb_nowait(); in camperiphscsisenseerror()
2096 scan_ccb = xpt_alloc_ccb_nowait(); in cam_periph_error()
2149 if ((cgd = (struct ccb_getdev *)xpt_alloc_ccb_nowait()) != NULL) { in cam_periph_devctl_notify()
HDcam_xpt.c3967 scan_ccb = xpt_alloc_ccb_nowait(); in xpt_bus_register()
4276 ccb = xpt_alloc_ccb_nowait(); in xpt_async()
4542 xpt_alloc_ccb_nowait(void) in xpt_alloc_ccb_nowait() function
/freebsd-14-stable/sys/dev/smartpqi/
HDsmartpqi_cam.c118 if ((ccb = xpt_alloc_ccb_nowait()) == NULL) { in os_add_device()
702 ccb = xpt_alloc_ccb_nowait(); in smartpqi_lun_rescan()
1282 ccb = xpt_alloc_ccb_nowait(); in register_sim()
/freebsd-14-stable/sys/dev/nvme/
HDnvme_sim.c343 ccb = xpt_alloc_ccb_nowait(); in nvme_sim_ns_change()
/freebsd-14-stable/tools/tools/vhba/mptest/
HDvhba_mptest.c438 ccb = xpt_alloc_ccb_nowait(); in vhba_timer()
/freebsd-14-stable/sys/dev/mfi/
HDmfi_cam.c316 ccb = xpt_alloc_ccb_nowait(); in mfip_cam_rescan()
/freebsd-14-stable/sys/cam/ata/
HData_xpt.c1395 work_ccb = xpt_alloc_ccb_nowait(); in ata_scan_bus()
1414 reset_ccb = xpt_alloc_ccb_nowait(); in ata_scan_bus()
1452 work_ccb = xpt_alloc_ccb_nowait(); in ata_scan_bus()
1566 request_ccb = xpt_alloc_ccb_nowait(); in ata_scan_lun()
HData_pmp.c838 ccb = xpt_alloc_ccb_nowait(); in pmpdone()
/freebsd-14-stable/sys/cam/scsi/
HDscsi_xpt.c1945 work_ccb = xpt_alloc_ccb_nowait(); in scsi_scan_bus()
1978 (reset_ccb = xpt_alloc_ccb_nowait()) != NULL) { in scsi_scan_bus()
2049 work_ccb = xpt_alloc_ccb_nowait(); in scsi_scan_bus()
2326 request_ccb = xpt_alloc_ccb_nowait(); in scsi_scan_lun()
HDscsi_ch.c1704 if ((cgd = (struct ccb_getdev *)xpt_alloc_ccb_nowait()) == NULL) in chscsiversion()
/freebsd-14-stable/sys/dev/aac/
HDaac_cam.c123 ccb = xpt_alloc_ccb_nowait(); in aac_cam_rescan()
/freebsd-14-stable/sys/cam/ctl/
HDctl_frontend_cam_sim.c245 ccb = xpt_alloc_ccb_nowait(); in cfcs_onoffline()
/freebsd-14-stable/sys/powerpc/mpc85xx/
HDfsl_sata.c691 if ((ccb = xpt_alloc_ccb_nowait()) == NULL) in fsl_sata_phy_check_events()
1380 ccb = xpt_alloc_ccb_nowait(); in fsl_sata_issue_recovery()
/freebsd-14-stable/sys/dev/mps/
HDmps_sas_lsi.c1114 ccb = xpt_alloc_ccb_nowait(); in mpssas_SSU_to_SATA_devices()
HDmps_sas.c270 ccb = xpt_alloc_ccb_nowait(); in mpssas_rescan_target()
3258 ccb = xpt_alloc_ccb_nowait(); in mpssas_prepare_for_tm()
/freebsd-14-stable/sys/dev/ahci/
HDahci.c1234 if ((ccb = xpt_alloc_ccb_nowait()) == NULL) in ahci_phy_check_events()
1270 if ((ccb = xpt_alloc_ccb_nowait()) == NULL) in ahci_cpd_check_events()
2161 ccb = xpt_alloc_ccb_nowait(); in ahci_issue_recovery()
/freebsd-14-stable/sys/dev/siis/
HDsiis.c823 if ((ccb = xpt_alloc_ccb_nowait()) == NULL) in siis_phy_check_events()
1380 ccb = xpt_alloc_ccb_nowait(); in siis_issue_recovery()
/freebsd-14-stable/sys/dev/mpr/
HDmpr_sas_lsi.c1483 ccb = xpt_alloc_ccb_nowait(); in mprsas_SSU_to_SATA_devices()
HDmpr_sas.c279 ccb = xpt_alloc_ccb_nowait(); in mprsas_rescan_target()
3445 ccb = xpt_alloc_ccb_nowait(); in mprsas_prepare_for_tm()
/freebsd-14-stable/sys/dev/ata/
HData-all.c272 if ((ccb = xpt_alloc_ccb_nowait()) == NULL) in ata_conn_event()
/freebsd-14-stable/sys/dev/mvs/
HDmvs.c611 if ((ccb = xpt_alloc_ccb_nowait()) == NULL) in mvs_phy_check_events()
1783 ccb = xpt_alloc_ccb_nowait(); in mvs_issue_recovery()
/freebsd-14-stable/sys/dev/aacraid/
HDaacraid_cam.c180 ccb = xpt_alloc_ccb_nowait(); in aac_cam_rescan()

12