Searched refs:ixgbe_led_off_generic (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/sys/dev/ixgbe/
H A Dixgbe_common.h76 s32 ixgbe_led_off_generic(struct ixgbe_hw *hw, u32 index);
H A Dixgbe_common.c112 mac->ops.led_off = &ixgbe_led_off_generic;
1126 * ixgbe_led_off_generic - Turns off the software controllable LEDs.
1130 s32 ixgbe_led_off_generic(struct ixgbe_hw *hw, u32 index) function
1134 DEBUGFUNC("ixgbe_led_off_generic");

Completed in 54 milliseconds