net: ipa: maintain bitmap of suspend-enabled endpoints
authorAlex Elder <elder@linaro.org>
Fri, 19 Apr 2024 15:17:53 +0000 (10:17 -0500)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 23 Apr 2024 11:08:08 +0000 (13:08 +0200)
commit2eca73444036ef5a3f55e209cb62baa7047f63b7
treed7d0ff2755c9a45af410307873a8199322e1e152
parent57f1591248bc90d879f34e3b4e85df382ca77f93
net: ipa: maintain bitmap of suspend-enabled endpoints

Keep track of which endpoints have the SUSPEND IPA interrupt enabled
in a variable-length bitmap.  This will be used in the next patch to
allow the SUSPEND interrupt type to be disabled except when needed.

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
drivers/net/ipa/ipa_interrupt.c