Searched refs:i40e_led_set (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
D | i40e_prototype.h | 76 void i40e_led_set(struct i40e_hw *hw, u32 mode, bool blink);
|
D | i40e_ethtool.c | 1826 i40e_led_set(hw, 0xF, false); in i40e_set_phys_id() 1829 i40e_led_set(hw, 0x0, false); in i40e_set_phys_id() 1832 i40e_led_set(hw, pf->led_status, false); in i40e_set_phys_id()
|
D | i40e_common.c | 1515 void i40e_led_set(struct i40e_hw *hw, u32 mode, bool blink) in i40e_led_set() function
|