]> git.itanic.dy.fi Git - linux-stable/commit
net: ipa: define remaining IPA status field values
authorAlex Elder <elder@linaro.org>
Wed, 25 Jan 2023 20:45:42 +0000 (14:45 -0600)
committerDavid S. Miller <davem@davemloft.net>
Fri, 27 Jan 2023 11:16:29 +0000 (11:16 +0000)
commitec4c24f6a51104579bf54fa3a90df9fd5e8152d1
treee0526be30a687966c226cd17013bba03c52fe039
parentcbea4761173dd962c7d057b580f991d3e713039a
net: ipa: define remaining IPA status field values

Define the remaining values for opcode and exception fields in the
IPA packet status structure.  Most of these values are powers-of-2,
suggesting they are meant to be used as bitmasks, but that is not
the case.  Add comments to be clear about this, and express the
values in decimal format.

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ipa/ipa_endpoint.c