Home
last modified time | relevance | path

Searched refs:IXGBE_RDRXCTL_CRCSTRIP (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/sys/dev/netmap/
Dixgbe_netmap.h97 rxc &= ~IXGBE_RDRXCTL_CRCSTRIP; in set_crcstrip()
101 rxc |= IXGBE_RDRXCTL_CRCSTRIP; in set_crcstrip()
/freebsd-9-stable/sys/dev/ixgbe/
Dixgbe_type.h1079 #define IXGBE_RDRXCTL_CRCSTRIP 0x00000002 /* CRC Strip */ macro
Dixgbe.c3911 rdrxctl |= IXGBE_RDRXCTL_CRCSTRIP;