Searched defs:LEDflags (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_xioctl.h220 uint32_t LEDflags; member in struct:ql_ledstate
236 * ledstate LEDflags definitions
245 * 24xx ledstate LEDflags definitions
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_xioctl.c5906 xp->ledstate.LEDflags = LED_ALL_OFF;
5929 xp->ledstate.LEDflags = LED_YELLOW_24 | LED_AMBER_24;
5931 xp->ledstate.LEDflags = LED_GREEN;
6034 nextstate = (xp->ledstate.LEDflags) &
6037 nextstate = (xp->ledstate.LEDflags) &
6050 * drive the led's as determined by LEDflags
6054 * LEDflags: LED flags
6060 ql_drive_led(ql_adapter_state_t *ha, uint32_t LEDflags) argument
6079 gpio_data = (uint16_t)(gpio_data | LEDflags);
6098 gpio_data |= LEDflags;
[all...]

Completed in 55 milliseconds