Searched refs:prot_autoc_write (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_82599.c | 164 ret_val = hw->mac.ops.prot_autoc_write(hw, in ixgbe_setup_sfp_modules_82599() 1019 status = hw->mac.ops.prot_autoc_write(hw, autoc, false); in ixgbe_setup_mac_link_82599() 1199 status = hw->mac.ops.prot_autoc_write(hw, in ixgbe_reset_hw_82599() 2341 .prot_autoc_write = &prot_autoc_write_82599,
|
D | ixgbe_x540.c | 822 .prot_autoc_write = &prot_autoc_write_generic,
|
D | ixgbe_common.c | 245 ret_val = hw->mac.ops.prot_autoc_write(hw, reg_bp, locked); in ixgbe_setup_fc() 2682 ret_val = hw->mac.ops.prot_autoc_write(hw, autoc_reg, locked); in ixgbe_blink_led_start_generic() 2718 ret_val = hw->mac.ops.prot_autoc_write(hw, autoc_reg, locked); in ixgbe_blink_led_stop_generic()
|
D | ixgbe_82598.c | 1199 .prot_autoc_write = &prot_autoc_write_generic,
|
D | ixgbe_x550.c | 1438 .prot_autoc_write = &prot_autoc_write_generic, \
|
D | ixgbe_type.h | 3037 s32 (*prot_autoc_write)(struct ixgbe_hw *, u32, bool); member
|