Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/intel/ixgbevf/
Ddefines.h73 #define IXGBE_SRRCTL_DROP_EN 0x10000000 macro
Dixgbevf_main.c1773 srrctl = IXGBE_SRRCTL_DROP_EN; in ixgbevf_configure_srrctl()
/linux-5.19.10/drivers/net/ethernet/intel/ixgbe/
Dixgbe_type.h2440 #define IXGBE_SRRCTL_DROP_EN 0x10000000 macro
Dixgbe_main.c3649 srrctl |= IXGBE_SRRCTL_DROP_EN; in ixgbe_enable_rx_drop()
3661 srrctl &= ~IXGBE_SRRCTL_DROP_EN; in ixgbe_disable_rx_drop()