Lines Matching refs:phy_dev

963 	struct phy_device *phy_dev;  member
2771 dev_err(port->phy_dev->dev, in mvpp2_bm_bufs_add()
2801 dev_err(port->phy_dev->dev, "mixing pool types is forbidden\n"); in mvpp2_bm_pool_use()
2832 dev_err(port->phy_dev->dev, in mvpp2_bm_pool_use()
3832 dev_warn(port->phy_dev->dev, in mvpp2_egress_disable()
4282 dev_warn(port->phy_dev->dev, in mvpp2_txq_clean()
4384 struct phy_device *phydev = port->phy_dev; in mvpp2_link_event()
4452 dev_err(port->phy_dev->dev, in mvpp2_rx_error()
4457 dev_err(port->phy_dev->dev, in mvpp2_rx_error()
4462 dev_err(port->phy_dev->dev, in mvpp2_rx_error()
4516 struct phy_device *phy_dev; in mvpp2_phy_connect() local
4519 phy_dev = dm_mdio_phy_connect(port->mdio_dev, port->phyaddr, in mvpp2_phy_connect()
4532 if (phy_dev && in mvpp2_phy_connect()
4533 phy_dev->drv->uid == 0xffffffff) {/* Generic phy */ in mvpp2_phy_connect()
4534 dev_warn(port->phy_dev->dev, in mvpp2_phy_connect()
4544 port->phy_dev = phy_dev; in mvpp2_phy_connect()
4545 if (!phy_dev) { in mvpp2_phy_connect()
4546 dev_err(port->phy_dev->dev, "cannot connect to phy\n"); in mvpp2_phy_connect()
4549 phy_dev->supported &= PHY_GBIT_FEATURES; in mvpp2_phy_connect()
4550 phy_dev->advertising = phy_dev->supported; in mvpp2_phy_connect()
4552 port->phy_dev = phy_dev; in mvpp2_phy_connect()
4557 phy_config(phy_dev); in mvpp2_phy_connect()
4558 phy_startup(phy_dev); in mvpp2_phy_connect()
4559 if (!phy_dev->link) in mvpp2_phy_connect()
4560 printf("%s: No link\n", phy_dev->dev->name); in mvpp2_phy_connect()
4595 dev_err(port->phy_dev->dev, "cannot allocate Rx queues\n"); in mvpp2_open()
4601 dev_err(port->phy_dev->dev, "cannot allocate Tx queues\n"); in mvpp2_open()
5084 if (!port->phy_dev->link) in mvpp2_recv()
5121 dev_err(port->phy_dev->dev, "failed to refill BM pools\n"); in mvpp2_recv()
5153 if (!port->phy_dev->link) in mvpp2_send()