Home
last modified time | relevance | path

Searched refs:TXC_PORT_DMA_ENABLE_REG (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/io/nxge/npi/
H A Dnpi_txc.c66 TXC_PORT_DMA_ENABLE_REG,
613 TXC_FZC_CNTL_REG_WRITE64(handle, TXC_PORT_DMA_ENABLE_REG, port, in npi_txc_port_dma_enable()
626 TXC_FZC_CNTL_REG_READ64(handle, TXC_PORT_DMA_ENABLE_REG, port, &val); in npi_txc_port_dma_list_get()
663 TXC_FZC_CNTL_REG_READ64(handle, TXC_PORT_DMA_ENABLE_REG, port, &val); in npi_txc_port_dma_channel_enable()
664 TXC_FZC_CNTL_REG_WRITE64(handle, TXC_PORT_DMA_ENABLE_REG, port, in npi_txc_port_dma_channel_enable()
701 TXC_FZC_CNTL_REG_READ64(handle, TXC_PORT_DMA_ENABLE_REG, port, &val) in npi_txc_port_dma_channel_disable()
702 TXC_FZC_CNTL_REG_WRITE64(handle, TXC_PORT_DMA_ENABLE_REG, port, in npi_txc_port_dma_channel_disable()
H A Dnpi_txdma.c99 TXC_PORT_DMA_ENABLE_REG,
/titanic_41/usr/src/uts/common/io/nxge/
H A Dnxge_txc.c174 TXC_FZC_CNTL_REG_READ64(handle, TXC_PORT_DMA_ENABLE_REG, port, in nxge_txc_tdc_bind()
269 TXC_FZC_CNTL_REG_READ64(handle, TXC_PORT_DMA_ENABLE_REG, port, in nxge_txc_tdc_unbind()
/titanic_41/usr/src/uts/common/sys/nxge/
H A Dnxge_txc_hw.h38 #define TXC_PORT_DMA_ENABLE_REG (FZC_TXC + 0x20028) macro