Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/e1000/base/
H A De1000_mac.c1891 ledctl &= ~(E1000_LEDCTL_LED0_IVRT | E1000_LEDCTL_LED0_BLINK | in e1000_setup_led_generic()
1948 if ((!(led_default & E1000_LEDCTL_LED0_IVRT) && in e1000_blink_led_generic()
1950 ((led_default & E1000_LEDCTL_LED0_IVRT) && in e1000_blink_led_generic()
H A De1000_defines.h355 #define E1000_LEDCTL_LED0_IVRT 0x00000040 macro
H A De1000_82571.c1463 ctrl |= (E1000_LEDCTL_LED0_IVRT << (i * 8)); in e1000_led_on_82574()