OpenCloudOS-Kernel/drivers/net/dsa/sja1105
Vladimir Oltean ad9f299a87 net: dsa: sja1105: Reject unsupported link modes for AN
Ethernet flow control:

The switch MAC does not consume, nor does it emit pause frames. It
simply forwards them as any other Ethernet frame (and since the DMAC is,
per IEEE spec, 01-80-C2-00-00-01, it means they are filtered as
link-local traffic and forwarded to the CPU, which can't do anything
useful with them).

Duplex:

There is no duplex setting in the SJA1105 MAC. It is known to forward
traffic at line rate on the same port in both directions. Therefore it
must be that it only supports full duplex.

Signed-off-by: Vladimir Oltean <olteanv@gmail.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-05-03 10:49:17 -04:00
..
Kconfig
Makefile net: dsa: sja1105: Add support for ethtool port counters 2019-05-03 10:49:17 -04:00
sja1105.h net: dsa: sja1105: Prevent PHY jabbering during switch reset 2019-05-03 10:49:17 -04:00
sja1105_clocking.c net: dsa: sja1105: Error out if RGMII delays are requested in DT 2019-05-03 10:49:17 -04:00
sja1105_dynamic_config.c
sja1105_dynamic_config.h
sja1105_ethtool.c net: dsa: sja1105: Add support for ethtool port counters 2019-05-03 10:49:17 -04:00
sja1105_main.c net: dsa: sja1105: Reject unsupported link modes for AN 2019-05-03 10:49:17 -04:00
sja1105_spi.c net: dsa: sja1105: Prevent PHY jabbering during switch reset 2019-05-03 10:49:17 -04:00
sja1105_static_config.c net: dsa: sja1105: Add support for VLAN operations 2019-05-03 10:49:17 -04:00
sja1105_static_config.h net: dsa: sja1105: Add support for VLAN operations 2019-05-03 10:49:17 -04:00