Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_common.h25 int ixgbe_led_off_generic(struct ixgbe_hw *hw, u32 index);
H A Dixgbe_x540.c852 .led_off = &ixgbe_led_off_generic,
H A Dixgbe_82598.c1134 .led_off = &ixgbe_led_off_generic,
H A Dixgbe_82599.c2197 .led_off = &ixgbe_led_off_generic,
H A Dixgbe_x550.c3965 .led_off = ixgbe_led_off_generic,
4056 .led_off = ixgbe_led_off_generic,
H A Dixgbe_e610.c3994 .led_off = ixgbe_led_off_generic,
H A Dixgbe_common.c837 int ixgbe_led_off_generic(struct ixgbe_hw *hw, u32 index) in ixgbe_led_off_generic() function