Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/sata/adapters/si3124/
H A Dsi3124var.h169 int sictl_flags; /* some important state of controller */ member
204 si_ctl_state_t::sictl_flags))
/illumos-gate/usr/src/uts/common/io/sata/adapters/si3124/
H A Dsi3124.c692 si_ctlp->sictl_flags |= SI_ATTACH; in si_attach()
694 si_ctlp->sictl_flags &= ~SI_ATTACH; in si_attach()
759 si_ctlp->sictl_flags |= SI_DETACH; in si_attach()
762 si_ctlp->sictl_flags &= ~SI_DETACH; in si_attach()
830 si_ctlp->sictl_flags |= SI_NO_TIMEOUTS; in si_detach()
832 si_ctlp->sictl_flags &= ~SI_NO_TIMEOUTS; in si_detach()
835 si_ctlp->sictl_flags |= SI_DETACH; in si_detach()
837 si_ctlp->sictl_flags &= ~SI_DETACH; 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()
[all …]