Searched refs:ibc_clnt_hdl_t (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ib/ibtl/ |
H A D | ibci.h | 74 typedef struct ibtl_hca_devinfo_s *ibc_clnt_hdl_t; /* ibc_attach() */ typedef 466 ibc_status_t ibc_attach(ibc_clnt_hdl_t *ibc_hdl_p, ibc_hca_info_t *info_p); 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 | 526 ibc_attach(ibc_clnt_hdl_t *ibc_hdl_p, ibc_hca_info_t *info_p) in ibc_attach() 656 ibc_post_attach(ibc_clnt_hdl_t ibc_hdl) in ibc_post_attach() 692 ibc_pre_detach(ibc_clnt_hdl_t hca_devp, ddi_detach_cmd_t cmd) in ibc_pre_detach() 798 ibc_detach(ibc_clnt_hdl_t hca_devp) in ibc_detach()
|
H A D | ibtl_handlers.c | 188 ibc_async_handler(ibc_clnt_hdl_t hca_devp, ibt_async_code_t code, in ibc_async_handler() 1360 ibc_cq_handler(ibc_clnt_hdl_t ibc_hdl, ibt_cq_hdl_t ibtl_cq) in ibc_cq_handler()
|
/titanic_41/usr/src/uts/common/sys/ib/adapters/tavor/ |
H A D | tavor.h | 375 ibc_clnt_hdl_t ts_ibtfpriv;
|
/titanic_41/usr/src/uts/common/sys/ib/adapters/hermon/ |
H A D | hermon.h | 412 ibc_clnt_hdl_t hs_ibtfpriv;
|
/titanic_41/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor.c | 582 ibc_clnt_hdl_t tmp_ibtfpriv; in tavor_attach() 741 ibc_clnt_hdl_t tmp_ibtfpriv; in tavor_detach()
|
/titanic_41/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon.c | 547 ibc_clnt_hdl_t tmp_ibtfpriv; in hermon_attach() 744 ibc_clnt_hdl_t tmp_ibtfpriv; in hermon_detach()
|