Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c3306 struct ob_mac_iocb_req *mac_iocb_ptr = tx_ring->wq_dma.vaddr; in ql_init_tx_ring()
3328 if (tx_ring->wq_dma.dma_handle != NULL) { in ql_free_tx_resources()
3329 ql_free_phys(&tx_ring->wq_dma.dma_handle, in ql_free_tx_resources()
3330 &tx_ring->wq_dma.acc_handle); in ql_free_tx_resources()
3331 bzero(&tx_ring->wq_dma, sizeof (tx_ring->wq_dma)); in ql_free_tx_resources()
3383 if (ql_alloc_phys(qlge->dip, &tx_ring->wq_dma.dma_handle, in ql_alloc_tx_resources()
3386 &tx_ring->wq_dma.acc_handle, in ql_alloc_tx_resources()
3389 (caddr_t *)&tx_ring->wq_dma.vaddr, in ql_alloc_tx_resources()
3391 bzero(&tx_ring->wq_dma, sizeof (tx_ring->wq_dma)); in ql_alloc_tx_resources()
3396 tx_ring->wq_dma.dma_addr = dma_cookie.dmac_laddress; in ql_alloc_tx_resources()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge.h453 struct dma_info wq_dma; member