Home
last modified time | relevance | path

Searched refs:ixgbe_led_off (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_api.h96 s32 ixgbe_led_off(struct ixgbe_hw *hw, u32 index);
H A Dixgbe_api.c751 s32 ixgbe_led_off(struct ixgbe_hw *hw, u32 index) in ixgbe_led_off() function
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_gld.c264 if (ixgbe_led_off(hw, lidx) != IXGBE_SUCCESS) in ixgbe_led_set()