Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_mac.c2873 val |= MAC_XIF_MII_INT_LOOPBACK; in npi_bmac_xif_config()
2888 val &= ~MAC_XIF_MII_INT_LOOPBACK; in npi_bmac_xif_config()
2915 val |= MAC_XIF_MII_INT_LOOPBACK; in npi_bmac_xif_config()
2917 val &= ~MAC_XIF_MII_INT_LOOPBACK; in npi_bmac_xif_config()
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_mac_hw.h854 #define MAC_XIF_MII_INT_LOOPBACK 0x00000002 /* loopback GMII xmit data */ macro