Searched defs:pseries_io_event (Results 1 – 1 of 1) sorted by relevance
37 struct pseries_io_event { struct38 uint8_t event_type; /* 0x00 IO-Event Type */39 uint8_t rpc_data_len; /* 0x01 RPC data length */40 uint8_t scope; /* 0x02 Error/Event Scope */41 uint8_t event_subtype; /* 0x03 I/O-Event Sub-Type */42 uint32_t drc_index; /* 0x04 DRC Index */43 uint8_t rpc_data[PSERIES_IOEI_RPC_MAX_LEN];
Completed in 5 milliseconds