Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ethtool.c139 #define IXGBE_PRIV_FLAGS_AUTO_DISABLE_VF BIT(2) macro
3544 priv_flags |= IXGBE_PRIV_FLAGS_AUTO_DISABLE_VF; in ixgbe_get_priv_flags()
3564 if (priv_flags & IXGBE_PRIV_FLAGS_AUTO_DISABLE_VF) { in ixgbe_set_priv_flags()