STRUCT ESW2
Section: The ccw bus (9)
Updated: February 2011
Index
Return to Main Contents
 
NAME
struct_esw2 - Format 2 Extended Status Word (ESW)
 
SYNOPSIS
struct esw2 {
  __u8 zero0;
  __u8 lpum;
  __u16 dcti;
  struct erw erw;
  __u32 zeros[3];
};  
 
MEMBERS
zero0
- 
reserved zeros
lpum
- 
last path used mask
dcti
- 
device-connect-time interval
erw
- 
extended report word
zeros[3]
- 
three fullwords of zeros
AUTHOR
Cornelia Huck <cornelia.huck@de.ibm.com>
- 
Author.
COPYRIGHT