aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm/css_chars.h
diff options
context:
space:
mode:
authorEugene Crosser <Eugene.Crosser@ru.ibm.com>2013-04-24 12:00:23 +0200
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2014-01-14 15:16:09 +0100
commit1c59a861d6982edf3f9905ad2098575336ae904d (patch)
tree2f1ab75eae33eaf225b9e34d8f15650e60833af3 /arch/s390/include/asm/css_chars.h
parents390: delete new instances of __cpuinit usage (diff)
downloadlinux-dev-1c59a861d6982edf3f9905ad2098575336ae904d.tar.xz
linux-dev-1c59a861d6982edf3f9905ad2098575336ae904d.zip
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.h2
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;