Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/ixgbe/
Dixgbe_82599.c510 u32 autoc_reg; in ixgbe_start_mac_link_82599() local
531 autoc_reg = IXGBE_READ_REG(hw, IXGBE_AUTOC); in ixgbe_start_mac_link_82599()
532 if ((autoc_reg & IXGBE_AUTOC_LMS_MASK) == in ixgbe_start_mac_link_82599()
534 (autoc_reg & IXGBE_AUTOC_LMS_MASK) == in ixgbe_start_mac_link_82599()
536 (autoc_reg & IXGBE_AUTOC_LMS_MASK) == in ixgbe_start_mac_link_82599()
667 u32 autoc_reg = IXGBE_READ_REG(hw, IXGBE_AUTOC); in ixgbe_setup_mac_link_smartspeed() local
723 if (((autoc_reg & IXGBE_AUTOC_KR_SUPP) == 0) || in ixgbe_setup_mac_link_smartspeed()
724 ((autoc_reg & IXGBE_AUTOC_KX4_KX_SUPP_MASK) == 0)) in ixgbe_setup_mac_link_smartspeed()
2014 u32 i, autoc_reg, autoc2_reg; in ixgbe_reset_pipeline_82599() local
2026 autoc_reg = IXGBE_READ_REG(hw, IXGBE_AUTOC); in ixgbe_reset_pipeline_82599()
[all …]
Dixgbe_82598.c418 u32 autoc_reg; in ixgbe_start_mac_link_82598() local
423 autoc_reg = IXGBE_READ_REG(hw, IXGBE_AUTOC); in ixgbe_start_mac_link_82598()
424 autoc_reg |= IXGBE_AUTOC_AN_RESTART; in ixgbe_start_mac_link_82598()
425 IXGBE_WRITE_REG(hw, IXGBE_AUTOC, autoc_reg); in ixgbe_start_mac_link_82598()
429 if ((autoc_reg & IXGBE_AUTOC_LMS_MASK) == in ixgbe_start_mac_link_82598()
431 (autoc_reg & IXGBE_AUTOC_LMS_MASK) == in ixgbe_start_mac_link_82598()
Dixgbe_common.c2333 u32 links2, anlp1_reg, autoc_reg, links; in ixgbe_fc_autoneg_backplane() local
2354 autoc_reg = IXGBE_READ_REG(hw, IXGBE_AUTOC); in ixgbe_fc_autoneg_backplane()
2357 ret_val = ixgbe_negotiate_fc(hw, autoc_reg, in ixgbe_fc_autoneg_backplane()
2739 u32 autoc_reg = IXGBE_READ_REG(hw, IXGBE_AUTOC); in ixgbe_blink_led_start_generic() local
2756 ret_val = hw->mac.ops.prot_autoc_read(hw, &locked, &autoc_reg); in ixgbe_blink_led_start_generic()
2760 autoc_reg |= IXGBE_AUTOC_AN_RESTART; in ixgbe_blink_led_start_generic()
2761 autoc_reg |= IXGBE_AUTOC_FLU; in ixgbe_blink_led_start_generic()
2763 ret_val = hw->mac.ops.prot_autoc_write(hw, autoc_reg, locked); in ixgbe_blink_led_start_generic()
2789 u32 autoc_reg = 0; in ixgbe_blink_led_stop_generic() local
2795 ret_val = hw->mac.ops.prot_autoc_read(hw, &locked, &autoc_reg); in ixgbe_blink_led_stop_generic()
[all …]