CAM_HIGH_POWER
if ((work_ccb->ccb_h.flags & CAM_HIGH_POWER) != 0) {
if (ccb_h->flags & CAM_HIGH_POWER) {
extra_flags |= CAM_HIGH_POWER;