Searched refs:i40e_led_set (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/net/ethernet/intel/i40e/ |
D | i40e_prototype.h | 72 void i40e_led_set(struct i40e_hw *hw, u32 mode, bool blink);
|
D | i40e_ethtool.c | 2742 i40e_led_set(hw, 0xf, false); in i40e_set_phys_id() 2748 i40e_led_set(hw, 0x0, false); in i40e_set_phys_id() 2754 i40e_led_set(hw, pf->led_status, false); in i40e_set_phys_id()
|
D | i40e_common.c | 1397 void i40e_led_set(struct i40e_hw *hw, u32 mode, bool blink) in i40e_led_set() function
|