Searched refs:IXGBE_RDRXCTL_CRCSTRIP (Results 1 – 2 of 2) sorted by relevance
5153 rdrxctl &= ~IXGBE_RDRXCTL_CRCSTRIP; in ixgbe_dev_rx_init()5155 rdrxctl |= IXGBE_RDRXCTL_CRCSTRIP; in ixgbe_dev_rx_init()
1422 #define IXGBE_RDRXCTL_CRCSTRIP 0x00000002 /* CRC Strip */ macro