Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/bce/
H A Dif_bce.c3563 if (sc->bce_irq_type == PCI_INTR_TYPE_MSIX) { in bce_reset()
3729 if (sc->bce_irq_type == PCI_INTR_TYPE_MSIX) in bce_blockinit()
3734 sc->bce_irq_type == PCI_INTR_TYPE_MSIX) { in bce_blockinit()
3745 if (sc->bce_irq_type == PCI_INTR_TYPE_MSIX) in bce_blockinit()
6083 if (sc->bce_irq_type == PCI_INTR_TYPE_MSIX) { in bce_add_sysctls()
6749 if (sc->bce_irq_type == PCI_INTR_TYPE_MSIX) in bce_alloc_intr()
6848 sc->bce_irq_type = PCI_INTR_TYPE_MSIX; in bce_try_alloc_msix()
6965 if (sc->bce_irq_type != PCI_INTR_TYPE_MSIX) { in bce_free_intr()
6970 if (sc->bce_irq_type == PCI_INTR_TYPE_MSI) in bce_free_intr()
6991 if (sc->bce_irq_type == PCI_INTR_TYPE_MSIX) in bce_setup_intr()
[all …]
H A Dif_bcereg.h5940 int bce_irq_type; member