Home
last modified time | relevance | path

Searched refs:has_phy (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.4/arch/mips/bcm63xx/boards/
Dboard_bcm963xx.c55 .has_phy = 1,
234 .has_phy = 1,
279 .has_phy = 1,
331 .has_phy = 1,
385 .has_phy = 1,
435 .has_phy = 1,
458 .has_phy = 1,
479 .has_phy = 1,
498 .has_phy = 1,
524 .has_phy = 1,
[all …]
/Linux-v5.4/arch/mips/include/asm/mach-bcm63xx/
Dbcm63xx_dev_enet.h16 int has_phy; member
/Linux-v5.4/drivers/net/ethernet/broadcom/
Dbcm63xx_enet.c867 if (priv->has_phy) { in bcm_enet_open()
1170 if (priv->has_phy) in bcm_enet_stop()
1215 if (priv->has_phy) in bcm_enet_stop()
1415 if (priv->has_phy) in bcm_enet_nway_reset()
1429 if (priv->has_phy) { in bcm_enet_get_link_ksettings()
1462 if (priv->has_phy) { in bcm_enet_set_link_ksettings()
1546 if (priv->has_phy) { in bcm_enet_set_pauseparam()
1586 if (priv->has_phy) { in bcm_enet_ioctl()
1748 priv->has_phy = pd->has_phy; in bcm_enet_probe()
1767 if (priv->has_phy && !priv->use_external_mii) { in bcm_enet_probe()
[all …]
Dbcm63xx_enet.h281 int has_phy; member
/Linux-v5.4/include/linux/
Dfs_enet_pd.h145 int has_phy; /* if the network is phy container as well...*/ member
/Linux-v5.4/drivers/net/ethernet/freescale/fs_enet/
Dmac-fec.c369 if (fpi->has_phy) { in stop()
/Linux-v5.4/drivers/net/ethernet/ti/
Dnetcp_ethss.c2293 bool has_phy = false; in gbe_slave_open() local
2318 has_phy = true; in gbe_slave_open()
2322 has_phy = true; in gbe_slave_open()
2337 has_phy = true; in gbe_slave_open()
2342 if (has_phy) { in gbe_slave_open()
/Linux-v5.4/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2.h900 bool has_phy; member
Dmvpp2_main.c5256 port->has_phy = !!of_find_property(port_node, "phy", NULL); in mvpp2_port_probe()