Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_x550.c1371 reg &= ~(IXGBE_RDRXCTL_MDP_EN | IXGBE_RDRXCTL_MBINTEN); in ixgbe_disable_mdd_X550()
1394 reg |= (IXGBE_RDRXCTL_MDP_EN | IXGBE_RDRXCTL_MBINTEN); in ixgbe_enable_mdd_X550()
H A Dixgbe_type.h1436 #define IXGBE_RDRXCTL_MBINTEN 0x10000000 macro