pci_alloc_irq_vectors encodes the size of struct msix_entry
into its code. Move from .h to .c to move this knowledge from
client modules to linuxkpi module.
Sponsored by: Netflix
Differential D34774
linuxkpi: Move pci_alloc_irq_vectors to .c file imp on Apr 4 2022, 5:04 PM. Authored by Tags None Referenced Files
Subscribers
Details pci_alloc_irq_vectors encodes the size of struct msix_entry Sponsored by: Netflix
Diff Detail
Event TimelineComment Actions The current code is a bit inconsistent about this sort of thing. What's the rule we should enforce? |