Searched refs:max_vecs (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.6/drivers/pci/msi/ |
D | api.c | 235 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-v6.6/Documentation/translations/zh_CN/PCI/ |
D | msi-howto.rst | 85 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-v6.6/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-v6.6/include/linux/ |
D | pci.h | 1646 unsigned int max_vecs, unsigned int flags); 1648 unsigned int max_vecs, unsigned int flags, 1678 unsigned int max_vecs, unsigned int flags, in pci_alloc_irq_vectors_affinity() argument 1687 unsigned int max_vecs, unsigned int flags) in pci_alloc_irq_vectors() argument 1689 return pci_alloc_irq_vectors_affinity(dev, min_vecs, max_vecs, in pci_alloc_irq_vectors() 2022 unsigned int max_vecs, unsigned int flags, in pci_alloc_irq_vectors_affinity() argument 2029 unsigned int max_vecs, unsigned int flags) in pci_alloc_irq_vectors() argument
|
D | bio.h | 468 unsigned short max_vecs, blk_opf_t opf);
|
/Linux-v6.6/block/ |
D | bio.c | 247 unsigned short max_vecs, blk_opf_t opf) in bio_init() argument 282 bio->bi_max_vecs = max_vecs; in bio_init()
|