Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_mac.c2054 val |= XMAC_RX_CFG_STRIP_CRC; in npi_xmac_rx_config()
2081 val &= ~XMAC_RX_CFG_STRIP_CRC; in npi_xmac_rx_config()
2140 val |= XMAC_RX_CFG_STRIP_CRC; in npi_xmac_rx_config()
2142 val &= ~XMAC_RX_CFG_STRIP_CRC; in npi_xmac_rx_config()
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_mac_hw.h1004 #define XMAC_RX_CFG_STRIP_CRC 0x00020000 /* strip last 4bytes (CRC) */ macro