Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_x550.c2717 * @led_idx: led number to turn on
2719 static s32 ixgbe_led_on_t_x550em(struct ixgbe_hw *hw, u32 led_idx) in ixgbe_led_on_t_x550em() argument
2723 if (led_idx >= IXGBE_X557_MAX_LED_INDEX) in ixgbe_led_on_t_x550em()
2727 hw->phy.ops.read_reg(hw, IXGBE_X557_LED_PROVISIONING + led_idx, in ixgbe_led_on_t_x550em()
2730 hw->phy.ops.write_reg(hw, IXGBE_X557_LED_PROVISIONING + led_idx, in ixgbe_led_on_t_x550em()
2739 * @led_idx: led number to turn off
2741 static s32 ixgbe_led_off_t_x550em(struct ixgbe_hw *hw, u32 led_idx) in ixgbe_led_off_t_x550em() argument
2745 if (led_idx >= IXGBE_X557_MAX_LED_INDEX) in ixgbe_led_off_t_x550em()
2749 hw->phy.ops.read_reg(hw, IXGBE_X557_LED_PROVISIONING + led_idx, in ixgbe_led_off_t_x550em()
2752 hw->phy.ops.write_reg(hw, IXGBE_X557_LED_PROVISIONING + led_idx, in ixgbe_led_off_t_x550em()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_x550.c2767 * @led_idx: led number to turn on
2769 static s32 ixgbe_led_on_t_x550em(struct ixgbe_hw *hw, u32 led_idx) in ixgbe_led_on_t_x550em() argument
2773 if (led_idx >= IXGBE_X557_MAX_LED_INDEX) in ixgbe_led_on_t_x550em()
2777 hw->phy.ops.read_reg(hw, IXGBE_X557_LED_PROVISIONING + led_idx, in ixgbe_led_on_t_x550em()
2780 hw->phy.ops.write_reg(hw, IXGBE_X557_LED_PROVISIONING + led_idx, in ixgbe_led_on_t_x550em()
2789 * @led_idx: led number to turn off
2791 static s32 ixgbe_led_off_t_x550em(struct ixgbe_hw *hw, u32 led_idx) in ixgbe_led_off_t_x550em() argument
2795 if (led_idx >= IXGBE_X557_MAX_LED_INDEX) in ixgbe_led_off_t_x550em()
2799 hw->phy.ops.read_reg(hw, IXGBE_X557_LED_PROVISIONING + led_idx, in ixgbe_led_off_t_x550em()
2802 hw->phy.ops.write_reg(hw, IXGBE_X557_LED_PROVISIONING + led_idx, in ixgbe_led_off_t_x550em()
[all...]

Completed in 8 milliseconds