iprutils: Add reserved bits in page 2 of ses device
The length of Page 2 with Slider SFF is 0x2A4. Add reserved bits in structure of Page 2. Signed-off-by: Wen Xiong <wenxiong@linux.vnet.ibm.com> Signed-off-by: Brian King <brking@linux.vnet.ibm.com>
This commit is contained in:
parent
7f5e08c9c1
commit
e02df178e3
1 changed files with 1 additions and 0 deletions
1
iprlib.h
1
iprlib.h
|
|
@ -2646,6 +2646,7 @@ struct ipr_encl_status_ctl_pg {
|
|||
u16 byte_count;
|
||||
u8 reserved1[4];
|
||||
struct ipr_drive_elem_status elem_status[IPR_NUM_DRIVE_ELEM_STATUS_ENTRIES];
|
||||
u8 reserved2[468]; /*rest of page 2*/
|
||||
};
|
||||
|
||||
struct ipr_ses_config_pg {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue