Searched defs:led_mode (Results 1 - 7 of 7) sorted by relevance

/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/ural/
H A Dural_var.h106 int led_mode; member in struct:ural_softc
/illumos-gate/usr/src/uts/common/io/ral/
H A Drt2560_var.h183 int led_mode; member in struct:rt2560_softc
/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/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);
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtg3.h2135 enum phy_led_mode led_mode; member in struct:tg3

Completed in 403 milliseconds