Searched refs:clnt_hdl (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/uts/common/io/ib/clients/of/sol_ofs/ |
H A D | sol_kverbs.c | 123 ASSERT(device->clnt_hdl == (ofs_client_p_t)ofs_client); in get_device() 213 device->clnt_hdl = (ofs_client_p_t)ofs_client; in ofs_async_handler() 380 client->clnt_hdl = (ofs_client_p_t)ofs_client; in ib_register_client() 403 device->clnt_hdl = (ofs_client_p_t)ofs_client; in ib_register_client() 489 client->clnt_hdl = NULL; in ib_register_client() 518 client->clnt_hdl != NULL); in ib_unregister_client() 523 ofs_client = (ofs_client_t *)client->clnt_hdl; in ib_unregister_client() 569 client->clnt_hdl = NULL; in ib_unregister_client() 623 ofs_client = (ofs_client_t *)client->clnt_hdl; in ib_get_client_data() 676 ofs_client = (ofs_client_t *)client->clnt_hdl; in ib_set_client_data() [all …]
|
H A D | sol_cma.c | 684 ofs_clnt = (ofs_client_t *)sol_cma_ib_client->clnt_hdl; in rdma_bind_addr() 753 ofs_clnt = (ofs_client_t *)sol_cma_ib_client->clnt_hdl; in rdma_resolve_addr() 2233 dev_ofs_client = (ofs_client_t *)pd->device->clnt_hdl;
|
/titanic_41/usr/src/uts/common/sys/ib/clients/of/sol_uverbs/ |
H A D | sol_uverbs_hca.h | 69 ibt_clnt_hdl_t clnt_hdl; member
|
H A D | sol_uverbs.h | 94 ibt_clnt_hdl_t clnt_hdl; member
|
/titanic_41/usr/src/uts/common/sys/ib/clients/of/rdma/ |
H A D | ib_verbs.h | 637 ofs_client_p_t clnt_hdl; member 646 ofs_client_p_t clnt_hdl; member
|
/titanic_41/usr/src/uts/common/io/ib/clients/of/sol_uverbs/ |
H A D | sol_uverbs.c | 217 mod_ctxt->clnt_hdl = NULL; in sol_uverbs_hca_open() 226 mod_ctxt, &mod_ctxt->clnt_hdl); in sol_uverbs_hca_open() 235 sol_uverbs_ib_clntp = mod_ctxt->clnt_hdl; in sol_uverbs_hca_open() 269 status = ibt_open_hca(mod_ctxt->clnt_hdl, in sol_uverbs_hca_open() 279 mod_ctxt->hcas[hca_ndx].clnt_hdl = mod_ctxt->clnt_hdl; in sol_uverbs_hca_open() 382 if (mod_ctxt->clnt_hdl != NULL) { in sol_uverbs_hca_close() 383 (void) ibt_detach(mod_ctxt->clnt_hdl); in sol_uverbs_hca_close() 384 mod_ctxt->clnt_hdl = NULL; in sol_uverbs_hca_close()
|
/titanic_41/usr/src/uts/common/io/ib/clients/rdsv3/ |
H A D | ib.c | 259 .clnt_hdl = NULL,
|
/titanic_41/usr/src/uts/common/io/ib/mgt/ibcm/ |
H A D | ibcm_impl.c | 2381 ibcm_async_handler(void *clnt_hdl, ibt_hca_hdl_t hca_hdl, in ibcm_async_handler() argument 2389 clnt_hdl, code, eventp); in ibcm_async_handler()
|
/titanic_41/usr/src/uts/common/rpc/ |
H A D | rpcib.c | 1705 rib_clnt_cm_handler(void *clnt_hdl, ibt_cm_event_t *event, in rib_clnt_cm_handler() argument 1711 hca = (rib_hca_t *)clnt_hdl; in rib_clnt_cm_handler()
|
/titanic_41/usr/src/uts/common/io/ib/mgt/ibdm/ |
H A D | ibdm.c | 524 ibdm_event_hdlr(void *clnt_hdl, in ibdm_event_hdlr() argument
|