Searched hist:"673 e69a67dd63fc3b40f109d1677a5dc72185fbb" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/net/dsa/b53/ |
H A D | b53_priv.h | diff 673e69a67dd63fc3b40f109d1677a5dc72185fbb Thu Apr 30 13:49:08 CDT 2020 Florian Fainelli <f.fainelli@gmail.com> net: dsa: b53: Rename num_arl_entries to num_arl_bins
The variable currently holds the number of ARL bins per ARL buckets, which is different from the number of ARL entries which would be bins times buckets. We will be adding a num_arl_buckets in a subsequent patch so get variables straight now.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | b53_common.c | diff 673e69a67dd63fc3b40f109d1677a5dc72185fbb Thu Apr 30 13:49:08 CDT 2020 Florian Fainelli <f.fainelli@gmail.com> net: dsa: b53: Rename num_arl_entries to num_arl_bins
The variable currently holds the number of ARL bins per ARL buckets, which is different from the number of ARL entries which would be bins times buckets. We will be adding a num_arl_buckets in a subsequent patch so get variables straight now.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
|