Linux Kernel
3.7.1
|
Data Fields | |
struct sccb_header | header |
u8 | recognized [SCLP_CHP_INFO_MASK_SIZE] |
u8 | standby [SCLP_CHP_INFO_MASK_SIZE] |
u8 | configured [SCLP_CHP_INFO_MASK_SIZE] |
u8 | ccm |
u8 | reserved [6] |
u8 | cssid |
Definition at line 776 of file sclp_cmd.c.
u8 ccm |
Definition at line 781 of file sclp_cmd.c.
u8 configured[SCLP_CHP_INFO_MASK_SIZE] |
Definition at line 780 of file sclp_cmd.c.
u8 cssid |
Definition at line 783 of file sclp_cmd.c.
Definition at line 777 of file sclp_cmd.c.
u8 recognized[SCLP_CHP_INFO_MASK_SIZE] |
Definition at line 778 of file sclp_cmd.c.
u8 reserved[6] |
Definition at line 782 of file sclp_cmd.c.
u8 standby[SCLP_CHP_INFO_MASK_SIZE] |
Definition at line 779 of file sclp_cmd.c.