Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_82599.c141 ret_val = hw->mac.ops.prot_autoc_write(hw, in ixgbe_setup_sfp_modules_82599()
849 status = hw->mac.ops.prot_autoc_write(hw, autoc, false); in ixgbe_setup_mac_link_82599()
1029 status = hw->mac.ops.prot_autoc_write(hw, in ixgbe_reset_hw_82599()
2219 .prot_autoc_write = &prot_autoc_write_82599,
H A Dixgbe_x540.c883 .prot_autoc_write = &prot_autoc_write_generic,
H A Dixgbe_82598.c1158 .prot_autoc_write = &prot_autoc_write_generic,
H A Dixgbe_common.c250 ret_val = hw->mac.ops.prot_autoc_write(hw, reg_bp, locked); in ixgbe_setup_fc_generic()
2775 ret_val = hw->mac.ops.prot_autoc_write(hw, autoc_reg, locked); in ixgbe_blink_led_start_generic()
2814 ret_val = hw->mac.ops.prot_autoc_write(hw, autoc_reg, locked); in ixgbe_blink_led_stop_generic()
H A Dixgbe_e610.c2632 .prot_autoc_write = prot_autoc_write_generic,
H A Dixgbe_type.h3474 int (*prot_autoc_write)(struct ixgbe_hw *, u32, bool); member
H A Dixgbe_x550.c3863 .prot_autoc_write = prot_autoc_write_generic,