Searched refs:ibc_hdl (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibci.h467 void ibc_post_attach(ibc_clnt_hdl_t ibc_hdl);
468 ibc_status_t ibc_pre_detach(ibc_clnt_hdl_t ibc_hdl, ddi_detach_cmd_t cmd);
469 void ibc_detach(ibc_clnt_hdl_t ibc_hdl);
475 void ibc_cq_handler(ibc_clnt_hdl_t ibc_hdl, ibt_cq_hdl_t ibt_cq);
481 void ibc_async_handler(ibc_clnt_hdl_t ibc_hdl, ibt_async_code_t code,
488 void ibc_memory_handler(ibc_clnt_hdl_t ibc_hdl, ibt_mem_code_t code,
/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_impl.c647 * ibc_hdl - IBC Client's HCA Handle.
656 ibc_post_attach(ibc_clnt_hdl_t ibc_hdl) argument
658 IBTF_DPRINTF_L2(ibtf, "ibc_post_attach(%p)", ibc_hdl);
664 ibc_hdl->hd_hca_dev_link = ibtl_hca_list;
665 ibtl_hca_list = ibc_hdl;
669 ibtl_announce_new_hca(ibc_hdl);
H A Dibtl_handlers.c1360 ibc_cq_handler(ibc_clnt_hdl_t ibc_hdl, ibt_cq_hdl_t ibtl_cq) argument
1363 ibc_hdl, ibtl_cq);

Completed in 65 milliseconds