Home
last modified time | relevance | path

Searched refs:ei_ibt_hdl (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_main.c245 &ss->ei_ibt_hdl)) != IBT_SUCCESS) { in eib_attach()
864 ret = ibt_detach(ss->ei_ibt_hdl); in eib_rb_attach()
869 ss->ei_ibt_hdl = NULL; in eib_rb_attach()
H A Deib_ibt.c88 ret = ibt_open_hca(ss->ei_ibt_hdl, ss->ei_props->ep_hca_guid, in eib_ibt_hca_init()
427 ret = ibt_get_paths(ss->ei_ibt_hdl, IBT_PATH_NO_FLAGS, in eib_ibt_fill_avect()
981 ret = ibt_get_paths(ss->ei_ibt_hdl, IBT_PATH_NO_FLAGS, in eib_ibt_record_srate()
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Deib_impl.h726 ibt_clnt_hdl_t ei_ibt_hdl; member