Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/cavium/octe/
H A Dethernet-mv88e61xx.c100 return (cvm_oct_mdio_read(ifp, priv->phy_id, MV88E61XX_SMI_REG_DAT)); in cvm_oct_mv88e61xx_smi_read()
125 cmd = cvm_oct_mdio_read(ifp, priv->phy_id, MV88E61XX_SMI_REG_CMD); in cvm_oct_mv88e61xx_smi_wait()
H A Dethernet-mdio.h38 int cvm_oct_mdio_read(struct ifnet *ifp, int phy_id, int location);
H A Dethernet-mdio.c62 int cvm_oct_mdio_read(struct ifnet *ifp, int phy_id, int location) in cvm_oct_mdio_read() function
H A Docte.c237 return (cvm_oct_mdio_read(priv->ifp, phy, reg)); in octe_miibus_readreg()