Home
last modified time | relevance | path

Searched refs:i40e_led_set_phy (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_prototype.h70 int i40e_led_set_phy(struct i40e_hw *hw, bool on,
H A Di40e_ethtool.c2834 ret = i40e_led_set_phy(hw, true, pf->led_status, 0); in i40e_set_phys_id()
2840 ret = i40e_led_set_phy(hw, false, pf->led_status, 0); in i40e_set_phys_id()
2846 ret = i40e_led_set_phy(hw, false, pf->led_status, in i40e_set_phys_id()
H A Di40e_common.c5152 int i40e_led_set_phy(struct i40e_hw *hw, bool on, in i40e_led_set_phy() function