Searched refs:max_vecs (Results 1 – 5 of 5) sorted by relevance
/linux/Documentation/PCI/ |
A 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/include/linux/ |
A D | pci.h | 1535 unsigned int max_vecs, unsigned int flags, 1560 unsigned int max_vecs, unsigned int flags, in pci_alloc_irq_vectors_affinity() argument 1869 unsigned int max_vecs, unsigned int flags, in pci_alloc_irq_vectors_affinity() argument 1878 unsigned int max_vecs, unsigned int flags) in pci_alloc_irq_vectors() argument 1880 return pci_alloc_irq_vectors_affinity(dev, min_vecs, max_vecs, flags, in pci_alloc_irq_vectors()
|
A D | bio.h | 407 unsigned short max_vecs);
|
/linux/drivers/pci/ |
A D | msi.c | 1136 unsigned int max_vecs, unsigned int flags, in pci_alloc_irq_vectors_affinity() argument 1151 nvecs = __pci_enable_msix_range(dev, NULL, min_vecs, max_vecs, in pci_alloc_irq_vectors_affinity() 1158 nvecs = __pci_enable_msi_range(dev, min_vecs, max_vecs, affd); in pci_alloc_irq_vectors_affinity()
|
/linux/block/ |
A D | bio.c | 253 unsigned short max_vecs) in bio_init() argument 287 bio->bi_max_vecs = max_vecs; in bio_init()
|
Completed in 21 milliseconds