Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dif_ix.c693 hlreg |= IXGBE_HLREG0_JUMBOEN; in ixgbe_initialize_receive_units()
695 hlreg &= ~IXGBE_HLREG0_JUMBOEN; in ixgbe_initialize_receive_units()
H A Dixgbe_type.h1798 #define IXGBE_HLREG0_JUMBOEN 0x00000004 /* bit 2 */ macro