Home
last modified time | relevance | path

Searched refs:host_copy_shadow_dma_attr (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c174 (void) ddi_dma_sync(qlge->host_copy_shadow_dma_attr.dma_handle, in ql_read_sh_reg()
178 rtn = ddi_get32(qlge->host_copy_shadow_dma_attr.acc_handle, in ql_read_sh_reg()
3223 if (qlge->host_copy_shadow_dma_attr.dma_handle != NULL) { in ql_free_shadow_space()
3224 ql_free_phys(&qlge->host_copy_shadow_dma_attr.dma_handle, in ql_free_shadow_space()
3225 &qlge->host_copy_shadow_dma_attr.acc_handle); in ql_free_shadow_space()
3226 bzero(&qlge->host_copy_shadow_dma_attr, in ql_free_shadow_space()
3227 sizeof (qlge->host_copy_shadow_dma_attr)); in ql_free_shadow_space()
3247 &qlge->host_copy_shadow_dma_attr.dma_handle, in ql_alloc_shadow_space()
3250 &qlge->host_copy_shadow_dma_attr.acc_handle, in ql_alloc_shadow_space()
3253 (caddr_t *)&qlge->host_copy_shadow_dma_attr.vaddr, in ql_alloc_shadow_space()
[all …]
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge.h648 struct dma_info host_copy_shadow_dma_attr; member