Home
last modified time | relevance | path

Searched refs:nx_dip (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_misc.c475 ndi_devi_enter(ss->nx_dip); in eibnx_configure_node()
477 if (child_dip = ndi_devi_findchild(ss->nx_dip, node_name)) { in eibnx_configure_node()
480 ndi_devi_exit(ss->nx_dip); in eibnx_configure_node()
494 ndi_devi_alloc_sleep(ss->nx_dip, EIB_DRV_NAME, in eibnx_configure_node()
515 ndi_devi_exit(ss->nx_dip); in eibnx_configure_node()
523 ndi_devi_exit(ss->nx_dip); in eibnx_configure_node()
H A Denx_main.c240 ss->nx_dip = dip; in eibnx_attach()
353 *resultp = (ss) ? ss->nx_dip : NULL; in eibnx_getinfo()
H A Denx_hdlrs.c829 (void) ndi_post_event(ss->nx_dip, rdip, cookie, (void *)pkt); in eibnx_handle_login_ack()
856 (void) ndi_post_event(ss->nx_dip, rdip, cookie, NULL); in eibnx_handle_gw_rebirth()
885 (void) ndi_post_event(ss->nx_dip, rdip, cookie, new_gw_info); in eibnx_handle_gw_info_update()
H A Denx_ibt.c90 if ((ret = ibt_attach(&eibnx_clnt_modinfo, ss->nx_dip, ss, in eibnx_ibt_init()
636 rv = ddi_intr_add_softint(ss->nx_dip, &info->ti_softint_hdl, in eibnx_setup_cq_handler()
640 "failed, ret=%d", ss->nx_dip, rv); in eibnx_setup_cq_handler()
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Denx_impl.h391 dev_info_t *nx_dip; member