Searched refs:led_idx (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/ixgbe/ |
H A D | ixgbe_x550.h | 117 s32 ixgbe_led_on_t_X550em(struct ixgbe_hw *hw, u32 led_idx); 118 s32 ixgbe_led_off_t_X550em(struct ixgbe_hw *hw, u32 led_idx);
|
H A D | ixgbe_x550.c | 4516 s32 ixgbe_led_on_t_X550em(struct ixgbe_hw *hw, u32 led_idx) in ixgbe_led_on_t_X550em() argument 4522 if (led_idx >= IXGBE_X557_MAX_LED_INDEX) in ixgbe_led_on_t_X550em() 4526 ixgbe_read_phy_reg(hw, IXGBE_X557_LED_PROVISIONING + led_idx, in ixgbe_led_on_t_X550em() 4529 ixgbe_write_phy_reg(hw, IXGBE_X557_LED_PROVISIONING + led_idx, in ixgbe_led_on_t_X550em() 4533 return ixgbe_led_on_generic(hw, led_idx); in ixgbe_led_on_t_X550em() 4541 s32 ixgbe_led_off_t_X550em(struct ixgbe_hw *hw, u32 led_idx) in ixgbe_led_off_t_X550em() argument 4547 if (led_idx >= IXGBE_X557_MAX_LED_INDEX) in ixgbe_led_off_t_X550em() 4551 ixgbe_read_phy_reg(hw, IXGBE_X557_LED_PROVISIONING + led_idx, in ixgbe_led_off_t_X550em() 4554 ixgbe_write_phy_reg(hw, IXGBE_X557_LED_PROVISIONING + led_idx, in ixgbe_led_off_t_X550em() 4558 return ixgbe_led_off_generic(hw, led_idx); in ixgbe_led_off_t_X550em()
|