Searched refs:led_idx (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_x550.c | 2765 static s32 ixgbe_led_on_t_x550em(struct ixgbe_hw *hw, u32 led_idx) in ixgbe_led_on_t_x550em() argument 2769 if (led_idx >= IXGBE_X557_MAX_LED_INDEX) in ixgbe_led_on_t_x550em() 2773 hw->phy.ops.read_reg(hw, IXGBE_X557_LED_PROVISIONING + led_idx, in ixgbe_led_on_t_x550em() 2776 hw->phy.ops.write_reg(hw, IXGBE_X557_LED_PROVISIONING + led_idx, in ixgbe_led_on_t_x550em() 2787 static s32 ixgbe_led_off_t_x550em(struct ixgbe_hw *hw, u32 led_idx) in ixgbe_led_off_t_x550em() argument 2791 if (led_idx >= IXGBE_X557_MAX_LED_INDEX) in ixgbe_led_off_t_x550em() 2795 hw->phy.ops.read_reg(hw, IXGBE_X557_LED_PROVISIONING + led_idx, in ixgbe_led_off_t_x550em() 2798 hw->phy.ops.write_reg(hw, IXGBE_X557_LED_PROVISIONING + led_idx, in ixgbe_led_off_t_x550em()
|