Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_common.h24 s32 ixgbe_led_on_generic(struct ixgbe_hw *hw, u32 index);
H A Dixgbe_x540.c844 .led_on = &ixgbe_led_on_generic,
H A Dixgbe_82598.c1132 .led_on = &ixgbe_led_on_generic,
H A Dixgbe_82599.c2185 .led_on = &ixgbe_led_on_generic,
H A Dixgbe_x550.c3846 .led_on = ixgbe_led_on_generic,
3933 .led_on = ixgbe_led_on_generic,
H A Dixgbe_common.c803 s32 ixgbe_led_on_generic(struct ixgbe_hw *hw, u32 index) in ixgbe_led_on_generic() function