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

/freebsd-13-stable/sys/cam/
H A Dcam_ccb.h87 CAM_HIGH_POWER = 0x00001000,/* Command takes a lot of power */ enumerator in enum:__anon8550
H A Dcam_xpt.c3433 if ((work_ccb->ccb_h.flags & CAM_HIGH_POWER) != 0) {
5365 if (ccb_h->flags & CAM_HIGH_POWER) {
/freebsd-13-stable/sys/cam/ata/
H A Data_xpt.c397 /*flags*/CAM_DIR_NONE | CAM_HIGH_POWER,
/freebsd-13-stable/sys/cam/scsi/
H A Dscsi_all.c8829 extra_flags |= CAM_HIGH_POWER;

Completed in 196 milliseconds