Lines Matching defs:pcs
263 node = of_parse_phandle(dpmac_node, "pcs-handle", 0);
266 netdev_warn(mac->net_dev, "pcs-handle node not found\n");
271 netdev_err(mac->net_dev, "pcs-handle node not available\n");
281 mac->pcs = lynx_pcs_create(mdiodev);
282 if (!mac->pcs) {
293 struct lynx_pcs *pcs = mac->pcs;
295 if (pcs) {
296 struct device *dev = &pcs->mdio->dev;
297 lynx_pcs_destroy(pcs);
299 mac->pcs = NULL;
373 if (mac->pcs)
374 phylink_set_pcs(mac->phylink, &mac->pcs->pcs);