Home
last modified time | relevance | path

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

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