Home
last modified time | relevance | path

Searched refs:srq_ep_table (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_ibtf_qp.c731 ibsrq_p->srq_ep_table = NULL; in dapls_ib_srq_alloc()
734 DAT_FALSE, &ibsrq_p->srq_ep_table); in dapls_ib_srq_alloc()
775 if (srq_handle->srq_ep_table) { in dapls_ib_srq_free()
776 (void) dapls_hash_free(srq_handle->srq_ep_table); in dapls_ib_srq_free()
805 htable = srq_ptr->srq_ep_table; in dapli_ib_srq_add_ep()
825 htable = srq_ptr->srq_ep_table; in dapli_ib_srq_remove_ep()
848 htable = srq_ptr->srq_handle->srq_ep_table; in dapls_ib_srq_lookup_ep()
H A Ddapl_tavor_ibtf_impl.h182 DAPL_HASH_TABLE *srq_ep_table; member