Searched defs:ibtl_hca_s (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/ibtl/impl/
H A Dibtl.h64 struct ibtl_hca_s *clnt_hca_list; /* HCAs this client is using. */
143 * ibtl_hca_s structure.
153 struct ibtl_hca_s *hd_clnt_list; /* IBT Client using this HCA. */
206 typedef struct ibtl_hca_s { struct
207 struct ibtl_hca_s *ha_hca_link; /* Next HCA used by client */
208 struct ibtl_hca_s *ha_clnt_link; /* Next client using same HCA */
232 _NOTE(DATA_READABLE_WITHOUT_LOCK(ibtl_hca_s::ha_clnt_devp))
233 _NOTE(DATA_READABLE_WITHOUT_LOCK(ibtl_hca_s::ha_hca_devp))

Completed in 223 milliseconds