Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ethtool.c141 #define IXGBE_PRIV_FLAGS_AUTO_DISABLE_VF BIT(2) macro
3522 priv_flags |= IXGBE_PRIV_FLAGS_AUTO_DISABLE_VF; in ixgbe_get_priv_flags()
3542 if (priv_flags & IXGBE_PRIV_FLAGS_AUTO_DISABLE_VF) { in ixgbe_set_priv_flags()
/kernel/linux/linux-6.6/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()

Completed in 8 milliseconds