Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/ib/mgt/
H A Dsa_recs.h389 typedef struct sa_service_record_s { struct
390 uint64_t ServiceID; /* id of service on port */
391 ib_gid_t ServiceGID; /* port GID for this service */
392 uint16_t ServiceP_Key; /* p_key used to contact serv */
393 uint16_t Reserved;
394 uint32_t ServiceLease; /* lease period remaining */
395 uint64_t ServiceKey_hi; /* key value assoc. with serv */
396 uint64_t ServiceKey_lo;
397 uint8_t ServiceName[IB_SVC_NAME_LEN];
399 uint8_t ServiceData[IB_SVC_DATA_LEN];