Home
last modified time | relevance | path

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

/linux-6.15/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_x550.c3849 .led_off = ixgbe_led_off_generic,
3936 .led_off = ixgbe_led_off_generic,
H A Dixgbe_82599.c2190 .led_off = &ixgbe_led_off_generic,
H A Dixgbe_e610.c2621 .led_off = ixgbe_led_off_generic,
H A Dixgbe_common.c836 int ixgbe_led_off_generic(struct ixgbe_hw *hw, u32 index) in ixgbe_led_off_generic() function