Home
last modified time | relevance | path

Searched refs:event_ptr (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_evd_util.c278 DAT_EVENT *event_ptr; in dapli_evd_event_alloc() local
283 event_ptr = NULL; in dapli_evd_event_alloc()
287 if (!event_ptr) { in dapli_evd_event_alloc()
310 event_ptr++; in dapli_evd_event_alloc()
721 DAT_EVENT *event_ptr; in dapli_evd_get_and_init_event() local
732 return (event_ptr); in dapli_evd_get_and_init_event()
744 DAT_EVENT *event_ptr; in dapls_evd_post_cr_arrival_event() local
752 if (!event_ptr) { in dapls_evd_post_cr_arrival_event()
783 if (!event_ptr) { in dapls_evd_post_connection_event()
811 if (!event_ptr) { in dapls_evd_post_async_error_event()
[all …]
H A Ddapl_evd_resize.c77 DAT_EVENT *event_ptr; in dapl_evd_resize() local
115 event_ptr = (DAT_EVENT *) dapl_os_alloc(evd_qlen * sizeof (DAT_EVENT)); in dapl_evd_resize()
116 if (!event_ptr) { in dapl_evd_resize()
142 for (i = 0, eventp = event_ptr; i < evd_qlen; i++) { in dapl_evd_resize()
166 evd_ptr->events = event_ptr; in dapl_evd_resize()
177 dapl_os_free(event_ptr, evd_qlen * sizeof (DAT_EVENT)); in dapl_evd_resize()
/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_ibtf_util.c1260 IN ib_error_record_t *event_ptr, in dapls_ib_async_callback() argument
1270 dapl_os_assert(event_ptr != NULL); in dapls_ib_async_callback()
1271 async_evp = (dapl_ib_async_event_t *)event_ptr; in dapls_ib_async_callback()
1298 dapl_evd_qp_async_error_callback(hca_handle, NULL, event_ptr, in dapls_ib_async_callback()
1322 dapl_evd_cq_async_error_callback(hca_handle, NULL, event_ptr, in dapls_ib_async_callback()
1327 dapl_evd_un_async_error_callback(hca_handle, event_ptr, in dapls_ib_async_callback()
/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl_adapter_util.h130 IN ib_error_record_t *event_ptr,