Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/sata/adapters/ahci/
H A Dahcivar.h449 int ahcictl_intr_type; /* What type of interrupt */ member
/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c929 ahci_ctlp->ahcictl_intr_type = DDI_INTR_TYPE_MSI; in ahci_attach()
943 ahci_ctlp->ahcictl_intr_type = DDI_INTR_TYPE_FIXED; in ahci_attach()
8410 if ((ahci_ctlp->ahcictl_intr_type == DDI_INTR_TYPE_MSI) && in ahci_rem_intrs()