Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_gld.c713 i40e_led_set(hw, i40e->i40e_led_status, B_FALSE); in i40e_gld_led_set()
719 i40e_led_set(hw, 0xf, B_TRUE); in i40e_gld_led_set()
722 i40e_led_set(hw, 0x0, B_FALSE); in i40e_gld_led_set()
725 i40e_led_set(hw, 0xf, B_FALSE); in i40e_gld_led_set()
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_prototype.h96 void i40e_led_set(struct i40e_hw *hw, u32 mode, bool blink);
H A Di40e_common.c1611 void i40e_led_set(struct i40e_hw *hw, u32 mode, bool blink) in i40e_led_set() function