diff options
author | Eugene Crosser <Eugene.Crosser@ru.ibm.com> | 2013-04-24 14:00:23 +0400 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2014-01-14 18:16:09 +0400 |
commit | 1c59a861d6982edf3f9905ad2098575336ae904d (patch) | |
tree | 2f1ab75eae33eaf225b9e34d8f15650e60833af3 /arch/s390/include/asm/css_chars.h | |
parent | 28aa39b853fc889e672b73f69ce591d15e6306b0 (diff) | |
download | linux-1c59a861d6982edf3f9905ad2098575336ae904d.tar.xz |
s390/qdio: bridgeport support - CHSC part
Introduce function for the "Perform network-subchannel operation"
CHSC command with operation code "bridgeport information",
and bit definitions for "characteristics" pertaning to this command.
Signed-off-by: Eugene Crosser <eugene.crosser@ru.ibm.com>
Reviewed-by: Sebastian Ott <sebott@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/include/asm/css_chars.h')
-rw-r--r-- | arch/s390/include/asm/css_chars.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/s390/include/asm/css_chars.h b/arch/s390/include/asm/css_chars.h index 7e1c917bbba2..09d1dd46bd57 100644 --- a/arch/s390/include/asm/css_chars.h +++ b/arch/s390/include/asm/css_chars.h @@ -29,6 +29,8 @@ struct css_general_char { u32 fcx : 1; /* bit 88 */ u32 : 19; u32 alt_ssi : 1; /* bit 108 */ + u32:1; + u32 narf:1; /* bit 110 */ } __packed; extern struct css_general_char css_general_characteristics; |