Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/s390x/
H A Dioinst.h48 #define SCSW_FCTL_CLEAR_FUNC 0x1000 macro
/openbmc/linux/drivers/s390/cio/
H A Dccwreq.c180 if (scsw->fctl & (SCSW_FCTL_HALT_FUNC | SCSW_FCTL_CLEAR_FUNC)) in ccwreq_status()
H A Deadm_sch.c138 if (scsw->fctl & SCSW_FCTL_CLEAR_FUNC) in eadm_subchannel_irq()
H A Dvfio_ccw_fsm.c312 } else if (scsw->cmd.fctl & SCSW_FCTL_CLEAR_FUNC) { in fsm_io_request()
H A Ddevice_status.c230 if (irb->scsw.cmd.fctl & SCSW_FCTL_CLEAR_FUNC) in ccw_device_accumulate_irb()
H A Ddevice_fsm.c841 (SCSW_FCTL_CLEAR_FUNC | SCSW_FCTL_HALT_FUNC)) { in ccw_device_w4sense()
/openbmc/qemu/pc-bios/s390-ccw/
H A Dcio.h76 #define SCSW_FCTL_CLEAR_FUNC 0x1000 macro
H A Dcio.c195 if (irb->scsw.ctrl & SCSW_FCTL_CLEAR_FUNC) { in print_irb_err()
/openbmc/qemu/hw/s390x/
H A Dcss.c1285 if (schib->scsw.ctrl & SCSW_FCTL_CLEAR_FUNC) { in do_subchannel_work_virtual()
1302 if (schib->scsw.ctrl & SCSW_FCTL_CLEAR_FUNC) { in do_subchannel_work_passthrough()
1464 (SCSW_FCTL_START_FUNC|SCSW_FCTL_HALT_FUNC|SCSW_FCTL_CLEAR_FUNC)) { in css_do_msch()
1545 schib->scsw.ctrl |= SCSW_FCTL_CLEAR_FUNC | SCSW_ACTL_CLEAR_PEND; in css_do_csch()
1573 if (schib->scsw.ctrl & (SCSW_FCTL_HALT_FUNC | SCSW_FCTL_CLEAR_FUNC)) { in css_do_hsch()
1654 SCSW_FCTL_CLEAR_FUNC)) { in css_do_ssch()
/openbmc/linux/arch/s390/include/asm/
H A Dscsw.h146 #define SCSW_FCTL_CLEAR_FUNC 0x1 macro
/openbmc/linux/drivers/s390/net/
H A Dlcs.c1432 if (irb->scsw.cmd.fctl & SCSW_FCTL_CLEAR_FUNC) in lcs_irq()
H A Dqeth_core_main.c1249 if (irb->scsw.cmd.fctl & SCSW_FCTL_CLEAR_FUNC) { in qeth_irq()
1259 if (iob && (irb->scsw.cmd.fctl & (SCSW_FCTL_CLEAR_FUNC | in qeth_irq()
/openbmc/linux/drivers/s390/block/
H A Ddasd.c1771 scsw_fctl(&irb->scsw) & SCSW_FCTL_CLEAR_FUNC) { in dasd_int_handler()