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