Home
last modified time | relevance | path

Searched defs:clntp (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_handlers.c409 ibtl_clnt_t *clntp; in ibtl_async_client_call() local
582 ibtl_clnt_t *clntp = ibt_hca->ha_clnt_devp; in ibtl_hca_client_async_task() local
1460 ibtl_clnt_t *clntp = new_hcap->nh_clntp; in ibtl_tell_client_about_new_hca() local
1498 ibtl_clnt_t *clntp; in ibtl_announce_new_hca() local
1651 ibtl_clnt_t *clntp; in ibtl_detach_all_clients() local
1811 ibtl_free_clnt_async_check(ibtl_clnt_t *clntp) in ibtl_free_clnt_async_check()
1824 ibtl_dec_clnt_async_cnt(ibtl_clnt_t *clntp) in ibtl_dec_clnt_async_cnt()
1834 ibtl_inc_clnt_async_cnt(ibtl_clnt_t *clntp) in ibtl_inc_clnt_async_cnt()
1903 ibtl_clnt_t *clntp; in ibtl_cm_sm_notice_handler() local
H A Dibtl_ibnex.c83 ibtl_clnt_t *clntp; in ibtl_ibnex_get_hca_info() local
H A Dibtl_impl.c225 ibtl_clnt_t *clntp; in ibt_attach() local
H A Dibtl_hca.c203 ibtl_clnt_t *clntp = hca_hdl->ha_clnt_devp; in ibt_close_hca() local
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_ib.c1698 rds_async_handler(void *clntp, ibt_hca_hdl_t hdl, ibt_async_code_t code, in rds_async_handler()
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_kverbs.c141 ofs_async_handler(void *clntp, ibt_hca_hdl_t hdl, ibt_async_code_t code, in ofs_async_handler()
/illumos-gate/usr/src/uts/common/io/ib/clients/iser/
H A Diser_ib.c1135 iser_ib_async_handler(void *clntp, ibt_hca_hdl_t hdl, ibt_async_code_t code, in iser_ib_async_handler()
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/impl/
H A Dibtl.h543 #define IBTL_GENERIC_CLIENT(clntp) \ argument