Searched refs:pci_msi_count (Results 1 - 25 of 46) sorted by relevance

12

/freebsd-current/sys/dev/malo/
H A Dif_malo_pci.c176 msic = pci_msi_count(dev);
/freebsd-current/sys/dev/nvme/
H A Dnvme_pci.c328 ctrlr->msi_count = min(pci_msi_count(dev), 2);
/freebsd-current/sys/dev/pci/
H A Dvga_pci.c713 return (pci_msi_count(dev));
772 DEVMETHOD(pci_msi_count, vga_pci_msi_count),
H A Dpcivar.h616 pci_msi_count(device_t dev) function
/freebsd-current/sys/dev/dpaa2/
H A Ddpaa2_mac.c290 val = pci_msi_count(sc->dev);
H A Ddpaa2_io.c498 val = pci_msi_count(sc->dev);
/freebsd-current/sys/compat/linuxkpi/common/src/
H A Dlinux_pci.c340 if (pci_msi_count(dev) > 0)
341 pdev->msi_desc = malloc(pci_msi_count(dev) *
365 for (i = pci_msi_count(pdev->dev.bsddev) - 1; i >= 0; i--)
1241 nvec = pci_msi_count(pdev->dev.bsddev);
1287 if (pci_msi_count(pdev->dev.bsddev) < minv)
/freebsd-current/sys/dev/mpr/
H A Dmpr_pci.c309 msgs = pci_msi_count(dev);
/freebsd-current/sys/dev/mps/
H A Dmps_pci.c255 msgs = pci_msi_count(dev);
/freebsd-current/sys/dev/sfxge/
H A Dsfxge_intr.c352 count = pci_msi_count(dev) ? 1 : 0;
/freebsd-current/sys/dev/drm2/
H A Ddrm_pci.c411 msicount = pci_msi_count(dev->dev);
/freebsd-current/sys/dev/uart/
H A Duart_bus_pci.c327 pci_msi_count(dev) == 1) {
/freebsd-current/sys/dev/cxgbe/
H A Dt4_vf.c339 navail = pci_msi_count(sc->dev);
474 pci_msix_count(sc->dev), pci_msi_count(sc->dev));
/freebsd-current/sys/dev/ismt/
H A Dismt.c664 if (pci_msi_count(dev) == 0) {
/freebsd-current/sys/amd64/vmm/io/
H A Dppt.c569 msi_count = pci_msi_count(ppt->dev);
/freebsd-current/sys/dev/vmware/vmci/
H A Dvmci.c757 pci_msix_count(sc->vmci_dev) : pci_msi_count(sc->vmci_dev);
/freebsd-current/sys/dev/mvs/
H A Dmvs_pci.c300 msi = min(1, pci_msi_count(dev));
/freebsd-current/sys/dev/virtio/pci/
H A Dvirtio_pci.c421 nmsi = pci_msi_count(dev);
/freebsd-current/sys/dev/ata/
H A Data-pci.c802 if (msi && pci_msi_count(dev) > 0 && pci_alloc_msi(dev, &msi) == 0) {
/freebsd-current/sys/dev/ahci/
H A Dahci_pci.c501 msi_count = pci_msi_count(dev);
/freebsd-current/sys/dev/bhnd/bhndb/
H A Dbhndb_pci.c331 if (pci_msi_count(sc->parent) < BHNDB_PCI_MSI_COUNT)
/freebsd-current/sys/dev/sume/
H A Dif_sume.c585 count = pci_msi_count(dev);
/freebsd-current/sys/dev/isp/
H A Disp_pci.c1266 pcs->msicount = imin(pci_msi_count(dev), max_irq);
/freebsd-current/sys/dev/vmware/pvscsi/
H A Dpvscsi.c1502 if (sc->use_msi_or_msix == 0 && use_msi && pci_msi_count(sc->dev) > 0) {
/freebsd-current/sys/dev/ae/
H A Dif_ae.c281 nmsi = pci_msi_count(dev);

Completed in 466 milliseconds

12