Searched refs:ibc_hdl (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ib/ibtl/ |
H A D | ibci.h | 467 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,
|
/titanic_41/usr/src/uts/common/io/ib/ibtl/ |
H A D | ibtl_impl.c | 656 ibc_post_attach(ibc_clnt_hdl_t ibc_hdl) in ibc_post_attach() argument 658 IBTF_DPRINTF_L2(ibtf, "ibc_post_attach(%p)", ibc_hdl); in ibc_post_attach() 664 ibc_hdl->hd_hca_dev_link = ibtl_hca_list; in ibc_post_attach() 665 ibtl_hca_list = ibc_hdl; in ibc_post_attach() 669 ibtl_announce_new_hca(ibc_hdl); in ibc_post_attach()
|
H A D | ibtl_handlers.c | 1360 ibc_cq_handler(ibc_clnt_hdl_t ibc_hdl, ibt_cq_hdl_t ibtl_cq) in ibc_cq_handler() argument 1363 ibc_hdl, ibtl_cq); in ibc_cq_handler()
|