Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/ib/ibnex/
H A Dibnex.h210 ndi_event_hdl_t ibnex_ndi_event_hdl; member
/illumos-gate/usr/src/uts/common/io/ib/ibnex/
H A Dibnex.c547 if (ndi_event_alloc_hdl(dip, 0, &ibnex.ibnex_ndi_event_hdl, in ibnex_attach()
557 if (ndi_event_bind_set(ibnex.ibnex_ndi_event_hdl, &ib_ndi_events, in ibnex_attach()
560 (void) ndi_event_free_hdl(ibnex.ibnex_ndi_event_hdl); in ibnex_attach()
573 (void) ndi_event_unbind_set(ibnex.ibnex_ndi_event_hdl, in ibnex_attach()
577 ibnex.ibnex_ndi_event_hdl); in ibnex_attach()
578 ibnex.ibnex_ndi_event_hdl = NULL; in ibnex_attach()
665 if (ndi_event_free_hdl(ibnex.ibnex_ndi_event_hdl)) { in ibnex_detach()
671 ibnex.ibnex_ndi_event_hdl = NULL; in ibnex_detach()
3603 rc = ndi_event_retrieve_cookie(ibnex.ibnex_ndi_event_hdl, in ibnex_get_eventcookie()
3624 return (ndi_event_add_callback(ibnex.ibnex_ndi_event_hdl, in ibnex_add_eventcall()
[all …]