Home
last modified time | relevance | path

Searched refs:IXGBE_PRIV_FLAGS_VF_IPSEC_EN (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ethtool.c139 #define IXGBE_PRIV_FLAGS_VF_IPSEC_EN BIT(1) macro
3519 priv_flags |= IXGBE_PRIV_FLAGS_VF_IPSEC_EN; in ixgbe_get_priv_flags()
3538 if (priv_flags & IXGBE_PRIV_FLAGS_VF_IPSEC_EN) in ixgbe_set_priv_flags()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ethtool.c137 #define IXGBE_PRIV_FLAGS_VF_IPSEC_EN BIT(1) macro
3541 priv_flags |= IXGBE_PRIV_FLAGS_VF_IPSEC_EN; in ixgbe_get_priv_flags()
3560 if (priv_flags & IXGBE_PRIV_FLAGS_VF_IPSEC_EN) in ixgbe_set_priv_flags()

Completed in 8 milliseconds