Searched defs:opal_lr_act (Results 1 – 2 of 2) sorted by relevance
69 struct opal_lr_act { struct70 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 */
2932 struct opal_lr_act *opal_lr_act) in opal_activate_lsp()