Home
last modified time | relevance | path

Searched refs:CCW_FLAG_SUSPEND (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/include/hw/s390x/
H A Dioinst.h200 #define CCW_FLAG_SUSPEND 0x02 macro
/openbmc/linux/arch/s390/include/asm/
H A Dcio.h62 #define CCW_FLAG_SUSPEND 0x02 macro
/openbmc/linux/drivers/s390/net/
H A Dlcs.c230 card->read.ccws[LCS_NUM_BUFFS - 1].flags |= CCW_FLAG_SUSPEND; in lcs_setup_read_ccws()
270 CCW_FLAG_SUSPEND | CCW_FLAG_CC | CCW_FLAG_SLI; in lcs_setup_write_ccws()
619 if (channel->ccws[channel->io_idx].flags & CCW_FLAG_SUSPEND) in __lcs_resume_channel()
646 if (channel->ccws[next].flags & CCW_FLAG_SUSPEND) { in __lcs_ready_buffer_bits()
648 if (!(channel->ccws[prev].flags & CCW_FLAG_SUSPEND)) in __lcs_ready_buffer_bits()
652 channel->ccws[index].flags &= ~CCW_FLAG_SUSPEND; in __lcs_ready_buffer_bits()
694 channel->ccws[index].flags |= CCW_FLAG_SUSPEND; in __lcs_processed_buffer()
/openbmc/qemu/pc-bios/s390-ccw/
H A Dcio.h206 #define CCW_FLAG_SUSPEND 0x02 macro
/openbmc/linux/Documentation/arch/s390/
H A Dcds.rst276 CCW_FLAG_SUSPEND suspend
/openbmc/qemu/hw/s390x/
H A Dcss.c1034 if (ccw.flags & CCW_FLAG_SUSPEND) { in css_interpret_ccw()