Home
last modified time | relevance | path

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

/freebsd-14.2/sys/cam/
H A Dcam.h90 #define CAM_PRIORITY_XPT ((CAM_RL_XPT << 8) + 0x80) macro
H A Dcam_xpt.c859 xpt_setup_ccb(&ccb->ccb_h, ccb->ccb_h.path, CAM_PRIORITY_XPT); in xpt_rescan()
/freebsd-14.2/sys/dev/mps/
H A Dmpsvar.h833 #if defined(CAM_PRIORITY_XPT)
834 #define MPS_PRIORITY_XPT CAM_PRIORITY_XPT
/freebsd-14.2/sys/dev/mpi3mr/
H A Dmpi3mr.h825 #if defined(CAM_PRIORITY_XPT)
826 #define MPI3MR_PRIORITY_XPT CAM_PRIORITY_XPT
/freebsd-14.2/sys/dev/mpr/
H A Dmprvar.h922 #if defined(CAM_PRIORITY_XPT)
923 #define MPR_PRIORITY_XPT CAM_PRIORITY_XPT
/freebsd-14.2/sys/cam/ata/
H A Data_pmp.c843 xpt_setup_ccb(&ccb->ccb_h, dpath, CAM_PRIORITY_XPT); in pmpdone()
H A Data_xpt.c320 xpt_schedule(periph, CAM_PRIORITY_XPT); in aprobeschedule()
1582 xpt_setup_ccb(&request_ccb->ccb_h, new_path, CAM_PRIORITY_XPT); in ata_scan_lun()
/freebsd-14.2/sys/cam/nvme/
H A Dnvme_xpt.c254 xpt_schedule(periph, CAM_PRIORITY_XPT); in nvme_probe_schedule()
/freebsd-14.2/sys/dev/sdio/
H A Dsdiob.c1062 xpt_schedule(periph, CAM_PRIORITY_XPT); in sdiobregister()
/freebsd-14.2/sys/cam/mmc/
H A Dmmc_xpt.c556 xpt_schedule(periph, CAM_PRIORITY_XPT); in mmcprobe_register()
H A Dmmc_da.c784 xpt_schedule(periph, CAM_PRIORITY_XPT); in sddaregister()
/freebsd-14.2/sys/cam/scsi/
H A Dscsi_xpt.c738 xpt_schedule(periph, CAM_PRIORITY_XPT); in probeschedule()
2342 xpt_setup_ccb(&request_ccb->ccb_h, new_path, CAM_PRIORITY_XPT); in scsi_scan_lun()