diff options
| author | Niklas Neronin <[email protected]> | 2023-12-01 15:06:43 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2023-12-04 06:50:40 +0000 |
| commit | dfbf4441f2d31d21e0a98c5fcff6dae8b57b79dd (patch) | |
| tree | a9d028f15e764f5437a91fa990ff0d163d4fa694 /drivers/usb/cdns3/cdnsp-debug.h | |
| parent | xhci: refactor static MSI function (diff) | |
| download | kernel-dfbf4441f2d31d21e0a98c5fcff6dae8b57b79dd.tar.gz kernel-dfbf4441f2d31d21e0a98c5fcff6dae8b57b79dd.zip | |
xhci: change 'msix_count' to encompass MSI or MSI-X vectors
Instead of variable 'msix_count' containing the number of MSI-X vectors,
now it can contains MSI or MSI-X vector amount. Because both interrupt
methods allow several vectors. Thus, 'msix_count' is renamed to 'nvecs'.
Additionally, instead of storing the maximum possible vector amount,
now it stores the amount of successfully allocated vectors, or negative
integer on allocation failure.
Signed-off-by: Niklas Neronin <[email protected]>
Signed-off-by: Mathias Nyman <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/usb/cdns3/cdnsp-debug.h')
0 files changed, 0 insertions, 0 deletions
