Lines Matching refs:autoc_reg
2270 u32 links2, anlp1_reg, autoc_reg, links; in ixgbe_fc_autoneg_backplane() local
2291 autoc_reg = IXGBE_READ_REG(hw, IXGBE_AUTOC); in ixgbe_fc_autoneg_backplane()
2294 ret_val = ixgbe_negotiate_fc(hw, autoc_reg, in ixgbe_fc_autoneg_backplane()
2663 u32 autoc_reg = IXGBE_READ_REG(hw, IXGBE_AUTOC); in ixgbe_blink_led_start_generic() local
2675 ret_val = hw->mac.ops.prot_autoc_read(hw, &locked, &autoc_reg); in ixgbe_blink_led_start_generic()
2679 autoc_reg |= IXGBE_AUTOC_AN_RESTART; in ixgbe_blink_led_start_generic()
2680 autoc_reg |= IXGBE_AUTOC_FLU; in ixgbe_blink_led_start_generic()
2682 ret_val = hw->mac.ops.prot_autoc_write(hw, autoc_reg, locked); in ixgbe_blink_led_start_generic()
2706 u32 autoc_reg = 0; in ixgbe_blink_led_stop_generic() local
2711 ret_val = hw->mac.ops.prot_autoc_read(hw, &locked, &autoc_reg); in ixgbe_blink_led_stop_generic()
2715 autoc_reg &= ~IXGBE_AUTOC_FLU; in ixgbe_blink_led_stop_generic()
2716 autoc_reg |= IXGBE_AUTOC_AN_RESTART; in ixgbe_blink_led_stop_generic()
2718 ret_val = hw->mac.ops.prot_autoc_write(hw, autoc_reg, locked); in ixgbe_blink_led_stop_generic()