Home
last modified time | relevance | path

Searched refs:CDS_F_IDA (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/hw/s390x/
H A Dcss.h86 #define CDS_F_IDA 0x01 macro
/openbmc/qemu/hw/s390x/
H A Dcss.c980 (ccw->flags & CCW_FLAG_IDA ? CDS_F_IDA : 0); in ccw_dstream_init()
990 if (!(cds->flags & CDS_F_IDA)) { in ccw_dstream_init()