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;
69 cr_ptr = (DAPL_CR *)dapl_os_alloc(sizeof (DAPL_CR));
75 (void) dapl_os_memzero(cr_ptr, sizeof (DAPL_CR));
110 IN DAPL_CR *cr_ptr)
117 dapl_os_free(cr_ptr, sizeof (DAPL_CR));
H A Ddapl_cr_handoff.c73 DAPL_CR *cr_ptr;
80 cr_ptr = (DAPL_CR *)cr_handle;
H A Ddapl_cr_query.c71 DAPL_CR *cr_ptr;
90 cr_ptr = (DAPL_CR *) cr_handle;
H A Ddapl_sp_util.c156 IN DAPL_CR *cr_ptr)
180 * cr_ptr_fnd Pointer to matching DAPL_CR
183 DAPL_CR *
188 DAPL_CR *cr_ptr;
189 DAPL_CR *cr_ptr_fnd;
193 cr_ptr = (DAPL_CR *) dapl_llist_peek_head(&sp_ptr->cr_list_head);
228 IN DAPL_CR *cr_ptr)
H A Ddapl_cr_reject.c70 DAPL_CR *cr_ptr;
85 cr_ptr = (DAPL_CR *)cr_handle;
H A Ddapl_cr_accept.c77 DAPL_CR *cr_ptr;
91 cr_ptr = (DAPL_CR *) cr_handle;
H A Ddapl_cr_callback.c200 ((DAPL_CR *)ep_ptr->cr_ptr)->param.private_data_size,
201 ((DAPL_CR *)ep_ptr->cr_ptr)->param.private_data);
340 DAPL_CR *cr_ptr;
479 DAPL_CR *cr_ptr;
H A Ddapl_osd.c369 DAPL_CR *cr_ptr;
469 cr_ptr = (DAPL_CR *)
/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.h261 typedef struct dapl_cr DAPL_CR; typedef in typeref:struct:dapl_cr
564 /* DAPL_CR maps to DAT_CR_HANDLE */
/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_ibtf_cm.c577 DAPL_CR *cr_p = (DAPL_CR *)cr_handle;
661 dapls_ib_handoff_connection(IN DAPL_CR *cr_ptr, IN DAT_CONN_QUAL cr_handoff)

Completed in 450 milliseconds