Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_gld.c235 mode != MAC_LED_OFF && in ixgbe_led_set()
263 case MAC_LED_OFF: in ixgbe_led_set()
359 mcl->mcl_modes = MAC_LED_DEFAULT | MAC_LED_ON | MAC_LED_OFF | in ixgbe_m_getcapab()
/illumos-gate/usr/src/cmd/dlutil/
H A Ddlled.c48 { "off", MAC_LED_OFF },
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_gld.c701 mode != MAC_LED_OFF && in i40e_gld_led_set()
721 case MAC_LED_OFF: in i40e_gld_led_set()
815 mcl->mcl_modes = MAC_LED_DEFAULT | MAC_LED_IDENT | MAC_LED_OFF | in i40e_m_getcapab()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac.h274 MAC_LED_OFF = (1 << 1), enumerator
H A Dmac_impl.h904 #define MAC_LED_ALL (MAC_LED_DEFAULT | MAC_LED_OFF | MAC_LED_IDENT | \
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_gld.c883 mode != MAC_LED_OFF && in igb_led_set()
906 case MAC_LED_OFF: in igb_led_set()
998 cap_led->mcl_modes |= MAC_LED_OFF; in igb_m_getcapab()
/illumos-gate/usr/src/uts/common/io/igc/
H A Digc_gld.c801 case MAC_LED_OFF: in igc_led_set()
864 led->mcl_modes = MAC_LED_DEFAULT | MAC_LED_OFF | MAC_LED_ON | in igc_m_getcapab()
/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx_gld.c367 case MAC_LED_OFF: in mlxcx_mac_led_set()
1171 cap_leds->mcl_modes = MAC_LED_DEFAULT | MAC_LED_OFF | in mlxcx_mac_getcapab()
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c3207 mode != MAC_LED_OFF && in e1000g_led_set()
3213 if ((mode == MAC_LED_IDENT || mode == MAC_LED_OFF || in e1000g_led_set()
3263 case MAC_LED_OFF: in e1000g_led_set()
3341 cap_led->mcl_modes |= MAC_LED_OFF; in e1000g_m_getcapab()
3356 ((cap_led->mcl_modes & MAC_LED_OFF) != 0) && in e1000g_m_getcapab()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac.c8905 } else if (desired & MAC_LED_OFF) { in mac_led_set()
8906 driver = MAC_LED_OFF; in mac_led_set()