Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_mac.c1818 val |= XMAC_XIF_FORCE_LED_ON; in npi_xmac_xif_config()
1844 val &= ~XMAC_XIF_FORCE_LED_ON; in npi_xmac_xif_config()
1876 val |= XMAC_XIF_FORCE_LED_ON; in npi_xmac_xif_config()
1878 val &= ~XMAC_XIF_FORCE_LED_ON; in npi_xmac_xif_config()
3513 val &= ~XMAC_XIF_FORCE_LED_ON; in npi_xmac_xif_led()
3516 val |= XMAC_XIF_FORCE_LED_ON; in npi_xmac_xif_led()
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_mac_hw.h1012 #define XMAC_XIF_FORCE_LED_ON 0x00200000 /* Force Link LED on */ macro