Home
last modified time | relevance | path

Searched refs:ibtl_hca_s (Results 1 – 4 of 4) 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. */
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 */ argument
208 struct ibtl_hca_s *ha_clnt_link; /* Next client using same HCA */ argument
232 _NOTE(DATA_READABLE_WITHOUT_LOCK(ibtl_hca_s::ha_clnt_devp)) argument
233 _NOTE(DATA_READABLE_WITHOUT_LOCK(ibtl_hca_s::ha_hca_devp))
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibtl_ci_types.h188 struct ibtl_hca_s *ud_dest_opaque1;
H A Dibtl_types.h92 typedef struct ibtl_hca_s *ibt_hca_hdl_t; /* ibt_open_hca() */
/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_hca.c1562 _NOTE(SCHEME_PROTECTS_DATA("client managed", ibtl_hca_s::ha_clnt_private))