Home
last modified time | relevance | path

Searched refs:IXGBE_RDRXCTL_MDP_EN (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.h1437 #define IXGBE_RDRXCTL_MDP_EN 0x20000000 macro