Home
last modified time | relevance | path

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

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