Searched refs:pci_msi_vec_count (Results 1 – 5 of 5) sorted by relevance
37 msi = max(pci_msi_vec_count(pdev), 0); in its_pci_msi_vec_count()
426 nvec = pci_msi_vec_count(dev); in __pci_enable_msi_range()472 int pci_msi_vec_count(struct pci_dev *dev) in pci_msi_vec_count() function485 EXPORT_SYMBOL(pci_msi_vec_count);
148 此外,还有一些API来提供支持的MSI或MSI-X向量的数量:pci_msi_vec_count()和
180 vectors: pci_msi_vec_count() and pci_msix_vec_count(). In general these
1561 int pci_msi_vec_count(struct pci_dev *dev);1594 static inline int pci_msi_vec_count(struct pci_dev *dev) { return -ENOSYS; } in pci_msi_vec_count() function
Completed in 14 milliseconds