Home
last modified time | relevance | path

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

/u-boot/net/
A Dmdio-uclass.c159 struct udevice *ethdev, in dm_mdio_phy_connect() argument
179 ofnode_phy_is_fixed_link(dev_ofnode(ethdev), &phynode)) { in dm_eth_connect_phy_handle()
180 phy = phy_connect(NULL, 0, ethdev, interface); in dm_eth_connect_phy_handle()
184 phynode = dev_get_phy_node(ethdev); in dm_eth_connect_phy_handle()
186 dev_dbg(ethdev, "can't find PHY node\n"); in dm_eth_connect_phy_handle()
195 dev_dbg(ethdev, "missing reg property in phy node\n"); in dm_eth_connect_phy_handle()
202 dev_dbg(ethdev, "can't find MDIO bus for node %s\n", in dm_eth_connect_phy_handle()
217 struct phy_device *dm_eth_phy_connect(struct udevice *ethdev) in dm_eth_phy_connect() argument
222 if (!dev_has_ofnode(ethdev)) { in dm_eth_phy_connect()
227 interface = dev_read_phy_mode(ethdev); in dm_eth_phy_connect()
[all …]
/u-boot/drivers/net/octeontx2/
A Dcgx_intf.c559 ethdev->name); in cgx_intf_set_phy_mod_type()
584 ethdev->name); in cgx_intf_set_an_lbk()
597 if (ethdev) { in cgx_intf_get_ignore()
598 rvu = dev_get_priv(ethdev); in cgx_intf_get_ignore()
607 if (ethdev) in cgx_intf_get_ignore()
609 ethdev->name); in cgx_intf_get_ignore()
615 if (ethdev) in cgx_intf_get_ignore()
633 if (ethdev) { in cgx_intf_set_ignore()
634 rvu = dev_get_priv(ethdev); in cgx_intf_set_ignore()
644 if (ethdev) in cgx_intf_set_ignore()
[all …]
/u-boot/include/
A Dmiiphy.h211 struct udevice *ethdev,
224 struct phy_device *dm_eth_phy_connect(struct udevice *ethdev);
/u-boot/arch/mips/mach-octeon/include/mach/
A Docteon_eth.h24 struct eth_device *ethdev; /** Eth device this priv is part of */ member
/u-boot/drivers/usb/gadget/
A Dether.c138 struct eth_dev ethdev; member
1830 dev = &priv->ethdev; in rndis_control_ack()
1970 struct eth_dev *dev = &l_priv->ethdev; in eth_bind()
2280 struct eth_dev *dev = &priv->ethdev; in _usb_eth_init()
2358 struct eth_dev *dev = &priv->ethdev; in _usb_eth_send()
2431 struct eth_dev *dev = &priv->ethdev; in _usb_eth_halt()
2479 struct eth_dev *ethdev = &priv->ethdev; in usb_eth_recv() local
2489 if (ethdev->rx_req) { in usb_eth_recv()
2491 return ethdev->rx_req->length; in usb_eth_recv()
2505 struct eth_dev *ethdev = &priv->ethdev; in usb_eth_free_pkt() local
[all …]
/u-boot/board/ti/am335x/
A Dboard.c627 struct udevice *ethdev; in ft_board_setup() local
651 ethdev = eth_get_dev_by_name(enet_name); in ft_board_setup()
652 if (!ethdev) in ft_board_setup()
655 phy_addr = cpsw_get_slave_phy_addr(ethdev, i); in ft_board_setup()

Completed in 22 milliseconds