Searched refs:nx_dip (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/uts/common/io/ib/clients/eoib/ |
H A D | enx_misc.c | 472 ndi_devi_enter(ss->nx_dip, &circular); in eibnx_configure_node() 474 if (child_dip = ndi_devi_findchild(ss->nx_dip, node_name)) { in eibnx_configure_node() 477 ndi_devi_exit(ss->nx_dip, circular); in eibnx_configure_node() 491 ndi_devi_alloc_sleep(ss->nx_dip, EIB_DRV_NAME, in eibnx_configure_node() 512 ndi_devi_exit(ss->nx_dip, circular); in eibnx_configure_node() 520 ndi_devi_exit(ss->nx_dip, circular); in eibnx_configure_node()
|
H A D | enx_main.c | 240 ss->nx_dip = dip; in eibnx_attach() 353 *resultp = (ss) ? ss->nx_dip : NULL; in eibnx_getinfo()
|
H A D | enx_hdlrs.c | 829 (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 D | enx_ibt.c | 90 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()
|
/titanic_50/usr/src/uts/common/sys/ib/clients/eoib/ |
H A D | enx_impl.h | 387 dev_info_t *nx_dip; member
|