Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/sata/adapters/si3124/
H A Dsi3124var.h214 #define SI_NO_TIMEOUTS 0x08 macro
/illumos-gate/usr/src/uts/common/io/sata/adapters/si3124/
H A Dsi3124.c830 si_ctlp->sictl_flags |= SI_NO_TIMEOUTS; in si_detach()
832 si_ctlp->sictl_flags &= ~SI_NO_TIMEOUTS; in si_detach()
889 si_ctlp->sictl_flags |= SI_NO_TIMEOUTS; in si_detach()
891 si_ctlp->sictl_flags &= ~SI_NO_TIMEOUTS; in si_detach()
972 si_ctlp->sictl_flags |= SI_NO_TIMEOUTS; in si_power()
974 si_ctlp->sictl_flags &= ~SI_NO_TIMEOUTS; in si_power()
5671 if (!(si_ctlp->sictl_flags & SI_NO_TIMEOUTS)) { in si_watchdog_handler()