Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/nxge/npi/
H A Dnpi_txdma.h122 #define NXGE_TXDMA_MAP_OFFSET(x, port) (x + TX_DMA_MAP_PORT_OFFSET(port))
/titanic_41/usr/src/uts/common/sys/nxge/
H A Dnxge_txdma_hw.h736 #define TX_DMA_MAP_PORT_OFFSET(port) (port * 8) macro