Searched refs:led_idx (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/drivers/net/ixgbe/base/ |
| H A D | ixgbe_x550.h | 93 s32 ixgbe_led_on_t_X550em(struct ixgbe_hw *hw, u32 led_idx); 94 s32 ixgbe_led_off_t_X550em(struct ixgbe_hw *hw, u32 led_idx);
|
| H A D | ixgbe_x550.c | 4547 s32 ixgbe_led_on_t_X550em(struct ixgbe_hw *hw, u32 led_idx) in ixgbe_led_on_t_X550em() argument 4553 if (led_idx >= IXGBE_X557_MAX_LED_INDEX) in ixgbe_led_on_t_X550em() 4557 ixgbe_read_phy_reg(hw, IXGBE_X557_LED_PROVISIONING + led_idx, in ixgbe_led_on_t_X550em() 4560 ixgbe_write_phy_reg(hw, IXGBE_X557_LED_PROVISIONING + led_idx, in ixgbe_led_on_t_X550em() 4564 return ixgbe_led_on_generic(hw, led_idx); in ixgbe_led_on_t_X550em() 4572 s32 ixgbe_led_off_t_X550em(struct ixgbe_hw *hw, u32 led_idx) in ixgbe_led_off_t_X550em() argument 4578 if (led_idx >= IXGBE_X557_MAX_LED_INDEX) in ixgbe_led_off_t_X550em() 4582 ixgbe_read_phy_reg(hw, IXGBE_X557_LED_PROVISIONING + led_idx, in ixgbe_led_off_t_X550em() 4585 ixgbe_write_phy_reg(hw, IXGBE_X557_LED_PROVISIONING + led_idx, in ixgbe_led_off_t_X550em() 4589 return ixgbe_led_off_generic(hw, led_idx); in ixgbe_led_off_t_X550em()
|