Searched refs:DAPL_HCA (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl_hca_util.h48 DAPL_HCA *
52 dapl_hca_free(DAPL_HCA *hca_ptr);
56 IN DAPL_HCA *hca_ptr,
61 IN DAPL_HCA *hca_ptr,
H A Ddapl_adapter_util.h63 IN DAPL_HCA **hca_list,
71 IN DAPL_HCA *hca_ptr,
169 IN DAPL_HCA *hca_ptr);
172 IN DAPL_HCA *hca_ptr);
228 IN DAPL_HCA *hca_ptr,
H A Ddapl_ia_util.h52 DAPL_HCA *hca_ptr);
H A Ddapl.h249 typedef struct dapl_hca DAPL_HCA; typedef in typeref:struct:dapl_hca
366 extern void dapls_init_funcs_tavor(DAPL_HCA *);
367 extern void dapls_init_funcs_arbel(DAPL_HCA *);
368 extern void dapls_init_funcs_hermon(DAPL_HCA *);
388 DAPL_HCA *hca_ptr;
/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_hca_util.c63 DAPL_HCA *
66 DAPL_HCA *hca_ptr;
68 hca_ptr = dapl_os_alloc(sizeof (DAPL_HCA));
70 (void) dapl_os_memzero(hca_ptr, sizeof (DAPL_HCA));
83 dapl_os_free(hca_ptr, sizeof (DAPL_HCA));
106 dapl_hca_free(DAPL_HCA *hca_ptr)
118 dapl_os_free(hca_ptr, sizeof (DAPL_HCA));
138 dapl_hca_link_ia(IN DAPL_HCA *hca_ptr, IN DAPL_IA *ia_ptr)
163 dapl_hca_unlink_ia(IN DAPL_HCA *hca_ptr, IN DAPL_IA *ia_ptr)
H A Ddapl_ia_open.c58 DAPL_HCA *hca_ptr,
62 static void dapli_hca_cleanup(DAPL_HCA *hca_ptr, DAT_BOOLEAN dec_ref);
179 DAPL_HCA *hca_ptr;
222 hca_ptr = (DAPL_HCA *)provider->extension;
449 DAPL_HCA *hca_ptr,
465 IN DAPL_HCA *hca_ptr,
504 DAPL_HCA *hca_ptr,
578 IN DAPL_HCA *hca_ptr,
H A Ddapl_init.c174 DAPL_HCA *hca_ptr;
H A Ddapl_osd.c364 DAPL_HCA *hca_ptr;
379 hca_ptr = (DAPL_HCA *) cur_node->data.extension;
H A Ddapl_ia_util.c49 DAPL_HCA *hca_ptr);
68 dapl_ia_alloc(DAT_PROVIDER * provider, DAPL_HCA * hca_ptr)
148 DAPL_HCA *hca_ptr;
367 DAPL_HCA *hca_ptr;
463 DAPL_HCA *hca_ptr)
/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_hca.c60 static DAT_RETURN dapli_process_ia(dladm_ib_attr_t *ib_attr, DAPL_HCA *hca_ptr,
65 static int dapli_process_fake_ibds(DAPL_HCA **hca_list, int hca_idx);
74 IN DAPL_HCA *hca_ptr)
310 dapli_process_ia(dladm_ib_attr_t *ib_attr, DAPL_HCA *hca_ptr, int hca_idx)
468 IN DAPL_HCA *hca_ptr,
619 dapli_process_fake_ibds(DAPL_HCA *hca_ptr, int hca_idx)
628 DAPL_HCA *hca_ptr;
H A Ddapl_tavor_ibtf_util.c289 DAPL_HCA *hca_ptr;
534 IN DAPL_HCA *hca_ptr)
559 IN DAPL_HCA *hca_ptr)
1386 IN DAPL_HCA *hca_ptr,
1489 IN DAPL_HCA *hca_ptr,
1521 IN DAPL_HCA *hca_ptr,
H A Ddapl_arbel_hw.c1615 dapls_init_funcs_arbel(DAPL_HCA *hca_ptr)
H A Ddapl_tavor_hw.c1890 dapls_init_funcs_tavor(DAPL_HCA *hca_ptr)
H A Ddapl_hermon_hw.c1649 dapls_init_funcs_hermon(DAPL_HCA *hca_ptr)

Completed in 91 milliseconds