Home
last modified time | relevance | path

Searched defs:opal_lr_act (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dsed-opal.h69 struct opal_lr_act { struct
70 struct opal_key key;
71 __u32 sum;
72 __u8 num_lrs;
73 __u8 lr[OPAL_MAX_LRS];
74 __u8 align[2]; /* Align to 8 byte boundary */
/openbmc/linux/block/
H A Dsed-opal.c2932 struct opal_lr_act *opal_lr_act) in opal_activate_lsp()