Home
last modified time | relevance | path

Searched refs:SCSW_FCTL_CLEAR_FUNC (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/drivers/s390/cio/
Dvfio_ccw_fsm.c172 } else if (scsw->cmd.fctl & SCSW_FCTL_CLEAR_FUNC) { in fsm_io_request()
Dccwreq.c180 if (scsw->fctl & (SCSW_FCTL_HALT_FUNC | SCSW_FCTL_CLEAR_FUNC)) in ccwreq_status()
Deadm_sch.c143 if (scsw->fctl & SCSW_FCTL_CLEAR_FUNC) in eadm_subchannel_irq()
Ddevice_status.c229 if (irb->scsw.cmd.fctl & SCSW_FCTL_CLEAR_FUNC) in ccw_device_accumulate_irb()
Ddevice_fsm.c843 (SCSW_FCTL_CLEAR_FUNC | SCSW_FCTL_HALT_FUNC)) { in ccw_device_w4sense()
/Linux-v4.19/arch/s390/include/asm/
Dscsw.h146 #define SCSW_FCTL_CLEAR_FUNC 0x1 macro
/Linux-v4.19/drivers/s390/net/
Dlcs.c1436 if (irb->scsw.cmd.fctl & SCSW_FCTL_CLEAR_FUNC) in lcs_irq()
Dqeth_core_main.c1143 if (irb->scsw.cmd.fctl & (SCSW_FCTL_CLEAR_FUNC)) in qeth_irq()
/Linux-v4.19/drivers/s390/block/
Ddasd.c1690 scsw_fctl(&irb->scsw) & SCSW_FCTL_CLEAR_FUNC) { in dasd_int_handler()