Searched refs:led_idx (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_x550.c | 2699 static s32 ixgbe_led_on_t_x550em(struct ixgbe_hw *hw, u32 led_idx) in ixgbe_led_on_t_x550em() argument 2703 if (led_idx >= IXGBE_X557_MAX_LED_INDEX) in ixgbe_led_on_t_x550em() 2707 hw->phy.ops.read_reg(hw, IXGBE_X557_LED_PROVISIONING + led_idx, in ixgbe_led_on_t_x550em() 2710 hw->phy.ops.write_reg(hw, IXGBE_X557_LED_PROVISIONING + led_idx, in ixgbe_led_on_t_x550em() 2721 static s32 ixgbe_led_off_t_x550em(struct ixgbe_hw *hw, u32 led_idx) in ixgbe_led_off_t_x550em() argument 2725 if (led_idx >= IXGBE_X557_MAX_LED_INDEX) in ixgbe_led_off_t_x550em() 2729 hw->phy.ops.read_reg(hw, IXGBE_X557_LED_PROVISIONING + led_idx, in ixgbe_led_off_t_x550em() 2732 hw->phy.ops.write_reg(hw, IXGBE_X557_LED_PROVISIONING + led_idx, in ixgbe_led_off_t_x550em()
|