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