Lines Matching refs:phy_dev
962 struct phy_device *phy_dev; member
2769 dev_err(port->phy_dev->dev, in mvpp2_bm_bufs_add()
2799 dev_err(port->phy_dev->dev, "mixing pool types is forbidden\n"); in mvpp2_bm_pool_use()
2830 dev_err(port->phy_dev->dev, in mvpp2_bm_pool_use()
3830 dev_warn(port->phy_dev->dev, in mvpp2_egress_disable()
4279 dev_warn(port->phy_dev->dev, in mvpp2_txq_clean()
4381 struct phy_device *phydev = port->phy_dev; in mvpp2_link_event()
4449 dev_err(port->phy_dev->dev, in mvpp2_rx_error()
4454 dev_err(port->phy_dev->dev, in mvpp2_rx_error()
4459 dev_err(port->phy_dev->dev, in mvpp2_rx_error()
4513 struct phy_device *phy_dev; in mvpp2_phy_connect() local
4516 phy_dev = dm_mdio_phy_connect(port->mdio_dev, port->phyaddr, in mvpp2_phy_connect()
4529 if (phy_dev && in mvpp2_phy_connect()
4530 phy_dev->drv->uid == 0xffffffff) {/* Generic phy */ in mvpp2_phy_connect()
4531 dev_warn(port->phy_dev->dev, in mvpp2_phy_connect()
4541 port->phy_dev = phy_dev; in mvpp2_phy_connect()
4542 if (!phy_dev) { in mvpp2_phy_connect()
4543 dev_err(port->phy_dev->dev, "cannot connect to phy\n"); in mvpp2_phy_connect()
4546 phy_dev->supported &= PHY_GBIT_FEATURES; in mvpp2_phy_connect()
4547 phy_dev->advertising = phy_dev->supported; in mvpp2_phy_connect()
4549 port->phy_dev = phy_dev; in mvpp2_phy_connect()
4554 phy_config(phy_dev); in mvpp2_phy_connect()
4555 phy_startup(phy_dev); in mvpp2_phy_connect()
4556 if (!phy_dev->link) in mvpp2_phy_connect()
4557 printf("%s: No link\n", phy_dev->dev->name); in mvpp2_phy_connect()
4592 dev_err(port->phy_dev->dev, "cannot allocate Rx queues\n"); in mvpp2_open()
4598 dev_err(port->phy_dev->dev, "cannot allocate Tx queues\n"); in mvpp2_open()
5080 if (!port->phy_dev->link) in mvpp2_recv()
5117 dev_err(port->phy_dev->dev, "failed to refill BM pools\n"); in mvpp2_recv()
5149 if (!port->phy_dev->link) in mvpp2_send()