Home
last modified time | relevance | path

Searched refs:intr_type (Results 1 – 16 of 16) sorted by relevance

/dragonfly/sys/dev/crypto/tpm/
H A Dtpm_tis.c150 sc->intr_type = -1; in tpmtis_attach()
244 if (sc->intr_type != -1 && sc->intr_type & status) in tpmtis_intr_handler()
258 if(sc->interrupts && sc->intr_type != -1) { in tpm_wait_for_u32()
261 sc->intr_type = -1; in tpm_wait_for_u32()
347 sc->intr_type = TPM_INT_STS_LOC_CHANGE; in tpmtis_request_locality()
388 sc->intr_type = TPM_INT_STS_CMD_RDY; in tpmtis_go_ready()
424 sc->intr_type = TPM_INT_STS_VALID; in tpmtis_transmit()
448 sc->intr_type = TPM_INT_STS_DATA_AVAIL; in tpmtis_transmit()
463 sc->intr_type = TPM_INT_STS_DATA_AVAIL; in tpmtis_transmit()
H A Dtpm20.h116 int intr_type; /* Current event type */ member
/dragonfly/sys/bus/smbus/ichiic/
H A Dig4_pci.c180 sc->intr_type = pci_alloc_1intr(dev, msi_enable, in ig4iic_pci_attach()
219 if (sc->intr_type == PCI_INTR_TYPE_MSI) in ig4iic_pci_detach()
H A Dig4_var.h68 int intr_type; member
/dragonfly/sys/dev/raid/tws/
H A Dtws.h249 int intr_type; /* Interrupt type used */ member
H A Dtws.c381 if (sc->intr_type == PCI_INTR_TYPE_MSI) in tws_detach()
426 sc->intr_type = pci_alloc_1intr(sc->tws_dev, tws_msi_enable, in tws_setup_irq()
437 if (sc->intr_type == PCI_INTR_TYPE_MSI) in tws_setup_irq()
/dragonfly/sys/dev/netif/ix/
H A Dif_ix.c1095 if (sc->intr_type == PCI_INTR_TYPE_MSIX) { in ix_init()
3188 if (sc->intr_type == PCI_INTR_TYPE_MSIX) { in ix_enable_intr()
3210 if (sc->intr_type == PCI_INTR_TYPE_MSIX) { in ix_enable_intr()
3235 if (sc->intr_type == PCI_INTR_TYPE_MSIX) in ix_disable_intr()
3896 if (sc->intr_type == PCI_INTR_TYPE_MSIX) { in ix_alloc_intr()
3950 sc->intr_type = PCI_INTR_TYPE_MSI; in ix_alloc_intr()
3953 sc->intr_type = PCI_INTR_TYPE_LEGACY; in ix_alloc_intr()
4011 if (sc->intr_type != PCI_INTR_TYPE_MSIX) { in ix_free_intr()
4019 if (sc->intr_type == PCI_INTR_TYPE_MSI) in ix_free_intr()
4383 if (sc->intr_type == PCI_INTR_TYPE_MSIX) { in ix_add_sysctl()
[all …]
H A Dif_ix.h352 int intr_type; member
/dragonfly/sys/dev/netif/mxge/
H A Dif_mxge_var.h141 int intr_type; member
H A Dif_mxge.c4392 if (sc->intr_type != PCI_INTR_TYPE_LEGACY) in mxge_attach()
4618 sc->intr_type = PCI_INTR_TYPE_MSIX; in mxge_alloc_msix()
4637 KKASSERT(sc->intr_type == PCI_INTR_TYPE_MSIX); in mxge_alloc_intr()
4643 sc->intr_type = pci_alloc_1intr(sc->dev, mxge_msi_enable, in mxge_alloc_intr()
4653 if (sc->intr_type == PCI_INTR_TYPE_LEGACY) in mxge_alloc_intr()
4705 if (sc->intr_type != PCI_INTR_TYPE_MSIX) { in mxge_free_intr()
4712 if (sc->intr_type == PCI_INTR_TYPE_MSI) in mxge_free_intr()
/dragonfly/sys/dev/netif/em/
H A Dif_em.h281 int intr_type; member
H A Dif_em.c2488 adapter->intr_type = pci_alloc_1intr(dev, msi_enable, in em_alloc_pci_res()
2491 if (adapter->intr_type == PCI_INTR_TYPE_LEGACY) { in em_alloc_pci_res()
2510 adapter->intr_type == PCI_INTR_TYPE_MSI ? in em_alloc_pci_res()
2536 if (adapter->intr_type == PCI_INTR_TYPE_MSI) in em_free_pci_res()
/dragonfly/sys/dev/netif/emx/
H A Dif_emx.h380 int intr_type; member
H A Dif_emx.c639 sc->intr_type = pci_alloc_1intr(dev, msi_enable, in emx_attach()
642 if (sc->intr_type == PCI_INTR_TYPE_LEGACY) { in emx_attach()
661 sc->intr_type == PCI_INTR_TYPE_MSI ? "MSI" : "legacy intr"); in emx_attach()
1019 if (sc->intr_type == PCI_INTR_TYPE_MSI) in emx_detach()
/dragonfly/sys/dev/netif/igb/
H A Dif_igb.c1714 if (sc->intr_type == PCI_INTR_TYPE_MSIX) { in igb_add_sysctl()
2903 if (sc->intr_type == PCI_INTR_TYPE_MSIX) in igb_enable_intr()
3961 if (sc->intr_type == PCI_INTR_TYPE_MSIX) { in igb_init_unshared_intr()
4010 KASSERT(sc->intr_type != PCI_INTR_TYPE_MSIX, in igb_init_unshared_intr()
4064 if (sc->intr_type == PCI_INTR_TYPE_MSIX) { in igb_init_unshared_intr()
4107 if (sc->intr_type == PCI_INTR_TYPE_MSIX) { in igb_init_unshared_intr()
4280 if (sc->intr_type == PCI_INTR_TYPE_MSIX) { in igb_alloc_intr()
4325 if (sc->intr_type == PCI_INTR_TYPE_LEGACY) { in igb_alloc_intr()
4428 if (sc->intr_type != PCI_INTR_TYPE_MSIX) { in igb_free_intr()
4436 if (sc->intr_type == PCI_INTR_TYPE_MSI) in igb_free_intr()
[all …]
H A Dif_igb.h364 int intr_type; member