Lines Matching refs:minvec
99 int pci_enable_msi_range(struct pci_dev *dev, int minvec, int maxvec)
102 interrupts within specified range from 'minvec' to 'maxvec'.
139 Note the value of 'minvec' parameter is 1. As 'minvec' is inclusive,
154 that number to pci_enable_msi_range() function as both 'minvec' and 'maxvec'
171 two 1s as 'minvec' and 'maxvec':
249 int minvec, int maxvec)
252 MSI-X interrupts within specified range from 'minvec' to 'maxvec'.
301 Note the value of 'minvec' parameter is 1. As 'minvec' is inclusive,
317 that number to pci_enable_msix_range() function as both 'minvec' and 'maxvec'
339 * Assume 'minvec' and 'maxvec' are non-zero
342 int minvec, int maxvec)
346 minvec = roundup_pow_of_two(minvec);
349 if (minvec > maxvec)
364 if (minvec > maxvec)
397 * Assume 'minvec' and 'maxvec' are non-zero
400 int minvec, int maxvec)
404 minvec = roundup_pow_of_two(minvec);
407 if (minvec > maxvec)
423 if (minvec > maxvec)