Searched defs:_ib_mad_hdr_t (Results 1 – 1 of 1) sorted by relevance
40 typedef struct _ib_mad_hdr_t { struct41 uint8_t BaseVersion; /* version of MAD base format */42 uint8_t MgmtClass; /* class of operation */43 uint8_t ClassVersion; /* ver. of MAD class format */44 uint8_t R_Method; /* response bit & method to */46 uint16_t Status; /* status of operation */47 uint16_t ClassSpecific; /* reserved except for SMPs */48 uint64_t TransactionID; /* transaction id */49 uint16_t AttributeID; /* defines class spec objects */50 uint16_t Reserved;[all …]