Home
last modified time | relevance | path

Searched refs:CAM_HIGH_POWER (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/sys/cam/
Dcam_ccb.h87 CAM_HIGH_POWER = 0x00001000,/* Command takes a lot of power */ enumerator
Dcam_xpt.c3465 if ((work_ccb->ccb_h.flags & CAM_HIGH_POWER) != 0) { in xpt_run_devq()
5412 if (ccb_h->flags & CAM_HIGH_POWER) { in xpt_done_process()
/freebsd-12-stable/sys/cam/ata/
Data_xpt.c398 /*flags*/CAM_DIR_NONE | CAM_HIGH_POWER, in probestart()
/freebsd-12-stable/sys/cam/scsi/
Dscsi_all.c8836 extra_flags |= CAM_HIGH_POWER; in scsi_start_stop()