diff options
author | Niklas Cassel <cassel@kernel.org> | 2025-03-10 12:10:21 +0100 |
---|---|---|
committer | Krzysztof Wilczyński <kwilczynski@kernel.org> | 2025-03-26 06:09:38 +0000 |
commit | 4b313c69a38e28b2f002198c3909fb553e9b0176 (patch) | |
tree | 272e781dd1c924a1551aca65153bdce3626ddd6b /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 24a42582b00810970decb051ce3e25d2c661dd92 (diff) |
PCI: endpoint: Add intx_capable to epc_features struct
In struct pci_epc_features, an EPC driver can already specify if they
support MSI (by setting msi_capable) and MSI-X (by setting msix_capable).
Thus, for consistency, allow an EPC driver to specify if it supports
INTx interrupts as well (by setting intx_capable).
Since this struct is zero initialized, EPC drivers that want to claim
INTx support will need to set intx_capable to true.
Signed-off-by: Niklas Cassel <cassel@kernel.org>
[kwilczynski: add missing kernel-doc for "intx_capable"]
Signed-off-by: Krzysztof Wilczyński <kwilczynski@kernel.org>
Link: https://lore.kernel.org/r/20250310111016.859445-13-cassel@kernel.org
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions