Searched refs:txgbe_led_on (Results 1 – 3 of 3) sorted by relevance
20 s32 txgbe_led_on(struct txgbe_hw *hw, u32 index);
510 s32 txgbe_led_on(struct txgbe_hw *hw, u32 index) in txgbe_led_on() function
3168 return txgbe_led_on(hw, TXGBE_LEDCTL_ACTIVE) == 0 ? 0 : -ENOTSUP; in txgbe_dev_led_on()