Home
last modified time | relevance | path

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

/u-boot/drivers/net/
A Dbcm6368-eth.c229 port = &priv->used_ports[i]; in bcm6368_eth_adjust_link()
328 if (!priv->used_ports[i].used) in bcm6368_eth_start()
371 port = &priv->used_ports[i]; in bcm6368_eth_start()
423 if (!priv->used_ports[i].used) in bcm6368_eth_stop()
462 if (!priv->used_ports[i].used) in bcm6368_phy_is_external()
464 if (priv->used_ports[i].phy_id == phy_id) in bcm6368_phy_is_external()
610 priv->used_ports[p].used = true; in bcm6368_eth_probe()
611 priv->used_ports[p].name = label; in bcm6368_eth_probe()
612 priv->used_ports[p].phy_id = phy_id; in bcm6368_eth_probe()
617 priv->used_ports[p].bypass_link = true; in bcm6368_eth_probe()
[all …]
A Dmvgbe.c831 u8 used_ports[MAX_MVGBE_DEVS] = CONFIG_MVGBE_PORTS; in mvgbe_initialize() local
835 if (used_ports[devnum] == 0) in mvgbe_initialize()

Completed in 5 milliseconds