Lines Matching defs:flags
211 * @flags: One or more of:
235 unsigned int max_vecs, unsigned int flags)
238 flags, NULL);
248 * @flags: allocation flags, as in pci_alloc_irq_vectors()
255 unsigned int max_vecs, unsigned int flags,
261 if (flags & PCI_IRQ_AFFINITY) {
269 if (flags & PCI_IRQ_MSIX) {
271 affd, flags);
276 if (flags & PCI_IRQ_MSI) {
283 if (flags & PCI_IRQ_LEGACY) {