Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c3229 &qlge->host_copy_shadow_dma_attr.acc_handle); in ql_free_shadow_space()
3230 bzero(&qlge->host_copy_shadow_dma_attr, in ql_free_shadow_space()
3231 sizeof (qlge->host_copy_shadow_dma_attr)); in ql_free_shadow_space()
3251 &qlge->host_copy_shadow_dma_attr.dma_handle, in ql_alloc_shadow_space()
3254 &qlge->host_copy_shadow_dma_attr.acc_handle, in ql_alloc_shadow_space()
3257 (caddr_t *)&qlge->host_copy_shadow_dma_attr.vaddr, in ql_alloc_shadow_space()
3259 bzero(&qlge->host_copy_shadow_dma_attr, in ql_alloc_shadow_space()
3260 sizeof (qlge->host_copy_shadow_dma_attr)); in ql_alloc_shadow_space()
3292 &qlge->host_copy_shadow_dma_attr.acc_handle); in ql_alloc_shadow_space()
3293 bzero(&qlge->host_copy_shadow_dma_attr, in ql_alloc_shadow_space()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge.h648 struct dma_info host_copy_shadow_dma_attr; member