Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c10517 ahci_ctl_t *aelta_ctl; member
10541 mutex_enter(&led->aelta_ctl->ahcictl_mutex); in ahci_em_led_task()
10542 if (led->aelta_ctl->ahcictl_em_flags != AHCI_EM_USABLE) { in ahci_em_led_task()
10544 mutex_exit(&led->aelta_ctl->ahcictl_mutex); in ahci_em_led_task()
10548 state = led->aelta_ctl->ahcictl_em_state[led->aelta_port]; in ahci_em_led_task()
10549 mutex_exit(&led->aelta_ctl->ahcictl_mutex); in ahci_em_led_task()
10566 ret = ahci_em_set_led(led->aelta_ctl, led->aelta_port, state); in ahci_em_led_task()
10568 mutex_enter(&led->aelta_ctl->ahcictl_mutex); in ahci_em_led_task()
10570 led->aelta_ctl->ahcictl_em_state[led->aelta_port] = state; in ahci_em_led_task()
10574 led->aelta_ctl->ahcictl_em_flags |= AHCI_EM_TIMEOUT; in ahci_em_led_task()
[all …]