'\" t .\" Title: struct erw .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: The ccw bus .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "STRUCT ERW" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "The ccw bus" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" struct_erw \- extended report word .SH "SYNOPSIS" .sp .nf struct erw { __u32 res0:3; __u32 auth:1; __u32 pvrf:1; __u32 cpt:1; __u32 fsavf:1; __u32 cons:1; __u32 scavf:1; __u32 fsaf:1; __u32 scnt:6; __u32 res16:16; }; .fi .SH "MEMBERS" .PP res0 .RS 4 reserved .RE .PP auth .RS 4 authorization check .RE .PP pvrf .RS 4 path\-verification\-required flag .RE .PP cpt .RS 4 channel\-path timeout .RE .PP fsavf .RS 4 failing storage address validity flag .RE .PP cons .RS 4 concurrent sense .RE .PP scavf .RS 4 secondary ccw address validity flag .RE .PP fsaf .RS 4 failing storage address format .RE .PP scnt .RS 4 sense count, if \fIcons\fR == \fB1\fR .RE .PP res16 .RS 4 reserved .RE .SH "AUTHOR" .PP \fBCornelia Huck\fR <\&cornelia.huck@de.ibm.com\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br