sfc: Add support for sub-10G speeds
The SFC4000 has a separate MAC for use at sub-10G speeds. Introduce an efx_mac_operations structure with implementations for the two MACs. Switch between the MACs as necessary. PHY settings are independent of the MAC, so add get_settings() and set_settings() to efx_phy_operations. Also add macs field to indicate which MACs the PHY is connected to. Signed-off-by:Ben Hutchings <bhutchings@solarflare.com> Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- drivers/net/sfc/Makefile 2 additions, 2 deletionsdrivers/net/sfc/Makefile
- drivers/net/sfc/efx.c 43 additions, 19 deletionsdrivers/net/sfc/efx.c
- drivers/net/sfc/enum.h 16 additions, 13 deletionsdrivers/net/sfc/enum.h
- drivers/net/sfc/ethtool.c 17 additions, 21 deletionsdrivers/net/sfc/ethtool.c
- drivers/net/sfc/falcon.c 141 additions, 38 deletionsdrivers/net/sfc/falcon.c
- drivers/net/sfc/falcon.h 3 additions, 0 deletionsdrivers/net/sfc/falcon.h
- drivers/net/sfc/falcon_gmac.c 233 additions, 0 deletionsdrivers/net/sfc/falcon_gmac.c
- drivers/net/sfc/falcon_hwdefs.h 156 additions, 0 deletionsdrivers/net/sfc/falcon_hwdefs.h
- drivers/net/sfc/falcon_xmac.c 31 additions, 191 deletionsdrivers/net/sfc/falcon_xmac.c
- drivers/net/sfc/mac.h 3 additions, 13 deletionsdrivers/net/sfc/mac.h
- drivers/net/sfc/net_driver.h 31 additions, 0 deletionsdrivers/net/sfc/net_driver.h
- drivers/net/sfc/selftest.c 11 additions, 15 deletionsdrivers/net/sfc/selftest.c
- drivers/net/sfc/selftest.h 0 additions, 2 deletionsdrivers/net/sfc/selftest.h
- drivers/net/sfc/sfe4001.c 1 addition, 1 deletiondrivers/net/sfc/sfe4001.c
- drivers/net/sfc/tenxpress.c 6 additions, 4 deletionsdrivers/net/sfc/tenxpress.c
- drivers/net/sfc/xfp_phy.c 5 additions, 2 deletionsdrivers/net/sfc/xfp_phy.c
Loading
Please register or sign in to comment