Searched refs:max_vecs (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/pci/msi/ |
H A 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()
|
/openbmc/linux/Documentation/translations/zh_CN/PCI/ |
H A 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'来实现::
|
/openbmc/linux/Documentation/PCI/ |
H 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'::
|
/openbmc/linux/include/linux/ |
H A D | pci.h | 1652 unsigned int max_vecs, unsigned int flags); 1654 unsigned int max_vecs, unsigned int flags, 1684 unsigned int max_vecs, unsigned int flags, in pci_alloc_irq_vectors_affinity() argument 1693 unsigned int max_vecs, unsigned int flags) in pci_alloc_irq_vectors() argument 1695 return pci_alloc_irq_vectors_affinity(dev, min_vecs, max_vecs, in pci_alloc_irq_vectors() 2037 unsigned int max_vecs, unsigned int flags, in pci_alloc_irq_vectors_affinity() argument 2044 unsigned int max_vecs, unsigned int flags) in pci_alloc_irq_vectors() argument
|
H A D | bio.h | 471 unsigned short max_vecs, blk_opf_t opf);
|
/openbmc/linux/block/ |
H A 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()
|