Home
last modified time | relevance | path

Searched refs:max_vecs (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/Documentation/PCI/
Dmsi-howto.rst97 unsigned int max_vecs, unsigned int flags);
99 which allocates up to max_vecs interrupt vectors for a PCI device. It
146 'max_vecs' parameters::
154 'min_vecs' and 'max_vecs'::
/Linux-v5.4/drivers/pci/
Dmsi.c1189 unsigned int max_vecs, unsigned int flags, in pci_alloc_irq_vectors_affinity() argument
1206 max_vecs, affd, flags); in pci_alloc_irq_vectors_affinity()
1212 msi_vecs = __pci_enable_msi_range(dev, min_vecs, max_vecs, in pci_alloc_irq_vectors_affinity()
/Linux-v5.4/include/linux/
Dpci.h1451 unsigned int max_vecs, unsigned int flags,
1477 unsigned int max_vecs, unsigned int flags, in pci_alloc_irq_vectors_affinity() argument
1764 unsigned int max_vecs, unsigned int flags, in pci_alloc_irq_vectors_affinity() argument
1773 unsigned int max_vecs, unsigned int flags) in pci_alloc_irq_vectors() argument
1775 return pci_alloc_irq_vectors_affinity(dev, min_vecs, max_vecs, flags, in pci_alloc_irq_vectors()
Dbio.h430 unsigned short max_vecs);
/Linux-v5.4/block/
Dbio.c268 unsigned short max_vecs) in bio_init() argument
275 bio->bi_max_vecs = max_vecs; in bio_init()