Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_mac.c73 XMAC_MIN_REG,
994 XMAC_REG_RD(handle, portn, XMAC_MIN_REG, &val); in npi_mac_port_attr()
999 XMAC_REG_WR(handle, portn, XMAC_MIN_REG, val); in npi_mac_port_attr()
1003 XMAC_REG_RD(handle, portn, XMAC_MIN_REG, &val); in npi_mac_port_attr()
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_mac_hw.h617 #define XMAC_MIN_REG 0x088 /* min frame size register */ macro