Searched refs:i40e_led_set (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/intel/i40e/ | 
| D | i40e_prototype.h | 53 void i40e_led_set(struct i40e_hw *hw, u32 mode, bool blink);
  | 
| D | i40e_ethtool.c | 2684 			i40e_led_set(hw, 0xf, false);  in i40e_set_phys_id() 2690 			i40e_led_set(hw, 0x0, false);  in i40e_set_phys_id() 2696 			i40e_led_set(hw, pf->led_status, false);  in i40e_set_phys_id()
  | 
| D | i40e_common.c | 1507 void i40e_led_set(struct i40e_hw *hw, u32 mode, bool blink)  in i40e_led_set()  function
  |