Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/nxge/npi/
H A Dnpi_mac.c340 TXMAC_CONFIG_REG,
2648 BMAC_REG_RD(handle, portn, TXMAC_CONFIG_REG, &val); in npi_bmac_tx_config()
2653 BMAC_REG_WR(handle, portn, TXMAC_CONFIG_REG, val); in npi_bmac_tx_config()
2655 BMAC_REG_RD(handle, portn, TXMAC_CONFIG_REG, &val); in npi_bmac_tx_config()
2660 BMAC_REG_WR(handle, portn, TXMAC_CONFIG_REG, val); in npi_bmac_tx_config()
2672 BMAC_REG_RD(handle, portn, TXMAC_CONFIG_REG, &val); in npi_bmac_tx_config()
2681 BMAC_REG_WR(handle, portn, TXMAC_CONFIG_REG, val); in npi_bmac_tx_config()
/titanic_50/usr/src/uts/common/sys/nxge/
H A Dnxge_mac_hw.h297 #define TXMAC_CONFIG_REG 0x060 /* TX MAC config */ macro