Searched refs:CAM_PRIORITY_XPT (Results 1 – 12 of 12) sorted by relevance
| /freebsd/sys/cam/ |
| H A D | cam.h | 93 #define CAM_PRIORITY_XPT ((CAM_RL_XPT << 8) + 0x80) macro
|
| H A D | cam_xpt.c | 864 xpt_setup_ccb(&ccb->ccb_h, ccb->ccb_h.path, CAM_PRIORITY_XPT); in xpt_rescan()
|
| /freebsd/sys/dev/mps/ |
| H A D | mpsvar.h | 833 #if defined(CAM_PRIORITY_XPT) 834 #define MPS_PRIORITY_XPT CAM_PRIORITY_XPT
|
| /freebsd/sys/dev/mpi3mr/ |
| H A D | mpi3mr.h | 846 #if defined(CAM_PRIORITY_XPT) 847 #define MPI3MR_PRIORITY_XPT CAM_PRIORITY_XPT
|
| /freebsd/sys/dev/mpr/ |
| H A D | mprvar.h | 923 #if defined(CAM_PRIORITY_XPT) 924 #define MPR_PRIORITY_XPT CAM_PRIORITY_XPT
|
| /freebsd/sys/cam/ata/ |
| H A D | ata_pmp.c | 842 xpt_setup_ccb(&ccb->ccb_h, dpath, CAM_PRIORITY_XPT); in pmpdone()
|
| H A D | ata_xpt.c | 318 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 D | nvme_xpt.c | 253 xpt_schedule(periph, CAM_PRIORITY_XPT); in nvme_probe_schedule()
|
| /freebsd/sys/dev/sdio/ |
| H A D | sdiob.c | 1056 xpt_schedule(periph, CAM_PRIORITY_XPT); in sdiobregister()
|
| /freebsd/sys/cam/mmc/ |
| H A D | mmc_xpt.c | 555 xpt_schedule(periph, CAM_PRIORITY_XPT); in mmcprobe_register()
|
| H A D | mmc_da.c | 780 xpt_schedule(periph, CAM_PRIORITY_XPT); in sddaregister()
|
| /freebsd/sys/cam/scsi/ |
| H A D | scsi_xpt.c | 753 xpt_schedule(periph, CAM_PRIORITY_XPT); in probeschedule() 2429 xpt_setup_ccb(&request_ccb->ccb_h, new_path, CAM_PRIORITY_XPT); in scsi_scan_lun()
|