Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/ib/mgt/
H A Dib_mad.h163 typedef struct ib_mad_notice_s { struct
180 typedef struct ib_mad_notice_s { argument
182 uint32_t ProducerType_VendorID:24;
184 uint32_t Type :7; /* type of the trap */
185 uint32_t IsGeneric :1; /* is generic or vendor spec. */
187 uint16_t TrapNumber_DeviceID; /* trap num or device id */
188 uint16_t IssuerLID; /* generator's LID */
189 uint16_t NoticeCount :15; /* num notices queued */
190 uint16_t NoticeToggle :1; /* alt 0/1 between notices */
191 uint8_t DataDetails[54]; /* notice/dtrap data details */
[all …]