Searched refs:SCSW_ACTL_SCHACT (Results 1 – 3 of 3) sorted by relevance
267 (irb->scsw.cmd.actl & SCSW_ACTL_SCHACT)) || in ccw_device_accumulate_irb()318 if (scsw_actl(&irb->scsw) & (SCSW_ACTL_DEVACT | SCSW_ACTL_SCHACT)) in ccw_device_do_sense()382 if ((irb->scsw.cmd.actl & (SCSW_ACTL_DEVACT | SCSW_ACTL_SCHACT)) != 0) in ccw_device_accumulate_and_sense()
317 (SCSW_ACTL_DEVACT | SCSW_ACTL_SCHACT)) && in cmf_copy_block()
150 #define SCSW_ACTL_SCHACT 0x4 macro