Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ixgbevf/
H A Ddefines.h73 #define IXGBE_SRRCTL_DROP_EN 0x10000000 macro
H A Dixgbevf_main.c1772 srrctl = IXGBE_SRRCTL_DROP_EN; in ixgbevf_configure_srrctl()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c3668 srrctl |= IXGBE_SRRCTL_DROP_EN; in ixgbe_enable_rx_drop()
3680 srrctl &= ~IXGBE_SRRCTL_DROP_EN; in ixgbe_disable_rx_drop()