Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl_hash.h85 OUT DAPL_HASH_TABLE **pp_table);
89 IN DAPL_HASH_TABLE *p_table);
93 IN DAPL_HASH_TABLE *p_table,
98 IN DAPL_HASH_TABLE *p_table,
104 IN DAPL_HASH_TABLE *p_table,
110 IN DAPL_HASH_TABLE *p_table,
116 IN DAPL_HASH_TABLE *p_table,
H A Ddapl.h238 typedef struct dapl_hash_table DAPL_HASH_TABLE; typedef
330 DAPL_HASH_TABLE *lmr_hash_table;
/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_hash.c354 OUT DAPL_HASH_TABLE **pp_table) in dapls_hash_create()
356 DAPL_HASH_TABLE *p_table; in dapls_hash_create()
365 p_table = dapl_os_alloc(sizeof (DAPL_HASH_TABLE)); in dapls_hash_create()
373 (void) dapl_os_memzero(p_table, sizeof (DAPL_HASH_TABLE)); in dapls_hash_create()
377 dapl_os_free(p_table, sizeof (DAPL_HASH_TABLE)); in dapls_hash_create()
404 IN DAPL_HASH_TABLE *p_table) in dapls_hash_free()
411 dapl_os_free(p_table, sizeof (DAPL_HASH_TABLE)); in dapls_hash_free()
423 IN DAPL_HASH_TABLE *p_table, in dapls_hash_size()
441 IN DAPL_HASH_TABLE *p_table, in dapls_hash_insert()
475 IN DAPL_HASH_TABLE *p_table, in dapls_hash_search()
[all …]
/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_ibtf_impl.h68 DAPL_HASH_TABLE *cq_wrid_wqhdr_list;
182 DAPL_HASH_TABLE *srq_ep_table;
H A Ddapl_tavor_ibtf_qp.c800 DAPL_HASH_TABLE *htable; in dapli_ib_srq_add_ep()
818 DAPL_HASH_TABLE *htable; in dapli_ib_srq_remove_ep()
841 DAPL_HASH_TABLE *htable; in dapls_ib_srq_lookup_ep()