Searched refs:prot_autoc_write (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_x540.c | 883 .prot_autoc_write = &prot_autoc_write_generic,
|
H A D | ixgbe_82598.c | 1158 .prot_autoc_write = &prot_autoc_write_generic,
|
H A D | ixgbe_common.c | 250 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()
|
H A D | ixgbe_e610.c | 3967 .prot_autoc_write = prot_autoc_write_generic,
|
H A D | ixgbe_type.h | 3511 int (*prot_autoc_write)(struct ixgbe_hw *, u32, bool); member
|
H A D | ixgbe_x550.c | 3979 .prot_autoc_write = prot_autoc_write_generic,
|