Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ral/
HDif_ral_pci.c154 int sc_irq_type; member
253 psc->sc_irq_type = pci_alloc_1intr(dev, ~ral_msi_disable, in ral_pci_attach()
316 if (psc->sc_irq_type == PCI_INTR_TYPE_MSI) in ral_pci_detach()
/dragonfly/sys/dev/disk/sili/
HDsili_attach.c142 sc->sc_irq_type = pci_alloc_1intr(dev, msi_enable, &sc->sc_rid_irq, in sili_pci_attach()
367 if (sc->sc_irq_type == PCI_INTR_TYPE_MSI) in sili_pci_detach()
HDsili.h813 int sc_irq_type; member
/dragonfly/sys/dev/disk/ahci/
HDahci_attach.c280 sc->sc_irq_type = pci_alloc_1intr(dev, msi_enable, in ahci_pci_attach()
640 if (sc->sc_irq_type == PCI_INTR_TYPE_MSI) in ahci_pci_detach()
HDahci.h526 int sc_irq_type; member
/dragonfly/sys/dev/netif/et/
HDif_etvar.h220 int sc_irq_type; member
HDif_et.c290 sc->sc_irq_type = pci_alloc_1intr(dev, et_msi_enable, in et_attach()
407 if (sc->sc_irq_type == PCI_INTR_TYPE_MSI) in et_detach()