Searched refs:SCSW_ACTL_DEVACT (Results 1 – 3 of 3) sorted by relevance
268 (irb->scsw.cmd.actl & SCSW_ACTL_DEVACT) && in ccw_device_accumulate_irb()320 if (scsw_actl(&irb->scsw) & (SCSW_ACTL_DEVACT | SCSW_ACTL_SCHACT)) in ccw_device_do_sense()384 if ((irb->scsw.cmd.actl & (SCSW_ACTL_DEVACT | SCSW_ACTL_SCHACT)) != 0) in ccw_device_accumulate_and_sense()
282 (SCSW_ACTL_DEVACT | SCSW_ACTL_SCHACT)) && in cmf_copy_block()
151 #define SCSW_ACTL_DEVACT 0x2 macro