Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/dlutil/
H A Ddlled.c48 { "off", MAC_LED_OFF },
/titanic_44/usr/src/uts/common/io/i40e/
H A Di40e_gld.c681 mode != MAC_LED_OFF && in i40e_gld_led_set()
701 case MAC_LED_OFF: in i40e_gld_led_set()
793 mcl->mcl_modes = MAC_LED_DEFAULT | MAC_LED_IDENT | MAC_LED_OFF | in i40e_m_getcapab()
/titanic_44/usr/src/uts/common/sys/
H A Dmac.h250 MAC_LED_OFF = (1 << 1), enumerator
H A Dmac_impl.h930 #define MAC_LED_ALL (MAC_LED_DEFAULT | MAC_LED_OFF | MAC_LED_IDENT | \
/titanic_44/usr/src/uts/common/io/igb/
H A Digb_gld.c901 mode != MAC_LED_OFF && in igb_led_set()
924 case MAC_LED_OFF: in igb_led_set()
1014 cap_led->mcl_modes |= MAC_LED_OFF; in igb_m_getcapab()
/titanic_44/usr/src/uts/common/io/e1000g/
H A De1000g_main.c3171 mode != MAC_LED_OFF && in e1000g_led_set()
3177 if ((mode == MAC_LED_IDENT || mode == MAC_LED_OFF || in e1000g_led_set()
3227 case MAC_LED_OFF: in e1000g_led_set()
3305 cap_led->mcl_modes |= MAC_LED_OFF; in e1000g_m_getcapab()
3320 ((cap_led->mcl_modes & MAC_LED_OFF) != 0) && in e1000g_m_getcapab()
/titanic_44/usr/src/uts/common/io/mac/
H A Dmac.c8241 } else if (desired & MAC_LED_OFF) { in mac_led_set()
8242 driver = MAC_LED_OFF; in mac_led_set()