Lines Matching refs:affd
249 * @affd: affinity requirements (can be %NULL).
251 * Same as pci_alloc_irq_vectors(), but with the extra @affd parameter.
256 struct irq_affinity *affd)
262 if (!affd)
263 affd = &msi_default_affd;
265 if (WARN_ON(affd))
266 affd = NULL;
271 affd, flags);
277 nvecs = __pci_enable_msi_range(dev, min_vecs, max_vecs, affd);
290 if (affd)
291 irq_create_affinity_masks(1, affd);