Home
last modified time | relevance | path

Searched refs:dma_cmd (Results 1 – 9 of 9) sorted by relevance

/titanic_44/usr/src/uts/common/io/wpi/
H A Dwpivar.h96 wpi_dma_t dma_cmd; member
H A Dwpi.c1067 &ring->dma_cmd); in wpi_alloc_tx_ring()
1074 cmd_h = (wpi_tx_cmd_t *)ring->dma_cmd.mem_va; in wpi_alloc_tx_ring()
1075 paddr_cmd_h = ring->dma_cmd.cookie.dmac_address; in wpi_alloc_tx_ring()
1156 if (ring->dma_cmd.dma_hdl != NULL) in wpi_free_tx_ring()
1157 WPI_DMA_SYNC(ring->dma_cmd, DDI_DMA_SYNC_FORDEV); in wpi_free_tx_ring()
1158 wpi_free_dma_mem(&ring->dma_cmd); in wpi_free_tx_ring()
/titanic_44/usr/src/uts/common/io/iwk/
H A Diwk2_var.h68 iwk_dma_t dma_cmd; member
H A Diwk2.c1370 &ring->dma_cmd); in iwk_alloc_tx_ring()
1376 dma_p = &ring->dma_cmd; in iwk_alloc_tx_ring()
1381 cmd_h = (iwk_cmd_t *)ring->dma_cmd.mem_va; in iwk_alloc_tx_ring()
1382 paddr_cmd_h = ring->dma_cmd.cookie.dmac_address; in iwk_alloc_tx_ring()
1470 if (ring->dma_cmd.dma_hdl != NULL) in iwk_free_tx_ring()
1471 IWK_DMA_SYNC(ring->dma_cmd, DDI_DMA_SYNC_FORDEV); in iwk_free_tx_ring()
1472 iwk_free_dma_mem(&ring->dma_cmd); in iwk_free_tx_ring()
/titanic_44/usr/src/uts/common/io/iwh/
H A Diwh_var.h68 iwh_dma_t dma_cmd; /* for command to ucode */ member
H A Diwh.c1606 &ring->dma_cmd); in iwh_alloc_tx_ring()
1615 dma_p = &ring->dma_cmd; in iwh_alloc_tx_ring()
1622 cmd_h = (iwh_cmd_t *)ring->dma_cmd.mem_va; in iwh_alloc_tx_ring()
1623 paddr_cmd_h = ring->dma_cmd.cookie.dmac_address; in iwh_alloc_tx_ring()
1729 if (ring->dma_cmd.dma_hdl != NULL) { in iwh_free_tx_ring()
1730 IWH_DMA_SYNC(ring->dma_cmd, DDI_DMA_SYNC_FORDEV); in iwh_free_tx_ring()
1732 iwh_free_dma_mem(&ring->dma_cmd); in iwh_free_tx_ring()
/titanic_44/usr/src/uts/common/io/iwp/
H A Diwp_var.h68 iwp_dma_t dma_cmd; /* for command to ucode */ member
H A Diwp.c1545 &ring->dma_cmd); in iwp_alloc_tx_ring()
1554 dma_p = &ring->dma_cmd; in iwp_alloc_tx_ring()
1561 cmd_h = (iwp_cmd_t *)ring->dma_cmd.mem_va; in iwp_alloc_tx_ring()
1562 paddr_cmd_h = ring->dma_cmd.cookie.dmac_address; in iwp_alloc_tx_ring()
1666 if (ring->dma_cmd.dma_hdl != NULL) { in iwp_free_tx_ring()
1667 IWP_DMA_SYNC(ring->dma_cmd, DDI_DMA_SYNC_FORDEV); in iwp_free_tx_ring()
1669 iwp_free_dma_mem(&ring->dma_cmd); in iwp_free_tx_ring()
/titanic_44/usr/src/uts/common/io/sata/adapters/nv_sata/
H A Dnv_sata.c2029 boolean_t dma_cmd; in nv_start_common() local
2093 dma_cmd = B_TRUE; in nv_start_common()
2096 dma_cmd = B_FALSE; in nv_start_common()
2099 if (sata_cmdp->satacmd_num_dma_cookies != 0 && dma_cmd == B_TRUE) { in nv_start_common()