Home
last modified time | relevance | path

Searched refs:mactype (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/drivers/net/phy/
Dmarvell10g.c130 int (*init_interface)(struct phy_device *phydev, int mactype);
505 int mactype; in mv2110_get_mactype() local
507 mactype = phy_read_mmd(phydev, MDIO_MMD_PMAPMD, MV_PMA_21X0_PORT_CTRL); in mv2110_get_mactype()
508 if (mactype < 0) in mv2110_get_mactype()
509 return mactype; in mv2110_get_mactype()
511 return mactype & MV_PMA_21X0_PORT_CTRL_MACTYPE_MASK; in mv2110_get_mactype()
516 int mactype; in mv3310_get_mactype() local
518 mactype = phy_read_mmd(phydev, MDIO_MMD_VEND2, MV_V2_PORT_CTRL); in mv3310_get_mactype()
519 if (mactype < 0) in mv3310_get_mactype()
520 return mactype; in mv3310_get_mactype()
[all …]