Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/nxge/npi/
H A Dnpi_mac.c1827 val |= XMAC_XIF_FORCE_LED_ON; in npi_xmac_xif_config()
1853 val &= ~XMAC_XIF_FORCE_LED_ON; in npi_xmac_xif_config()
1885 val |= XMAC_XIF_FORCE_LED_ON; in npi_xmac_xif_config()
1887 val &= ~XMAC_XIF_FORCE_LED_ON; in npi_xmac_xif_config()
3522 val &= ~XMAC_XIF_FORCE_LED_ON; in npi_xmac_xif_led()
3525 val |= XMAC_XIF_FORCE_LED_ON; in npi_xmac_xif_led()
/titanic_50/usr/src/uts/common/sys/nxge/
H A Dnxge_mac_hw.h1014 #define XMAC_XIF_FORCE_LED_ON 0x00200000 /* Force Link LED on */ macro