Home
last modified time | relevance | path

Searched refs:SCSW_FCTL_HALT_FUNC (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/include/hw/s390x/
H A Dioinst.h49 #define SCSW_FCTL_HALT_FUNC 0x2000 macro
/openbmc/qemu/hw/s390x/
H A Dcss.c1287 } else if (schib->scsw.ctrl & SCSW_FCTL_HALT_FUNC) { in do_subchannel_work_virtual()
1304 } else if (schib->scsw.ctrl & SCSW_FCTL_HALT_FUNC) { in do_subchannel_work_passthrough()
1464 (SCSW_FCTL_START_FUNC|SCSW_FCTL_HALT_FUNC|SCSW_FCTL_CLEAR_FUNC)) { in css_do_msch()
1573 if (schib->scsw.ctrl & (SCSW_FCTL_HALT_FUNC | SCSW_FCTL_CLEAR_FUNC)) { in css_do_hsch()
1584 schib->scsw.ctrl |= SCSW_FCTL_HALT_FUNC; in css_do_hsch()
1653 SCSW_FCTL_HALT_FUNC | in css_do_ssch()
1817 ((fctl & SCSW_FCTL_HALT_FUNC) && in css_do_tsch_update_subch()
1832 if (fctl & SCSW_FCTL_HALT_FUNC) { in css_do_tsch_update_subch()
/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 Dvfio_ccw_fsm.c304 } else if (scsw->cmd.fctl & SCSW_FCTL_HALT_FUNC) { in fsm_io_request()
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.h75 #define SCSW_FCTL_HALT_FUNC 0x2000 macro
H A Dcio.c191 if (irb->scsw.ctrl & SCSW_FCTL_HALT_FUNC) { in print_irb_err()
/openbmc/linux/arch/s390/include/asm/
H A Dscsw.h147 #define SCSW_FCTL_HALT_FUNC 0x2 macro
/openbmc/linux/drivers/s390/net/
H A Dlcs.c1424 if (irb->scsw.cmd.fctl & SCSW_FCTL_HALT_FUNC) { in lcs_irq()
H A Dqeth_core_main.c1254 if (irb->scsw.cmd.fctl & SCSW_FCTL_HALT_FUNC) { in qeth_irq()
1260 SCSW_FCTL_HALT_FUNC))) { in qeth_irq()