Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_txdma.c2101 HXGE_REG_WR64(hxgep->hpi_handle, TDC_FIFO_ERR_STAT, 0x7); in hxge_txdma_hw_start()
2160 HXGE_REG_RD64(hxgep->hpi_handle, TDC_FIFO_ERR_STAT, &tmp); in hxge_txdma_hw_start()
2168 HXGE_REG_RD64(hxgep->hpi_handle, TDC_FIFO_ERR_STAT, &tmp); in hxge_txdma_hw_start()
2182 HXGE_REG_WR64(hxgep->hpi_handle, TDC_FIFO_ERR_STAT, 0x7); in hxge_txdma_hw_start()
2676 HXGE_REG_RD64(handle, TDC_FIFO_ERR_STAT, &fifo_stat.value); in hxge_txdma_handle_sys_errors()
2682 HXGE_REG_WR64(handle, TDC_FIFO_ERR_STAT, fifo_stat.value); in hxge_txdma_handle_sys_errors()
H A Dhxge_tdc_hw.h62 #define TDC_FIFO_ERR_STAT (TDC_BASE_ADDR + 0x228) macro