Searched defs:opa_smp (Results 1 – 2 of 2) sorted by relevance
22 struct opa_smp { struct23 u8 base_version;24 u8 mgmt_class;25 u8 class_version;26 u8 method;27 __be16 status;28 u8 hop_ptr;29 u8 hop_cnt;30 __be64 tid;31 __be16 attr_id;[all …]
603 struct opa_smp *opa_smp = (struct opa_smp *)smp; in handle_outgoing_dr_smp() local