Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_mac.c339 RXMAC_CONFIG_REG,
2705 BMAC_REG_RD(handle, portn, RXMAC_CONFIG_REG, &val); in npi_bmac_rx_config()
2722 BMAC_REG_WR(handle, portn, RXMAC_CONFIG_REG, val); in npi_bmac_rx_config()
2724 BMAC_REG_RD(handle, portn, RXMAC_CONFIG_REG, &val); in npi_bmac_rx_config()
2741 BMAC_REG_WR(handle, portn, RXMAC_CONFIG_REG, val); in npi_bmac_rx_config()
2753 BMAC_REG_RD(handle, portn, RXMAC_CONFIG_REG, &val); in npi_bmac_rx_config()
2787 BMAC_REG_WR(handle, portn, RXMAC_CONFIG_REG, val); in npi_bmac_rx_config()
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_mac_hw.h336 #define RXMAC_CONFIG_REG 0x068 /* RX MAC config */ macro