Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/ib/mgt/
H A Dsm_attr.h340 typedef struct sm_switchinfo_s { struct
363 typedef struct sm_switchinfo_s { argument
364 uint16_t LinearFDBCap; /* max # of lin FDB entries */
365 uint16_t RandomFDBCap; /* max # of ran FDB entries */
366 uint16_t MulticastFDBCap; /* max # of mc FDB entries */
367 uint16_t LinearFDBTop; /* top of the linear FDB */
368 uint8_t DefaultPort; /* port when DLID not in FDB */
369 uint8_t DefaultMulticastPrimaryPort; /* mcast port when DLID */
371 uint8_t DefaultMulticastNotPrimaryPort; /* mcast port when */
374 uint8_t Reserved :2;
[all …]