Home
last modified time | relevance | path

Searched refs:DOIO_DENY_PREFETCH (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dcio.h301 #define DOIO_DENY_PREFETCH 0x0002 /* don't allow for CCW prefetch */ macro
/OK3568_Linux_fs/kernel/drivers/s390/cio/
H A Dcio.c93 priv->options.prefetch = (flags & DOIO_DENY_PREFETCH) != 0; in cio_set_options()
H A Dqdio_main.c1368 0, DOIO_DENY_PREFETCH); in qdio_activate()
/OK3568_Linux_fs/kernel/Documentation/s390/
H A Dcds.rst252 DOIO_DENY_PREFETCH don't allow for CCW prefetch; usually
/OK3568_Linux_fs/kernel/drivers/s390/net/
H A Dlcs.c484 DOIO_DENY_PREFETCH | DOIO_ALLOW_SUSPEND); in lcs_start_channel()