Lines Matching defs:lmacid
365 get_phy_desc(struct thunder_mdio_softc *sc, int lmacid)
371 if (pd->lmacid == lmacid)
378 thunder_mdio_media_status(device_t dev, int lmacid, int *link, int *duplex,
388 pd = get_phy_desc(sc, lmacid);
392 __func__, lmacid));
432 thunder_mdio_media_change(device_t dev, int lmacid, int link, int duplex,
440 thunder_mdio_phy_connect(device_t dev, int lmacid, int phy)
449 pd = get_phy_desc(sc, lmacid);
456 pd->lmacid = lmacid;
478 thunder_mdio_phy_disconnect(device_t dev, int lmacid, int phy)
486 pd = get_phy_desc(sc, lmacid);