Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/ixgbe/
Dixgbe_dcb_82598.h21 #define IXGBE_RDRXCTL_MCEN 0x00000040 /* DMA config for multiple cores (RSS) enable */ macro
Dixgbe_dcb_82599.h36 #define IXGBE_RDRXCTL_MCEN 0x00000040 /* DMA config for multiple cores macro
Dixgbe_dcb_82598.c55 reg |= IXGBE_RDRXCTL_MCEN; in ixgbe_dcb_config_rx_arbiter_82598()