Searched defs:opa_smp (Results 1 – 2 of 2) sorted by relevance
53 struct opa_smp { struct54 u8 base_version;55 u8 mgmt_class;56 u8 class_version;57 u8 method;58 __be16 status;59 u8 hop_ptr;60 u8 hop_cnt;61 __be64 tid;62 __be16 attr_id;[all …]
753 struct opa_smp *opa_smp = (struct opa_smp *)smp; in handle_outgoing_dr_smp() local