Home
last modified time | relevance | path

Searched refs:sol_uverbs_hca_t (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/uts/common/sys/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_hca.h76 } sol_uverbs_hca_t; typedef
87 void (*add)(sol_uverbs_hca_t *);
88 void (*remove)(sol_uverbs_hca_t *);
97 sol_uverbs_hca_t *hca;
126 sol_uverbs_hca_t *sol_uverbs_ibt_hdl_to_hca(ibt_hca_hdl_t hdl);
149 void *sol_uverbs_ib_get_client_data(sol_uverbs_hca_t *hca,
152 void sol_uverbs_ib_set_client_data(sol_uverbs_hca_t *hca,
H A Dsol_uverbs.h97 sol_uverbs_hca_t *hcas;
146 sol_uverbs_hca_t *hca; /* short cut to specific hca */
/titanic_50/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_hca.c67 int sol_uverbs_hca_add_client_context(sol_uverbs_hca_t *hca,
92 sol_uverbs_hca_t *hca; in sol_uverbs_ib_register_client()
99 hca = (sol_uverbs_hca_t *)entry->ptr; in sol_uverbs_ib_register_client()
128 sol_uverbs_hca_t *hca; in sol_uverbs_ib_unregister_client()
135 hca = (sol_uverbs_hca_t *)entry->ptr; in sol_uverbs_ib_unregister_client()
181 sol_uverbs_ib_get_client_data(sol_uverbs_hca_t *hca, in sol_uverbs_ib_get_client_data()
224 sol_uverbs_ib_set_client_data(sol_uverbs_hca_t *hca, in sol_uverbs_ib_set_client_data()
366 int sol_uverbs_hca_add_client_context(sol_uverbs_hca_t *hca, in sol_uverbs_hca_add_client_context()
404 sol_uverbs_hca_t *
408 sol_uverbs_hca_t *hca; in sol_uverbs_ibt_hdl_to_hca()
[all …]
H A Dsol_uverbs.c211 sol_uverbs_hca_t *temp; in sol_uverbs_hca_open()
258 sizeof (sol_uverbs_hca_t), KM_SLEEP); in sol_uverbs_hca_open()
320 temp = (sol_uverbs_hca_t *)entry->ptr; in sol_uverbs_hca_open()
372 mod_ctxt->hca_count * sizeof (sol_uverbs_hca_t)); in sol_uverbs_hca_close()
H A Dsol_uverbs_event.c720 sol_uverbs_hca_t *hca; in uverbs_async_event_handler()