Home
last modified time | relevance | path

Searched refs:MAC_LED_ON (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/cmd/dlutil/
H A Ddlled.c49 { "on", MAC_LED_ON },
/titanic_50/usr/src/uts/common/io/i40e/
H A Di40e_gld.c682 mode != MAC_LED_ON) in i40e_gld_led_set()
704 case MAC_LED_ON: in i40e_gld_led_set()
794 MAC_LED_ON; in i40e_m_getcapab()
/titanic_50/usr/src/uts/common/sys/
H A Dmac.h252 MAC_LED_ON = (1 << 3) enumerator
H A Dmac_impl.h931 MAC_LED_ON)
/titanic_50/usr/src/uts/common/io/igb/
H A Digb_gld.c902 mode != MAC_LED_ON) in igb_led_set()
928 case MAC_LED_ON: in igb_led_set()
1018 cap_led->mcl_modes |= MAC_LED_ON; in igb_m_getcapab()
/titanic_50/usr/src/uts/common/io/e1000g/
H A De1000g_main.c3172 mode != MAC_LED_ON) in e1000g_led_set()
3178 mode == MAC_LED_ON) && in e1000g_led_set()
3233 case MAC_LED_ON: in e1000g_led_set()
3311 cap_led->mcl_modes |= MAC_LED_ON; in e1000g_m_getcapab()
3321 ((cap_led->mcl_modes & MAC_LED_ON) != 0)) { in e1000g_m_getcapab()
/titanic_50/usr/src/uts/common/io/mac/
H A Dmac.c8243 } else if (desired & MAC_LED_ON) { in mac_led_set()
8244 driver = MAC_LED_ON; in mac_led_set()