Home
last modified time | relevance | path

Searched refs:ethdev (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/usb/gadget/
H A Dether.c141 struct eth_dev ethdev; member
1863 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() local
2616 if (ethdev->rx_req) { in usb_eth_recv()
2618 return ethdev->rx_req->length; in usb_eth_recv()
[all …]
/openbmc/u-boot/board/ti/am335x/
H A Dboard.c634 struct udevice *ethdev; in ft_board_setup() local
658 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()
/openbmc/fb-ipmi-oem/src/
H A Doemcommands.cpp124 const std::string& ethdev) in getIPObject() argument
126 auto objectTree = getAllDbusObjects(bus, serviceRoot, interface, ethdev); in getIPObject()