Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_rxtx.c5153 rdrxctl &= ~IXGBE_RDRXCTL_CRCSTRIP; in ixgbe_dev_rx_init()
5155 rdrxctl |= IXGBE_RDRXCTL_CRCSTRIP; in ixgbe_dev_rx_init()
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_type.h1422 #define IXGBE_RDRXCTL_CRCSTRIP 0x00000002 /* CRC Strip */ macro