Home
last modified time | relevance | path

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

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