Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_mac.c1828 val |= XMAC_XIF_LOOPBACK; in npi_xmac_xif_config()
1852 val &= ~XMAC_XIF_LOOPBACK; in npi_xmac_xif_config()
1894 val |= XMAC_XIF_LOOPBACK; in npi_xmac_xif_config()
1899 val &= ~XMAC_XIF_LOOPBACK; in npi_xmac_xif_config()
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_mac_hw.h1016 #define XMAC_XIF_LOOPBACK 0x02000000 /* loopback xmac xgmii tx */ macro