SCSW_FCTL_CLEAR_FUNC
scsw_fctl(&irb->scsw) & SCSW_FCTL_CLEAR_FUNC) {
if (scsw->fctl & (SCSW_FCTL_HALT_FUNC | SCSW_FCTL_CLEAR_FUNC))
(SCSW_FCTL_CLEAR_FUNC | SCSW_FCTL_HALT_FUNC)) {
if (irb->scsw.cmd.fctl & SCSW_FCTL_CLEAR_FUNC)
if (scsw->fctl & SCSW_FCTL_CLEAR_FUNC)
} else if (scsw->cmd.fctl & SCSW_FCTL_CLEAR_FUNC) {
if (irb->scsw.cmd.fctl & SCSW_FCTL_CLEAR_FUNC) {
if (iob && (irb->scsw.cmd.fctl & (SCSW_FCTL_CLEAR_FUNC |