Home
last modified time | relevance | path

Searched refs:ch_dip (Results 1 – 16 of 16) sorted by relevance

/titanic_41/usr/src/uts/common/io/chxge/
H A Dch.c417 chp->ch_dip = dip; in ch_attach()
927 chp->ch_dip, /* device dev_info structure */ in ch_alloc_dma_mem()
1056 chp->ch_dip, /* device dev_info */ in ch_get_dma_handle()
1241 chp->ch_dip, /* device dev_info */ in ch_get_dvma_handle()
1920 val = ddi_getprop(DDI_DEV_T_ANY, chp->ch_dip, DDI_PROP_DONTPASS, in ch_get_prop()
1923 val = ddi_getprop(DDI_DEV_T_ANY, chp->ch_dip, DDI_PROP_DONTPASS, in ch_get_prop()
1930 val = ddi_getprop(DDI_DEV_T_ANY, chp->ch_dip, DDI_PROP_DONTPASS, in ch_get_prop()
1933 val = ddi_getprop(DDI_DEV_T_ANY, chp->ch_dip, DDI_PROP_DONTPASS, in ch_get_prop()
1948 pdip = ddi_get_parent(chp->ch_dip); in ch_get_prop()
2059 val = ddi_getprop(DDI_DEV_T_ANY, chp->ch_dip, DDI_PROP_DONTPASS, in ch_get_prop()
[all …]
H A Dch.h143 dev_info_t *ch_dip; /* device dev info */ member
H A Dsge.c1679 instance = ddi_get_instance(sge->obj->ch_dip); in sge_kstat_setup()
/titanic_41/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_q.c171 new_ch->ch_dip = dip; in eibnx_enqueue_child()
183 ch->ch_dip = dip; in eibnx_enqueue_child()
211 if (ch->ch_dip != dip) { in eibnx_update_child()
215 ch->ch_dip = dip; in eibnx_update_child()
235 dip = ch->ch_dip; in eibnx_find_child_dip_by_inst()
252 dip = ch->ch_dip; in eibnx_find_child_dip_by_gw()
H A Denx_main.c601 ch->ch_dip = NULL; in eibnx_unconfig_all_children()
H A Denx_misc.c597 if (ch->ch_dip == NULL) { in eibnx_locate_unconfigured_node()
/titanic_41/usr/src/uts/common/xen/io/
H A Dxpvd.c313 xpvd_prop_op(dev_t dev, dev_info_t *dip, dev_info_t *ch_dip, in xpvd_prop_op() argument
324 pdp = (struct xendev_ppd *)ddi_get_parent_data(ch_dip); in xpvd_prop_op()
346 return (ddi_bus_prop_op(dev, dip, ch_dip, prop_op, in xpvd_prop_op()
/titanic_41/usr/src/uts/common/sys/
H A Dddi_implfuncs.h147 dev_info_t *ch_dip, ddi_prop_op_t prop_op, int mod_flags,
H A Dsunddi.h990 ddi_bus_prop_op(dev_t dev, dev_info_t *dip, dev_info_t *ch_dip,
/titanic_41/usr/src/uts/common/sys/ib/clients/eoib/
H A Denx_impl.h273 dev_info_t *ch_dip; member
/titanic_41/usr/src/uts/common/io/cardbus/
H A Dcardbus.c114 static int cardbus_prop_op(dev_t dev, dev_info_t *dip, dev_info_t *ch_dip,
902 cardbus_prop_op(dev_t dev, dev_info_t *dip, dev_info_t *ch_dip, in cardbus_prop_op() argument
907 if ((ch_dip != dip) || (cardbus_debug >= 9)) in cardbus_prop_op()
910 ddi_driver_name(ch_dip), (void *) dip, prop_op, name); in cardbus_prop_op()
912 return (impl_ddi_bus_prop_op(dev, dip, ch_dip, prop_op, in cardbus_prop_op()
/titanic_41/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c2507 dev_info_t *ch_dip; in hubd_restore_device_state() local
2587 ch_dip = hubd->h_children_dips[port]; in hubd_restore_device_state()
2588 if (ch_dip) { in hubd_restore_device_state()
2633 mutex_enter(&(DEVI(ch_dip)->devi_lock)); in hubd_restore_device_state()
2634 DEVI_SET_DEVICE_REINSERTED(ch_dip); in hubd_restore_device_state()
2635 mutex_exit(&(DEVI(ch_dip)->devi_lock)); in hubd_restore_device_state()
2642 usba_get_usba_device(ch_dip)); in hubd_restore_device_state()
2658 (void *)ch_dip, port); in hubd_restore_device_state()
2659 mutex_enter(&(DEVI(ch_dip)->devi_lock)); in hubd_restore_device_state()
2660 DEVI_SET_DEVICE_REMOVED(ch_dip); in hubd_restore_device_state()
[all …]
/titanic_41/usr/src/uts/common/os/
H A Dsunddi.c4300 impl_ddi_bus_prop_op(dev_t dev, dev_info_t *dip, dev_info_t *ch_dip, in impl_ddi_bus_prop_op() argument
4318 ndi_dev_is_prom_node(ch_dip) && in impl_ddi_bus_prop_op()
4320 len = prom_getproplen((pnode_t)DEVI(ch_dip)->devi_nodeid, name); in impl_ddi_bus_prop_op()
4375 (void) prom_getprop((pnode_t)DEVI(ch_dip)->devi_nodeid, in impl_ddi_bus_prop_op()
4379 (void) impl_fix_props(dip, ch_dip, name, len, buffer); in impl_ddi_bus_prop_op()
4394 ddi_bus_prop_op(dev_t dev, dev_info_t *dip, dev_info_t *ch_dip, in ddi_bus_prop_op() argument
4400 error = impl_ddi_bus_prop_op(dev, dip, ch_dip, prop_op, mod_flags, in ddi_bus_prop_op()
4418 if (ch_dip == ddi_root_node()) { in ddi_bus_prop_op()
/titanic_41/usr/src/uts/sun4/os/
H A Dddi_impl.c1744 impl_fix_props(dev_info_t *dip, dev_info_t *ch_dip, char *name, int len, in impl_fix_props() argument
/titanic_41/usr/src/uts/common/pcmcia/nexus/
H A Dpcmcia.c805 pcmcia_prop_op(dev_t dev, dev_info_t *dip, dev_info_t *ch_dip, in pcmcia_prop_op() argument
814 ppd = (struct pcmcia_parent_private *)ddi_get_parent_data(ch_dip); in pcmcia_prop_op()
868 return (ddi_bus_prop_op(dev, dip, ch_dip, prop_op, in pcmcia_prop_op()
/titanic_41/usr/src/uts/i86pc/os/
H A Dddi_impl.c385 impl_fix_props(dev_info_t *dip, dev_info_t *ch_dip, char *name, int len, in impl_fix_props() argument