Home
last modified time | relevance | path

Searched defs:_ib_mad_hdr_t (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/mgt/
H A Dib_mad.h38 typedef struct _ib_mad_hdr_t { struct
39 uint8_t BaseVersion; /* version of MAD base format */
40 uint8_t MgmtClass; /* class of operation */
41 uint8_t ClassVersion; /* ver. of MAD class format */
42 uint8_t R_Method; /* response bit & method to */
44 uint16_t Status; /* status of operation */
45 uint16_t ClassSpecific; /* reserved except for SMPs */
46 uint64_t TransactionID; /* transaction id */
47 uint16_t AttributeID; /* defines class spec objects */
48 uint16_t Reserved;
[all …]