Home
last modified time | relevance | path

Searched full:usxgmii (Results 1 – 14 of 14) sorted by relevance

/Linux-v5.15/Documentation/devicetree/bindings/phy/
Dmicrochip,sparx5-serdes.yaml37 * 5.15625 Gbps (5GBASE-KR/5G-USXGMII)
48 * 5.15625 Gbps (5GBASE-KR/5G-USXGMII)
50 * 10.3125 Gbps (10GBASE-R/10GBASE-KR/USXGMII)
60 * 5.15625 Gbps (5GBASE-KR/5G-USXGMII)
62 * 10.3125 Gbps (10GBASE-R/10GBASE-KR/USXGMII)
/Linux-v5.15/drivers/net/pcs/
Dpcs-lynx.c173 dev_err(&pcs->dev, "USXGMII only supports in-band AN for now\n"); in lynx_pcs_config_usxgmii()
177 /* Configure device ability for the USXGMII Replicator */ in lynx_pcs_config_usxgmii()
316 /* At the moment, only in-band AN is supported for USXGMII in lynx_pcs_link_up()
Dpcs-xpcs.c418 /* By default, in USXGMII mode XPCS operates at 10G baud and in _xpcs_config_aneg_c73()
/Linux-v5.15/arch/arm64/boot/dts/freescale/
Dfsl-lx2160a-rdb.dts42 phy-connection-type = "usxgmii";
48 phy-connection-type = "usxgmii";
/Linux-v5.15/include/uapi/linux/
Dmdio.h329 /* UsxgmiiChannelInfo[15:0] for USXGMII in-band auto-negotiation.*/
332 #define MDIO_USXGMII_SPD_MASK 0x0e00 /* USXGMII speed mask */
333 #define MDIO_USXGMII_FULL_DUPLEX 0x1000 /* USXGMII full duplex */
334 #define MDIO_USXGMII_DPX_SPD_MASK 0x1e00 /* USXGMII duplex and speed bits */
/Linux-v5.15/drivers/net/ethernet/freescale/dpaa2/
Ddpmac.h50 * @DPMAC_ETH_IF_USXGMII: USXGMII interface
/Linux-v5.15/Documentation/devicetree/bindings/net/dsa/
Docelot.txt52 * phy_mode = "usxgmii": on ports 0, 1, 2, 3
/Linux-v5.15/Documentation/devicetree/bindings/net/
Dethernet-controller.yaml99 - usxgmii
/Linux-v5.15/drivers/net/phy/
Daquantia_main.c510 …ut of date, please update it. The AQR107 family doesn't support XGMII, maybe you mean USXGMII.\n"); in aqr107_config_init()
Dphylink.c2466 * phylink_decode_usxgmii_word() - decode the USXGMII word from a MAC PCS
2468 * @lpa: a 16 bit value which stores the USXGMII auto-negotiation word
2470 * Helper for MAC PCS supporting the USXGMII protocol and the auto-negotiation
2471 * code word. Decode the USXGMII code word and populate the corresponding fields
Dmxl-gpy.c262 /* Interface mode is fixed for USXGMII and integrated PHY */ in gpy_update_interface()
Dmarvell10g.c733 * In USXGMII mode the PHY interface mode is also fixed. in mv3310_update_interface()
/Linux-v5.15/drivers/net/ethernet/marvell/octeontx2/af/
Dcgx.c57 [LMAC_MODE_USXGMII] = "USXGMII",
/Linux-v5.15/include/linux/
Dphy.h231 return "usxgmii"; in phy_modes()