Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/nxge/npi/
H A Dnpi_mac.c2882 val |= MAC_XIF_MII_INT_LOOPBACK; in npi_bmac_xif_config()
2897 val &= ~MAC_XIF_MII_INT_LOOPBACK; in npi_bmac_xif_config()
2924 val |= MAC_XIF_MII_INT_LOOPBACK; in npi_bmac_xif_config()
2926 val &= ~MAC_XIF_MII_INT_LOOPBACK; in npi_bmac_xif_config()
/titanic_41/usr/src/uts/common/sys/nxge/
H A Dnxge_mac_hw.h856 #define MAC_XIF_MII_INT_LOOPBACK 0x00000002 /* loopback GMII xmit data */ macro