Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/pci/msi/
Dapi.c235 unsigned int max_vecs, unsigned int flags) in pci_alloc_irq_vectors() argument
237 return pci_alloc_irq_vectors_affinity(dev, min_vecs, max_vecs, in pci_alloc_irq_vectors()
255 unsigned int max_vecs, unsigned int flags, in pci_alloc_irq_vectors_affinity() argument
270 nvecs = __pci_enable_msix_range(dev, NULL, min_vecs, max_vecs, in pci_alloc_irq_vectors_affinity()
277 nvecs = __pci_enable_msi_range(dev, min_vecs, max_vecs, affd); in pci_alloc_irq_vectors_affinity()
/linux-6.6.21/Documentation/translations/zh_CN/PCI/
Dmsi-howto.rst85 unsigned int max_vecs, unsigned int flags);
87 它为一个PCI设备分配最多至max_vecs的中断向量。它返回分配的向量数量或一个负的错误。
118 数量作为“min_vecs“和“max_vecs“参数传递给pci_alloc_irq_vectors()函数。::
125 'min_vecs'和'max_vecs'来实现::
/linux-6.6.21/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-6.6.21/include/linux/
Dpci.h1648 unsigned int max_vecs, unsigned int flags);
1650 unsigned int max_vecs, unsigned int flags,
1685 unsigned int max_vecs, unsigned int flags, in pci_alloc_irq_vectors_affinity() argument
1694 unsigned int max_vecs, unsigned int flags) in pci_alloc_irq_vectors() argument
1696 return pci_alloc_irq_vectors_affinity(dev, min_vecs, max_vecs, in pci_alloc_irq_vectors()
2051 unsigned int max_vecs, unsigned int flags, in pci_alloc_irq_vectors_affinity() argument
2058 unsigned int max_vecs, unsigned int flags) in pci_alloc_irq_vectors() argument
Dbio.h471 unsigned short max_vecs, blk_opf_t opf);
/linux-6.6.21/block/
Dbio.c247 unsigned short max_vecs, blk_opf_t opf) in bio_init() argument
282 bio->bi_max_vecs = max_vecs; in bio_init()