Searched refs:enx_ndi_event_hdl (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/uts/common/io/ib/clients/eoib/ |
H A D | enx_main.c | 180 ndi_event_hdl_t enx_ndi_event_hdl; variable 247 if (ndi_event_alloc_hdl(dip, 0, &enx_ndi_event_hdl, in eibnx_attach() 256 if (ndi_event_bind_set(enx_ndi_event_hdl, &enx_ndi_events, in eibnx_attach() 259 "failed", enx_ndi_event_hdl); in eibnx_attach() 261 (void) ndi_event_free_hdl(enx_ndi_event_hdl); in eibnx_attach() 262 enx_ndi_event_hdl = NULL; in eibnx_attach() 286 (void) ndi_event_unbind_set(enx_ndi_event_hdl, in eibnx_attach() 288 (void) ndi_event_free_hdl(enx_ndi_event_hdl); in eibnx_attach() 289 enx_ndi_event_hdl = NULL; in eibnx_attach() 335 (void) ndi_event_unbind_set(enx_ndi_event_hdl, in eibnx_detach() [all …]
|
H A D | enx_hdlrs.c | 57 extern ndi_event_hdl_t enx_ndi_event_hdl; 820 ret = ndi_event_retrieve_cookie(enx_ndi_event_hdl, rdip, in eibnx_handle_login_ack() 847 ret = ndi_event_retrieve_cookie(enx_ndi_event_hdl, rdip, in eibnx_handle_gw_rebirth() 875 ret = ndi_event_retrieve_cookie(enx_ndi_event_hdl, rdip, in eibnx_handle_gw_info_update()
|