Home
last modified time | relevance | path

Searched refs:PCIY_MSI (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/dev/oce/
H A Doce_hw.c215 if (pci_find_cap(sc->dev, PCIY_MSI, &val) == 0) { in oce_get_pci_capabilities()
/freebsd/usr.sbin/bhyve/
H A Dpci_passthru.c232 if (cap == PCIY_MSI) { in cfginitmsi()
1040 PCIY_MSI); in passthru_cfgwrite_default()
H A Dpci_emul.c1164 msicap->capid = PCIY_MSI; in pci_populate_msicap()
1402 case PCIY_MSI: in pci_emul_capwrite()
/freebsd/sys/dev/pci/
H A Dpcireg.h139 #define PCIY_MSI 0x05 /* Message Signaled Interrupts */ macro
H A Dpci.c923 case PCIY_MSI: /* PCI MSI */ in pci_read_cap()
/freebsd/sys/dev/virtio/pci/
H A Dvirtio_pci.c156 if (pci_find_cap(dev, PCIY_MSI, NULL) != 0) in vtpci_init()
/freebsd/usr.sbin/pciconf/
H A Dcap.c910 case PCIY_MSI: in list_caps()
/freebsd/sys/dev/bge/
H A Dif_bge.c3618 if (pci_find_cap(sc->bge_dev, PCIY_MSI, &reg) == 0) { in bge_attach()
/freebsd/sys/dev/bce/
H A Dif_bce.c844 if (pci_find_cap(dev, PCIY_MSI, &reg) == 0) { in bce_probe_pci_caps()
/freebsd/sys/dev/bxe/
H A Dbxe.c13245 if (pci_find_cap(sc->dev, PCIY_MSI, &reg) == 0) { in bxe_probe_pci_caps()