Searched refs:ixgbe_led_on_generic (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/ixgbe/
H A Dixgbe_common.h77 s32 ixgbe_led_on_generic(struct ixgbe_hw *hw, u32 index);
H A Dixgbe_common.c114 mac->ops.led_on = ixgbe_led_on_generic;
1200 * ixgbe_led_on_generic - Turns on the software controllable LEDs.
1204 s32 ixgbe_led_on_generic(struct ixgbe_hw *hw, u32 index) function
1208 DEBUGFUNC("ixgbe_led_on_generic");
H A Dixgbe_x550.c4557 return ixgbe_led_on_generic(hw, led_idx);

Completed in 188 milliseconds