Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/sdcard/impl/
H A Dsda_host.c66 h->h_dma = dma; in sda_host_alloc()
H A Dsda_mem.c118 if (slot->s_hostp->h_dma != NULL) { in sda_mem_rw()
H A Dsda_slot.c510 slot->s_bdh = bd_alloc_handle(slot, &sda_bd_ops, h->h_dma, KM_SLEEP); in sda_slot_attach()
/titanic_44/usr/src/uts/common/sys/sdcard/
H A Dsda_impl.h167 ddi_dma_attr_t *h_dma; /* dma attr, needed for mem */ member
/titanic_44/usr/src/uts/common/io/blkdev/
H A Dblkdev.c106 ddi_dma_attr_t *h_dma; member
499 if (hdl->h_dma) { in bd_attach()
500 bd->d_dma = *(hdl->h_dma); in bd_attach()
1803 hdl->h_dma = dma; in bd_alloc_handle()