Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/1394/targets/dcam1394/
H A Ddcam_ring_buff.c95 &softc_p->attachinfo.dma_attr, in ring_buff_create()
106 &softc_p->attachinfo.acc_attr, in ring_buff_create()
H A Ddcam.c272 &(softc_p->attachinfo), in dcam_attach()
281 softc_p->attachinfo.localinfo.bus_generation, 0, in dcam_attach()
308 softc_p->attachinfo.iblock_cookie); in dcam_attach()
311 MUTEX_DRIVER, softc_p->attachinfo.iblock_cookie); in dcam_attach()
1151 softc_p->attachinfo.localinfo = *localinfo; in dcam_bus_reset_notify()
/titanic_41/usr/src/uts/common/sys/1394/targets/dcam1394/
H A Ddcam.h103 t1394_attachinfo_t attachinfo; member
/titanic_41/usr/src/uts/common/io/1394/
H A Dt1394.c73 t1394_attachinfo_t *attachinfo, t1394_handle_t *t1394_hdl) in t1394_attach() argument
83 ASSERT(attachinfo != NULL); in t1394_attach()
151 attachinfo->localinfo.bus_generation = target->on_hal->generation_count; in t1394_attach()
154 attachinfo->localinfo.local_nodeID = target->on_hal->node_id; in t1394_attach()
157 attachinfo->iblock_cookie = target->on_hal->halinfo.hw_interrupt; in t1394_attach()
160 attachinfo->acc_attr = target->on_hal->halinfo.acc_attr; in t1394_attach()
161 attachinfo->dma_attr = target->on_hal->halinfo.dma_attr; in t1394_attach()
/titanic_41/usr/src/uts/common/sys/1394/
H A Dt1394.h441 t1394_attachinfo_t *attachinfo, t1394_handle_t *t1394_hdl);