Searched refs:led_mode (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ural/
H A Dural_var.h106 int led_mode; member in struct:ural_softc
H A Dural.c1280 sc->led_mode = (val >> 6) & 0x7;
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Def10_phy.c284 unsigned int led_mode; local
363 led_mode = MC_CMD_LED_DEFAULT;
366 led_mode = MC_CMD_LED_OFF;
369 led_mode = MC_CMD_LED_ON;
373 led_mode = MC_CMD_LED_DEFAULT;
376 MCDI_IN_SET_DWORD(req, SET_ID_LED_IN_STATE, led_mode);
H A Dsiena_phy.c276 unsigned int led_mode; local
346 led_mode = MC_CMD_LED_DEFAULT;
349 led_mode = MC_CMD_LED_OFF;
352 led_mode = MC_CMD_LED_ON;
356 led_mode = MC_CMD_LED_DEFAULT;
359 MCDI_IN_SET_DWORD(req, SET_ID_LED_IN_STATE, led_mode);
/illumos-gate/usr/src/uts/common/io/ral/
H A Drt2560_var.h183 int led_mode; member in struct:rt2560_softc
H A Drt2560.c1816 sc->led_mode = (val >> 6) & 0x7;
/illumos-gate/usr/src/uts/common/io/rwn/
H A Drt2860_var.h212 int led_mode; member in struct:rt2860_softc
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtg3.c746 if (tp->led_mode == led_mode_three_link)
838 if ((tp->led_mode == led_mode_link10) ||
2530 tp->led_mode = led_mode_three_link;
2533 tp->led_mode = led_mode_link10;
2535 tp->led_mode = led_mode_three_link;
2538 tp->led_mode = eeprom_led_mode;
H A Dtg3.h2135 enum phy_led_mode led_mode; member in struct:tg3
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_hw_access.c1250 const u8_t led_mode )
1256 elink_res = elink_set_led( &pdev->params.link, &pdev->vars.link, led_mode, pdev->vars.link.line_speed );
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm.h1565 const u8_t led_mode );
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/common/
H A Dbnxe_clc.c14927 u8 led_mode; local
14965 led_mode = ELINK_LED_MODE_OFF;
14971 led_mode = ELINK_LED_MODE_OPER;
14982 elink_set_led(params, vars, led_mode, ELINK_SPEED_10000);
15090 u8 led_mode; local
15093 led_mode = MISC_REGISTERS_GPIO_HIGH;
15096 led_mode = MISC_REGISTERS_GPIO_LOW;
15103 led_mode);
15104 elink_set_e3_module_fault_led(params, led_mode);

Completed in 146 milliseconds