Home
last modified time | relevance | path

Searched refs:CAM_PRIORITY_XPT (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/cam/
H A Dcam.h90 #define CAM_PRIORITY_XPT ((CAM_RL_XPT << 8) + 0x80) macro
H A Dcam_xpt.c856 xpt_setup_ccb(&ccb->ccb_h, ccb->ccb_h.path, CAM_PRIORITY_XPT); in xpt_rescan()
/freebsd/sys/dev/mps/
H A Dmpsvar.h833 #if defined(CAM_PRIORITY_XPT)
834 #define MPS_PRIORITY_XPT CAM_PRIORITY_XPT
/freebsd/sys/dev/mpi3mr/
H A Dmpi3mr.h830 #if defined(CAM_PRIORITY_XPT)
831 #define MPI3MR_PRIORITY_XPT CAM_PRIORITY_XPT
/freebsd/sys/dev/mpr/
H A Dmprvar.h922 #if defined(CAM_PRIORITY_XPT)
923 #define MPR_PRIORITY_XPT CAM_PRIORITY_XPT
/freebsd/sys/cam/ata/
H A Data_pmp.c842 xpt_setup_ccb(&ccb->ccb_h, dpath, CAM_PRIORITY_XPT); in pmpdone()
H A Data_xpt.c318 xpt_schedule(periph, CAM_PRIORITY_XPT); in aprobeschedule()
1580 xpt_setup_ccb(&request_ccb->ccb_h, new_path, CAM_PRIORITY_XPT); in ata_scan_lun()
/freebsd/sys/cam/nvme/
H A Dnvme_xpt.c253 xpt_schedule(periph, CAM_PRIORITY_XPT); in nvme_probe_schedule()
/freebsd/sys/dev/sdio/
H A Dsdiob.c1059 xpt_schedule(periph, CAM_PRIORITY_XPT); in sdiobregister()
/freebsd/sys/cam/mmc/
H A Dmmc_xpt.c554 xpt_schedule(periph, CAM_PRIORITY_XPT); in mmcprobe_register()
H A Dmmc_da.c781 xpt_schedule(periph, CAM_PRIORITY_XPT); in sddaregister()
/freebsd/sys/cam/scsi/
H A Dscsi_xpt.c736 xpt_schedule(periph, CAM_PRIORITY_XPT); in probeschedule()
2340 xpt_setup_ccb(&request_ccb->ccb_h, new_path, CAM_PRIORITY_XPT); in scsi_scan_lun()