Searched refs:event_ptr (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/lib/udapl/udapl_tavor/common/ |
H A D | dapl_evd_util.c | 63 OUT DAT_EVENT *event_ptr); 270 DAT_EVENT *event_ptr; in dapli_evd_event_alloc() local 275 event_ptr = NULL; in dapli_evd_event_alloc() 278 event_ptr = (DAT_EVENT *) dapl_os_alloc(qlen * sizeof (DAT_EVENT)); in dapli_evd_event_alloc() 279 if (!event_ptr) { in dapli_evd_event_alloc() 282 evd_ptr->events = event_ptr; in dapli_evd_event_alloc() 300 (void *)event_ptr); in dapli_evd_event_alloc() 302 event_ptr++; in dapli_evd_event_alloc() 532 IN const DAT_EVENT *event_ptr) in dapli_evd_post_event() argument 539 event_ptr->event_number); in dapli_evd_post_event() [all …]
|
H A D | dapl_evd_resize.c | 77 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()
|
/titanic_44/usr/src/lib/udapl/udapl_tavor/tavor/ |
H A D | dapl_tavor_ibtf_util.c | 1260 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()
|
/titanic_44/usr/src/lib/udapl/udapl_tavor/include/ |
H A D | dapl_adapter_util.h | 130 IN ib_error_record_t *event_ptr,
|