diff options
author | Thomas Gleixner <[email protected]> | 2021-07-29 23:51:53 +0200 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2021-08-10 11:03:29 +0200 |
commit | 67961e77a39b8e975dd1906179b9224f29150357 (patch) | |
tree | f57162746df1956bccee3bdfd90707ecaa711844 /tools/testing/selftests/bpf/prog_tests/autoload.c | |
parent | a6e8b946508cda3c3bf0f9b0e133d293dc9754f6 (diff) |
PCI/MSI: Rename msi_desc::masked
msi_desc::masked is a misnomer. For MSI it's used to cache the MSI mask
bits when the device supports per vector masking. For MSI-X it's used to
cache the content of the vector control word which contains the mask bit
for the vector.
Replace it with a union of msi_mask and msix_ctrl to make the purpose clear
and fix up the usage sites.
No functional change
Signed-off-by: Thomas Gleixner <[email protected]>
Tested-by: Marc Zyngier <[email protected]>
Reviewed-by: Marc Zyngier <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/autoload.c')
0 files changed, 0 insertions, 0 deletions