Searched refs:s_attachinfo (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/1394/targets/scsa1394/
H A Dimpl.h176 t1394_attachinfo_t s_attachinfo; /* 1394 attach info */ member in struct:scsa1394_state
201 s_dip s_instance s_t1394_hdl s_attachinfo s_reset_cb_id s_remove_cb_id
225 #define SCSA1394_NODEID(sp) ((sp)->s_attachinfo.localinfo.local_nodeID)
226 #define SCSA1394_BUSGEN(sp) ((sp)->s_attachinfo.localinfo.bus_generation)
/illumos-gate/usr/src/uts/common/io/1394/targets/scsa1394/
H A Dsbp2_bus.c141 return (sp->s_attachinfo.iblock_cookie);
149 return (sp->s_attachinfo.localinfo.local_nodeID);
330 if (ddi_dma_alloc_handle(sp->s_dip, &sp->s_attachinfo.dma_attr,
337 &sp->s_attachinfo.acc_attr,
H A Dhba.c286 sp->s_attachinfo.iblock_cookie);
490 &sp->s_attachinfo, &sp->s_t1394_hdl)) != DDI_SUCCESS) {
495 sp->s_buf_dma_attr = sp->s_attachinfo.dma_attr;
498 sp->s_pt_dma_attr = sp->s_attachinfo.dma_attr;
579 if ((ret = scsi_hba_attach_setup(sp->s_dip, &sp->s_attachinfo.dma_attr,
892 sp->s_attachinfo.localinfo = *(t1394_localinfo_t *)data;
945 sp->s_attachinfo.localinfo = *(t1394_localinfo_t *)data;
1180 ret = sp->s_attachinfo.dma_attr.dma_attr_maxxfer;
1766 &sp->s_attachinfo.acc_attr, DDI_DMA_CONSISTENT, callback, arg,
H A Dsbp2_driver.c106 sp->s_attachinfo.iblock_cookie);

Completed in 53 milliseconds