Searched refs:ethdev (Results 1 – 3 of 3) sorted by relevance
97 struct udevice *ethdev, in dm_mdio_phy_connect() argument105 return phy_connect(pdata->mii_bus, addr, ethdev, interface); in dm_mdio_phy_connect()
146 struct eth_dev ethdev; member1868 struct eth_dev *dev = &priv->ethdev; in rndis_control_ack()2009 struct eth_dev *dev = &l_priv->ethdev; in eth_bind()2345 struct eth_dev *dev = &priv->ethdev; in _usb_eth_init()2424 struct eth_dev *dev = &priv->ethdev; in _usb_eth_send()2498 struct eth_dev *dev = &priv->ethdev; in _usb_eth_halt()2547 struct eth_dev *dev = &priv->ethdev; in usb_eth_recv()2614 struct eth_dev *ethdev = &priv->ethdev; in usb_eth_recv() local2624 if (ethdev->rx_req) { in usb_eth_recv()2626 return ethdev->rx_req->length; in usb_eth_recv()[all …]
165 struct udevice *ethdev,