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

/freebsd-13-stable/sys/dev/ixgbe/
H A Dixgbe_x550.h123 s32 ixgbe_led_on_t_X550em(struct ixgbe_hw *hw, u32 led_idx);
124 s32 ixgbe_led_off_t_X550em(struct ixgbe_hw *hw, u32 led_idx);
H A Dixgbe_x550.c4538 * @led_idx: led number to turn on
4540 s32 ixgbe_led_on_t_X550em(struct ixgbe_hw *hw, u32 led_idx) argument
4546 if (led_idx >= IXGBE_X557_MAX_LED_INDEX)
4550 ixgbe_read_phy_reg(hw, IXGBE_X557_LED_PROVISIONING + led_idx,
4553 ixgbe_write_phy_reg(hw, IXGBE_X557_LED_PROVISIONING + led_idx,
4557 return ixgbe_led_on_generic(hw, led_idx);
4563 * @led_idx: led number to turn off
4565 s32 ixgbe_led_off_t_X550em(struct ixgbe_hw *hw, u32 led_idx) argument
4571 if (led_idx >= IXGBE_X557_MAX_LED_INDEX)
4575 ixgbe_read_phy_reg(hw, IXGBE_X557_LED_PROVISIONING + led_idx,
[all...]

Completed in 53 milliseconds