Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c3302 struct ob_mac_iocb_req *mac_iocb_ptr = tx_ring->wq_dma.vaddr; in ql_init_tx_ring()
3324 if (tx_ring->wq_dma.dma_handle != NULL) { in ql_free_tx_resources()
3325 ql_free_phys(&tx_ring->wq_dma.dma_handle, in ql_free_tx_resources()
3326 &tx_ring->wq_dma.acc_handle); in ql_free_tx_resources()
3327 bzero(&tx_ring->wq_dma, sizeof (tx_ring->wq_dma)); in ql_free_tx_resources()
3379 if (ql_alloc_phys(qlge->dip, &tx_ring->wq_dma.dma_handle, in ql_alloc_tx_resources()
3382 &tx_ring->wq_dma.acc_handle, in ql_alloc_tx_resources()
3385 (caddr_t *)&tx_ring->wq_dma.vaddr, in ql_alloc_tx_resources()
3387 bzero(&tx_ring->wq_dma, sizeof (&tx_ring->wq_dma)); in ql_alloc_tx_resources()
3392 tx_ring->wq_dma.dma_addr = dma_cookie.dmac_laddress; in ql_alloc_tx_resources()
[all …]
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge.h453 struct dma_info wq_dma; member