Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/ib/clients/daplt/
H A Ddaplt.h247 daplka_evd_event_type_t eel_event_type; member
/illumos-gate/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c2620 evd_rp->evd_cr_events.eel_event_type = DAPLKA_EVD_CM_EVENTS; in daplka_evd_create()
2621 evd_rp->evd_conn_events.eel_event_type = DAPLKA_EVD_CM_EVENTS; in daplka_evd_create()
2622 evd_rp->evd_async_events.eel_event_type = DAPLKA_EVD_ASYNC_EVENTS; in daplka_evd_create()
3608 ASSERT((evtq->eel_event_type == DAPLKA_EVD_CM_EVENTS) || in daplka_evd_wakeup()
3609 (evtq->eel_event_type == DAPLKA_EVD_ASYNC_EVENTS)); in daplka_evd_wakeup()
3610 evd_rp->evd_newevents |= evtq->eel_event_type; in daplka_evd_wakeup()