Searched defs:opal_lr_act (Results 1 – 4 of 4) sorted by relevance
58 struct opal_lr_act { struct59 struct opal_key key;60 __u32 sum;61 __u8 num_lrs;62 __u8 lr[OPAL_MAX_LRS];63 __u8 align[2]; /* Align to 8 byte boundary */
54 struct opal_lr_act { struct55 struct opal_key key;56 __u32 sum;57 __u8 num_lrs;58 __u8 lr[OPAL_MAX_LRS];59 __u8 align[2]; /* Align to 8 byte boundary */
2461 struct opal_lr_act *opal_lr_act) in opal_activate_lsp()