Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_mac.c64 XRXMAC_SW_RST_REG,
1750 XMAC_REG_WR(handle, portn, XRXMAC_SW_RST_REG, XRXMAC_REG_RST); in npi_xmac_reset()
1751 XMAC_WAIT_REG(handle, portn, XRXMAC_SW_RST_REG, val); in npi_xmac_reset()
1759 XMAC_REG_WR(handle, portn, XRXMAC_SW_RST_REG, XRXMAC_SOFT_RST); in npi_xmac_reset()
1760 XMAC_WAIT_REG(handle, portn, XRXMAC_SW_RST_REG, val); in npi_xmac_reset()
1769 XMAC_REG_WR(handle, portn, XRXMAC_SW_RST_REG, in npi_xmac_reset()
1771 XMAC_WAIT_REG(handle, portn, XRXMAC_SW_RST_REG, val); in npi_xmac_reset()
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_mac_hw.h520 #define XRXMAC_SW_RST_REG 0x008 /* XRX MAC soft reset */ macro