Searched refs:attachinfo (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/io/1394/targets/dcam1394/ |
H A D | dcam_ring_buff.c | 95 &softc_p->attachinfo.dma_attr, 106 &softc_p->attachinfo.acc_attr,
|
H A D | dcam.c | 272 &(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;
|
/illumos-gate/usr/src/uts/common/sys/1394/targets/dcam1394/ |
H A D | dcam.h | 103 t1394_attachinfo_t attachinfo; member in struct:dcam_state_s
|
/illumos-gate/usr/src/uts/common/sys/1394/ |
H A D | t1394.h | 441 t1394_attachinfo_t *attachinfo, t1394_handle_t *t1394_hdl);
|
/illumos-gate/usr/src/uts/common/io/1394/ |
H A D | t1394.c | 57 * Output(s): attachinfo Used to pass info back to target, 73 t1394_attachinfo_t *attachinfo, t1394_handle_t *t1394_hdl) 83 ASSERT(attachinfo != NULL); 151 attachinfo->localinfo.bus_generation = target->on_hal->generation_count; 154 attachinfo->localinfo.local_nodeID = target->on_hal->node_id; 157 attachinfo->iblock_cookie = target->on_hal->halinfo.hw_interrupt; 160 attachinfo->acc_attr = target->on_hal->halinfo.acc_attr; 161 attachinfo->dma_attr = target->on_hal->halinfo.dma_attr; 72 t1394_attach(dev_info_t *dip, int version, uint_t flags, t1394_attachinfo_t *attachinfo, t1394_handle_t *t1394_hdl) argument
|
Completed in 67 milliseconds