Home
last modified time | relevance | path

Searched refs:DAPL_CR (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_cr_util.c62 DAPL_CR *
66 DAPL_CR *cr_ptr; in dapls_cr_alloc()
69 cr_ptr = (DAPL_CR *)dapl_os_alloc(sizeof (DAPL_CR)); in dapls_cr_alloc()
75 (void) dapl_os_memzero(cr_ptr, sizeof (DAPL_CR)); in dapls_cr_alloc()
110 IN DAPL_CR *cr_ptr) in dapls_cr_free()
117 dapl_os_free(cr_ptr, sizeof (DAPL_CR)); in dapls_cr_free()
H A Ddapl_sp_util.c156 IN DAPL_CR *cr_ptr) in dapl_sp_link_cr()
183 DAPL_CR *
188 DAPL_CR *cr_ptr; in dapl_sp_search_cr()
189 DAPL_CR *cr_ptr_fnd; in dapl_sp_search_cr()
193 cr_ptr = (DAPL_CR *) dapl_llist_peek_head(&sp_ptr->cr_list_head); in dapl_sp_search_cr()
228 IN DAPL_CR *cr_ptr) in dapl_sp_remove_cr()
H A Ddapl_cr_handoff.c73 DAPL_CR *cr_ptr; in dapl_cr_handoff()
80 cr_ptr = (DAPL_CR *)cr_handle; in dapl_cr_handoff()
H A Ddapl_cr_query.c71 DAPL_CR *cr_ptr; in dapl_cr_query()
90 cr_ptr = (DAPL_CR *) cr_handle; in dapl_cr_query()
H A Ddapl_cr_reject.c70 DAPL_CR *cr_ptr; in dapl_cr_reject()
85 cr_ptr = (DAPL_CR *)cr_handle; in dapl_cr_reject()
H A Ddapl_cr_callback.c200 ((DAPL_CR *)ep_ptr->cr_ptr)->param.private_data_size, in dapls_cr_callback()
201 ((DAPL_CR *)ep_ptr->cr_ptr)->param.private_data); in dapls_cr_callback()
340 DAPL_CR *cr_ptr; in dapli_connection_request()
479 DAPL_CR *cr_ptr; in dapli_get_sp_ep()
H A Ddapl_cr_accept.c77 DAPL_CR *cr_ptr; in dapl_cr_accept()
91 cr_ptr = (DAPL_CR *) cr_handle; in dapl_cr_accept()
H A Ddapl_osd.c369 DAPL_CR *cr_ptr; in dapls_osd_fork_cleanup()
469 cr_ptr = (DAPL_CR *) in dapls_osd_fork_cleanup()
/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl_sp_util.h58 IN DAPL_CR *cr_ptr);
60 DAPL_CR *dapl_sp_search_cr(
66 IN DAPL_CR *cr_ptr);
H A Ddapl_cr_util.h48 DAPL_CR *
54 IN DAPL_CR *cr_ptr);
H A Ddapl_adapter_util.h124 IN DAPL_CR *cr_ptr,
H A Ddapl.h255 typedef struct dapl_cr DAPL_CR; typedef
/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_ibtf_cm.c577 DAPL_CR *cr_p = (DAPL_CR *)cr_handle; in dapls_ib_accept_connection()
661 dapls_ib_handoff_connection(IN DAPL_CR *cr_ptr, IN DAT_CONN_QUAL cr_handoff) in dapls_ib_handoff_connection()