Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_mac.c1957 val |= XMAC_TX_CFG_VAR_MIN_IPG_EN; in npi_xmac_tx_config()
1968 val &= ~XMAC_TX_CFG_VAR_MIN_IPG_EN; in npi_xmac_tx_config()
1993 val |= XMAC_TX_CFG_VAR_MIN_IPG_EN; in npi_xmac_tx_config()
1995 val &= ~XMAC_TX_CFG_VAR_MIN_IPG_EN; in npi_xmac_tx_config()
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_mac_hw.h989 #define XMAC_TX_CFG_VAR_MIN_IPG_EN 0x00000004 /* Transmit pkts < minpsz */ macro