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

/opensolaris-onvv-gate/usr/src/uts/common/io/1394/targets/dcam1394/
H A Ddcam_ring_buff.c95 &softc_p->attachinfo.dma_attr,
106 &softc_p->attachinfo.acc_attr,
H A Ddcam.c272 &(softc_p->attachinfo),
281 softc_p->attachinfo.localinfo.bus_generation, 0,
308 softc_p->attachinfo.iblock_cookie);
311 MUTEX_DRIVER, softc_p->attachinfo.iblock_cookie);
1151 softc_p->attachinfo.localinfo = *localinfo;
/opensolaris-onvv-gate/usr/src/uts/common/sys/1394/targets/dcam1394/
H A Ddcam.h103 t1394_attachinfo_t attachinfo; member in struct:dcam_state_s
/opensolaris-onvv-gate/usr/src/uts/common/sys/1394/
H A Dt1394.h441 t1394_attachinfo_t *attachinfo, t1394_handle_t *t1394_hdl);
/opensolaris-onvv-gate/usr/src/uts/common/io/1394/
H A Dt1394.c58 * Output(s): attachinfo Used to pass info back to target,
74 t1394_attachinfo_t *attachinfo, t1394_handle_t *t1394_hdl)
84 ASSERT(attachinfo != NULL);
152 attachinfo->localinfo.bus_generation = target->on_hal->generation_count;
155 attachinfo->localinfo.local_nodeID = target->on_hal->node_id;
158 attachinfo->iblock_cookie = target->on_hal->halinfo.hw_interrupt;
161 attachinfo->acc_attr = target->on_hal->halinfo.acc_attr;
162 attachinfo->dma_attr = target->on_hal->halinfo.dma_attr;
73 t1394_attach(dev_info_t *dip, int version, uint_t flags, t1394_attachinfo_t *attachinfo, t1394_handle_t *t1394_hdl) argument

Completed in 110 milliseconds