Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_mac.c338 TXMAC_CONFIG_REG,
2639 BMAC_REG_RD(handle, portn, TXMAC_CONFIG_REG, &val); in npi_bmac_tx_config()
2644 BMAC_REG_WR(handle, portn, TXMAC_CONFIG_REG, val); in npi_bmac_tx_config()
2646 BMAC_REG_RD(handle, portn, TXMAC_CONFIG_REG, &val); in npi_bmac_tx_config()
2651 BMAC_REG_WR(handle, portn, TXMAC_CONFIG_REG, val); in npi_bmac_tx_config()
2663 BMAC_REG_RD(handle, portn, TXMAC_CONFIG_REG, &val); in npi_bmac_tx_config()
2672 BMAC_REG_WR(handle, portn, TXMAC_CONFIG_REG, val); in npi_bmac_tx_config()
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_mac_hw.h295 #define TXMAC_CONFIG_REG 0x060 /* TX MAC config */ macro