enetc: Fix endianness issues for enetc_qos
authorClaudiu Manoil <claudiu.manoil@nxp.com>
Thu, 19 Nov 2020 10:12:15 +0000 (12:12 +0200)
committerJakub Kicinski <kuba@kernel.org>
Fri, 20 Nov 2020 06:05:42 +0000 (22:05 -0800)
commit0dfd294c92411da47041cca4ef790ee6112d6b68
tree0928caa9319e1e637e8358026b55676a987c7188
parentd548d3930ab635653d1549c864ce1a002dc3b218
enetc: Fix endianness issues for enetc_qos

Currently the control buffer descriptor (cbd) fields have endianness
restrictions while the commands passed into the control buffers
don't (with one exception). This patch fixes offending code,
by adding endianness accessors for cbd fields and removing the
unnecessary ones in case of data buffer fields. Currently there's
no need to convert all commands to little endian format, the patch
only focuses on fixing current endianness issues reported by sparse.

Signed-off-by: Claudiu Manoil <claudiu.manoil@nxp.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/freescale/enetc/enetc_qos.c