Home
last modified time | relevance | path

Searched refs:CAM_PRIORITY_OOB (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/sys/cam/
H A Dcam.h91 #define CAM_PRIORITY_OOB (CAM_RL_DEV << 8) macro
H A Dcam_xpt.c3333 device->ccbq.total_openings || prio <= CAM_PRIORITY_OOB)) { in xpt_run_allocq()
/freebsd-13.1/sys/cam/scsi/
H A Dscsi_pass.c1795 if (priority <= CAM_PRIORITY_OOB) in passdoioctl()
1796 priority += CAM_PRIORITY_OOB + 1; in passdoioctl()
1933 if (priority <= CAM_PRIORITY_OOB) in passdoioctl()
1934 priority += CAM_PRIORITY_OOB + 1; in passdoioctl()