Searched refs:DAPL_HCA (Results 1 – 14 of 14) sorted by relevance
/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/ |
H A D | dapl_hca_util.c | 63 DAPL_HCA * 66 DAPL_HCA *hca_ptr; in dapl_hca_alloc() 68 hca_ptr = dapl_os_alloc(sizeof (DAPL_HCA)); in dapl_hca_alloc() 70 (void) dapl_os_memzero(hca_ptr, sizeof (DAPL_HCA)); in dapl_hca_alloc() 83 dapl_os_free(hca_ptr, sizeof (DAPL_HCA)); in dapl_hca_alloc() 106 dapl_hca_free(DAPL_HCA *hca_ptr) in dapl_hca_free() 118 dapl_os_free(hca_ptr, sizeof (DAPL_HCA)); in dapl_hca_free() 138 dapl_hca_link_ia(IN DAPL_HCA *hca_ptr, IN DAPL_IA *ia_ptr) in dapl_hca_link_ia() 163 dapl_hca_unlink_ia(IN DAPL_HCA *hca_ptr, IN DAPL_IA *ia_ptr) in dapl_hca_unlink_ia()
|
H A D | dapl_ia_open.c | 58 DAPL_HCA *hca_ptr, 62 static void dapli_hca_cleanup(DAPL_HCA *hca_ptr, DAT_BOOLEAN dec_ref); 179 DAPL_HCA *hca_ptr; in dapl_ia_open() 222 hca_ptr = (DAPL_HCA *)provider->extension; in dapl_ia_open() 449 DAPL_HCA *hca_ptr, in dapli_hca_cleanup() 465 IN DAPL_HCA *hca_ptr, 504 DAPL_HCA *hca_ptr, in dapli_assign_hca_ip_address() 578 IN DAPL_HCA *hca_ptr, in dapli_setup_dummy_addr()
|
H A D | dapl_ia_util.c | 49 DAPL_HCA *hca_ptr); 68 dapl_ia_alloc(DAT_PROVIDER * provider, DAPL_HCA * hca_ptr) in dapl_ia_alloc() 147 DAPL_HCA *hca_ptr; in dapl_ia_abrupt_close() 365 DAPL_HCA *hca_ptr; in dapl_ia_graceful_close() 461 DAPL_HCA *hca_ptr) in dapli_ia_release_hca()
|
H A D | dapl_osd.c | 364 DAPL_HCA *hca_ptr; in dapls_osd_fork_cleanup() 379 hca_ptr = (DAPL_HCA *) cur_node->data.extension; in dapls_osd_fork_cleanup()
|
H A D | dapl_init.c | 174 DAPL_HCA *hca_ptr; in dat_provider_init()
|
/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/ |
H A D | dapl_hca_util.h | 48 DAPL_HCA * 52 dapl_hca_free(DAPL_HCA *hca_ptr); 56 IN DAPL_HCA *hca_ptr, 61 IN DAPL_HCA *hca_ptr,
|
H A D | dapl_adapter_util.h | 63 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 D | dapl.h | 243 typedef struct dapl_hca DAPL_HCA; typedef 360 extern void dapls_init_funcs_tavor(DAPL_HCA *); 361 extern void dapls_init_funcs_arbel(DAPL_HCA *); 362 extern void dapls_init_funcs_hermon(DAPL_HCA *); 382 DAPL_HCA *hca_ptr;
|
H A D | dapl_ia_util.h | 52 DAPL_HCA *hca_ptr);
|
/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/ |
H A D | dapl_tavor_hca.c | 60 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); 75 IN DAPL_HCA *hca_ptr) in dapli_init_hca() 311 dapli_process_ia(dladm_ib_attr_t *ib_attr, DAPL_HCA *hca_ptr, int hca_idx) in dapli_process_ia() 469 IN DAPL_HCA *hca_ptr, in dapls_ib_open_hca() 620 dapli_process_fake_ibds(DAPL_HCA *hca_ptr, int hca_idx) in dapli_process_fake_ibds() 629 DAPL_HCA *hca_ptr; in dapli_process_fake_ibds()
|
H A D | dapl_tavor_ibtf_util.c | 289 DAPL_HCA *hca_ptr; in dapli_ib_cq_resize_internal() 534 IN DAPL_HCA *hca_ptr) in dapls_ib_cqd_create() 559 IN DAPL_HCA *hca_ptr) in dapls_ib_cqd_destroy() 1386 IN DAPL_HCA *hca_ptr, in dapls_ib_query_ia() 1489 IN DAPL_HCA *hca_ptr, in dapls_ib_query_ep() 1521 IN DAPL_HCA *hca_ptr, in dapls_ib_query_hca()
|
H A D | dapl_arbel_hw.c | 1615 dapls_init_funcs_arbel(DAPL_HCA *hca_ptr) in dapls_init_funcs_arbel()
|
H A D | dapl_hermon_hw.c | 1649 dapls_init_funcs_hermon(DAPL_HCA *hca_ptr) in dapls_init_funcs_hermon()
|
H A D | dapl_tavor_hw.c | 1890 dapls_init_funcs_tavor(DAPL_HCA *hca_ptr) in dapls_init_funcs_tavor()
|