search for: fc3220fede0f

Displaying 1 result from an estimated 1 matches for "fc3220fede0f".

2019 Apr 09
0
[RFC PATCH 05/12] s390/cio: add protected virtualization support to cio
...+++++++----------- > drivers/s390/cio/io_sch.h | 19 ++++++++++++----- > 8 files changed, 107 insertions(+), 72 deletions(-) > (...) (just looking at which fields are moved for now) > diff --git a/drivers/s390/cio/io_sch.h b/drivers/s390/cio/io_sch.h > index 90e4e3a7841b..fc3220fede0f 100644 > --- a/drivers/s390/cio/io_sch.h > +++ b/drivers/s390/cio/io_sch.h > @@ -9,15 +9,20 @@ > #include "css.h" > #include "orb.h" > > + > +struct io_subchannel_dma_area { > + struct ccw1 sense_ccw; /* static ccw for sense command */ The ccw mak...