Searched refs:max_vecs (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/Documentation/PCI/ |
D | msi-howto.rst | 97 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/ |
D | msi.c | 1189 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/ |
D | pci.h | 1451 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()
|
D | bio.h | 430 unsigned short max_vecs);
|
/Linux-v5.4/block/ |
D | bio.c | 268 unsigned short max_vecs) in bio_init() argument 275 bio->bi_max_vecs = max_vecs; in bio_init()
|