Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_main.c2647 reg_val |= IXGBE_HLREG0_JUMBOEN; in ixgbe_setup_rx()
2649 reg_val &= ~IXGBE_HLREG0_JUMBOEN; in ixgbe_setup_rx()
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_type.h1768 #define IXGBE_HLREG0_JUMBOEN 0x00000004 /* bit 2 */ macro