Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_common.h25 s32 ixgbe_led_off_generic(struct ixgbe_hw *hw, u32 index);
H A Dixgbe_x540.c845 .led_off = &ixgbe_led_off_generic,
H A Dixgbe_82598.c1133 .led_off = &ixgbe_led_off_generic,
H A Dixgbe_82599.c2186 .led_off = &ixgbe_led_off_generic,
H A Dixgbe_x550.c3847 .led_off = ixgbe_led_off_generic,
3934 .led_off = ixgbe_led_off_generic,
H A Dixgbe_common.c824 s32 ixgbe_led_off_generic(struct ixgbe_hw *hw, u32 index) in ixgbe_led_off_generic() function