Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/intel/ixgbe/
Dixgbe_82599.c141 ret_val = hw->mac.ops.prot_autoc_write(hw, in ixgbe_setup_sfp_modules_82599()
846 status = hw->mac.ops.prot_autoc_write(hw, autoc, false); in ixgbe_setup_mac_link_82599()
1027 status = hw->mac.ops.prot_autoc_write(hw, in ixgbe_reset_hw_82599()
2216 .prot_autoc_write = &prot_autoc_write_82599,
Dixgbe_x540.c876 .prot_autoc_write = &prot_autoc_write_generic,
Dixgbe_82598.c1157 .prot_autoc_write = &prot_autoc_write_generic,
Dixgbe_common.c247 ret_val = hw->mac.ops.prot_autoc_write(hw, reg_bp, locked); in ixgbe_setup_fc_generic()
2776 ret_val = hw->mac.ops.prot_autoc_write(hw, autoc_reg, locked); in ixgbe_blink_led_start_generic()
2815 ret_val = hw->mac.ops.prot_autoc_write(hw, autoc_reg, locked); in ixgbe_blink_led_stop_generic()
Dixgbe_type.h3429 s32 (*prot_autoc_write)(struct ixgbe_hw *, u32, bool); member
Dixgbe_x550.c3909 .prot_autoc_write = prot_autoc_write_generic,