Home
last modified time | relevance | path

Searched refs:interface (Results 1 – 2 of 2) sorted by relevance

/net/
A Dmdio-uclass.c235 phy_interface_t interface) in dm_mdio_phy_connect() argument
242 return phy_connect(pdata->mii_bus, phyaddr, ethdev, interface); in dm_mdio_phy_connect()
246 phy_interface_t interface) in dm_eth_connect_phy_handle() argument
255 phy = phy_connect(NULL, 0, ethdev, interface); in dm_eth_connect_phy_handle()
282 phy = dm_mdio_phy_connect(mdiodev, phy_addr, ethdev, interface); in dm_eth_connect_phy_handle()
294 phy_interface_t interface; in dm_eth_phy_connect() local
302 interface = dev_read_phy_mode(ethdev); in dm_eth_phy_connect()
303 if (interface == PHY_INTERFACE_MODE_NA) in dm_eth_phy_connect()
306 phy = dm_eth_connect_phy_handle(ethdev, interface); in dm_eth_phy_connect()
311 phy->interface = interface; in dm_eth_phy_connect()
A DKconfig160 Ethernet interface, in case this is not determined through e.g.
241 Selecting this will allow the Ethernet interface to function even
242 when the ethaddr variable for that interface is unset. In this case,
259 Selecting this will enable wget, an interface to send HTTP requests
280 since all buffers can be full shortly after enabling the interface on

Completed in 8 milliseconds