Searched refs:max_vecs (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/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-6.1.9/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-6.1.9/drivers/pci/msi/ |
D | msi.c | 1006 unsigned int max_vecs, unsigned int flags, in pci_alloc_irq_vectors_affinity() argument 1021 nvecs = __pci_enable_msix_range(dev, NULL, min_vecs, max_vecs, in pci_alloc_irq_vectors_affinity() 1028 nvecs = __pci_enable_msi_range(dev, min_vecs, max_vecs, affd); in pci_alloc_irq_vectors_affinity()
|
/linux-6.1.9/include/linux/ |
D | pci.h | 1557 unsigned int max_vecs, unsigned int flags, 1582 unsigned int max_vecs, unsigned int flags, in pci_alloc_irq_vectors_affinity() argument 1896 unsigned int max_vecs, unsigned int flags, in pci_alloc_irq_vectors_affinity() argument 1905 unsigned int max_vecs, unsigned int flags) in pci_alloc_irq_vectors() argument 1907 return pci_alloc_irq_vectors_affinity(dev, min_vecs, max_vecs, flags, in pci_alloc_irq_vectors()
|
D | bio.h | 459 unsigned short max_vecs, blk_opf_t opf);
|
/linux-6.1.9/block/ |
D | bio.c | 242 unsigned short max_vecs, blk_opf_t opf) in bio_init() argument 277 bio->bi_max_vecs = max_vecs; in bio_init()
|