net: mscc: ocelot: rename ocelot_ace.{c, h} to ocelot_vcap.{c,h}
authorVladimir Oltean <vladimir.oltean@nxp.com>
Sat, 20 Jun 2020 15:43:45 +0000 (18:43 +0300)
committerDavid S. Miller <davem@davemloft.net>
Sun, 21 Jun 2020 00:25:23 +0000 (17:25 -0700)
commit3c83654f246b980cc65f72f5c7b1501470082ede
tree5e13f2e716922b6cf7c80b83b442b604dd7aef56
parent9c90eea310f80460b81a7afe27064c7f0200d1d1
net: mscc: ocelot: rename ocelot_ace.{c, h} to ocelot_vcap.{c,h}

Access Control Lists (and their respective Access Control Entries) are
specifically entries in the VCAP IS2, the security enforcement block,
according to the documentation.

Let's rename the files that deal with generic operations on the VCAP
TCAM, so that VCAP IS1 and ES0 can reuse the same code without
confusion.

Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mscc/Makefile
drivers/net/ethernet/mscc/ocelot.c
drivers/net/ethernet/mscc/ocelot_ace.c [deleted file]
drivers/net/ethernet/mscc/ocelot_ace.h [deleted file]
drivers/net/ethernet/mscc/ocelot_flower.c
drivers/net/ethernet/mscc/ocelot_net.c
drivers/net/ethernet/mscc/ocelot_vcap.c [new file with mode: 0644]
drivers/net/ethernet/mscc/ocelot_vcap.h [new file with mode: 0644]