net: dsa: sja1105: Populate is_static for FDB entries on P/Q/R/S
[linux-2.6-microblaze.git] / drivers / net / dsa / sja1105 / sja1105_static_config.h
index a9586d0..684465f 100644 (file)
@@ -132,7 +132,7 @@ struct sja1105_l2_lookup_entry {
        u64 mask_vlanid;
        u64 mask_macaddr;
        u64 iotag;
-       bool lockeds;
+       u64 lockeds;
        union {
                /* LOCKEDS=1: Static FDB entries */
                struct {
@@ -151,6 +151,7 @@ struct sja1105_l2_lookup_entry {
 };
 
 struct sja1105_l2_lookup_params_entry {
+       u64 maxaddrp[5];     /* P/Q/R/S only */
        u64 start_dynspc;    /* P/Q/R/S only */
        u64 drpnolearn;      /* P/Q/R/S only */
        u64 use_static;      /* P/Q/R/S only */