Searched refs:ethdev (Results 1 – 3 of 3) sorted by relevance
141 struct eth_dev ethdev; member1863 struct eth_dev *dev = &priv->ethdev; in rndis_control_ack()2004 struct eth_dev *dev = &l_priv->ethdev; in eth_bind()2340 struct eth_dev *dev = &priv->ethdev; in _usb_eth_init()2419 struct eth_dev *dev = &priv->ethdev; in _usb_eth_send()2493 struct eth_dev *dev = &priv->ethdev; in _usb_eth_halt()2542 struct eth_dev *dev = &priv->ethdev; in usb_eth_recv()2606 struct eth_dev *ethdev = &priv->ethdev; in usb_eth_recv() local2616 if (ethdev->rx_req) { in usb_eth_recv()2618 return ethdev->rx_req->length; in usb_eth_recv()[all …]
634 struct udevice *ethdev; in ft_board_setup() local658 ethdev = eth_get_dev_by_name(enet_name); in ft_board_setup()659 if (!ethdev) in ft_board_setup()662 phy_addr = cpsw_get_slave_phy_addr(ethdev, i); in ft_board_setup()
124 const std::string& ethdev) in getIPObject() argument126 auto objectTree = getAllDbusObjects(bus, serviceRoot, interface, ethdev); in getIPObject()