Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/bnx/
HDif_bnxvar.h384 int bnx_intr_type; member
HDif_bnx.c1631 if (sc->bnx_intr_type == PCI_INTR_TYPE_MSIX) in bnx_blockinit()
2381 if (sc->bnx_intr_type == PCI_INTR_TYPE_MSIX) { in bnx_attach()
3700 if (sc->bnx_intr_type == PCI_INTR_TYPE_MSI || in bnx_init()
3701 sc->bnx_intr_type == PCI_INTR_TYPE_MSIX) { in bnx_init()
5379 KKASSERT(sc->bnx_intr_type == PCI_INTR_TYPE_MSIX); in bnx_alloc_intr()
5392 sc->bnx_intr_type = pci_alloc_1intr(sc->bnx_dev, bnx_msi_enable, in bnx_alloc_intr()
5402 if (sc->bnx_intr_type == PCI_INTR_TYPE_MSI) { in bnx_alloc_intr()
5456 if (sc->bnx_intr_type != PCI_INTR_TYPE_MSIX) { in bnx_free_intr()
5466 if (sc->bnx_intr_type == PCI_INTR_TYPE_MSI) in bnx_free_intr()
6006 sc->bnx_intr_type = PCI_INTR_TYPE_MSIX; in bnx_alloc_msix()