OSDN Git Service

net: ipa: rename gsi->event_enable_bitmap
authorAlex Elder <elder@linaro.org>
Thu, 5 Nov 2020 18:13:57 +0000 (12:13 -0600)
committerJakub Kicinski <kuba@kernel.org>
Sat, 7 Nov 2020 23:39:16 +0000 (15:39 -0800)
commita054539db1966908d3730f29ef3726534cd1f2d5
tree25a75169a6cf1f2f234f9b62796acb2972e0bb2b
parent0b8d6761084511188f0eb197da2c1d2318524b9c
net: ipa: rename gsi->event_enable_bitmap

Rename the "event_enable_bitmap" field of the GSI structure to be
"ieob_enabled_bitmap".  An upcoming patch will cache the last value
stored for another interrupt mask and this is a more direct naming
convention to follow.

Add a few comments to explain the bitmap fields in the GSI structure.

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ipa/gsi.c
drivers/net/ipa/gsi.h