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