Home
last modified time | relevance | path

Searched refs:DOIO_ALLOW_SUSPEND (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/s390/include/asm/
H A Dcio.h300 #define DOIO_ALLOW_SUSPEND 0x0001 /* allow for channel prog. suspend */ macro
/openbmc/linux/drivers/s390/cio/
H A Dcio.c92 priv->options.suspend = (flags & DOIO_ALLOW_SUSPEND) != 0; in cio_set_options()
/openbmc/linux/Documentation/arch/s390/
H A Dcds.rst251 DOIO_ALLOW_SUSPEND channel program may become suspended
413 (CCW) must start the I/O operation with the DOIO_ALLOW_SUSPEND option or the
/openbmc/linux/drivers/s390/net/
H A Dlcs.c480 DOIO_DENY_PREFETCH | DOIO_ALLOW_SUSPEND); in lcs_start_channel()