Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_mac.c1959 val &= ~XMAC_TX_CFG_ALWAYS_NO_CRC; in npi_xmac_tx_config()
1970 val |= XMAC_TX_CFG_ALWAYS_NO_CRC; in npi_xmac_tx_config()
1997 val &= ~XMAC_TX_CFG_ALWAYS_NO_CRC; in npi_xmac_tx_config()
1999 val |= XMAC_TX_CFG_ALWAYS_NO_CRC; in npi_xmac_tx_config()
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_mac_hw.h990 #define XMAC_TX_CFG_ALWAYS_NO_CRC 0x00000008 /* No CRC generated */ macro