Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/targets/dcam1394/
H A Ddcam_ring_buff.c92 &softc_p->attachinfo.dma_attr, in ring_buff_create()
103 &softc_p->attachinfo.acc_attr, in ring_buff_create()
H A Ddcam.c252 &(softc_p->attachinfo), in dcam_attach()
261 softc_p->attachinfo.localinfo.bus_generation, 0, in dcam_attach()
288 softc_p->attachinfo.iblock_cookie); in dcam_attach()
291 MUTEX_DRIVER, softc_p->attachinfo.iblock_cookie); in dcam_attach()
1117 softc_p->attachinfo.localinfo = *localinfo; in dcam_bus_reset_notify()
/illumos-gate/usr/src/uts/common/sys/1394/targets/dcam1394/
H A Ddcam.h102 t1394_attachinfo_t attachinfo; member
/illumos-gate/usr/src/uts/common/io/1394/
H A Dt1394.c71 t1394_attachinfo_t *attachinfo, t1394_handle_t *t1394_hdl) in t1394_attach() argument
81 ASSERT(attachinfo != NULL); in t1394_attach()
134 attachinfo->localinfo.bus_generation = target->on_hal->generation_count; in t1394_attach()
137 attachinfo->localinfo.local_nodeID = target->on_hal->node_id; in t1394_attach()
140 attachinfo->iblock_cookie = target->on_hal->halinfo.hw_interrupt; in t1394_attach()
143 attachinfo->acc_attr = target->on_hal->halinfo.acc_attr; in t1394_attach()
144 attachinfo->dma_attr = target->on_hal->halinfo.dma_attr; in t1394_attach()
/illumos-gate/usr/src/uts/common/sys/1394/
H A Dt1394.h439 t1394_attachinfo_t *attachinfo, t1394_handle_t *t1394_hdl);