Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/intel/ixgbe/
Dixgbe_82599.c1002 if (autoc2 & IXGBE_AUTOC2_LINK_DISABLE_MASK) { in ixgbe_reset_hw_82599()
1003 autoc2 &= ~IXGBE_AUTOC2_LINK_DISABLE_MASK; in ixgbe_reset_hw_82599()
2018 if (autoc2_reg & IXGBE_AUTOC2_LINK_DISABLE_MASK) { in ixgbe_reset_pipeline_82599()
2019 autoc2_reg &= ~IXGBE_AUTOC2_LINK_DISABLE_MASK; in ixgbe_reset_pipeline_82599()
Dixgbe_type.h1907 #define IXGBE_AUTOC2_LINK_DISABLE_MASK 0x70000000 macro