Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/bcm63xx/boards/
Dboard_bcm963xx.c55 .has_phy = 1,
234 .has_phy = 1,
279 .has_phy = 1,
339 .has_phy = 1,
393 .has_phy = 1,
451 .has_phy = 1,
474 .has_phy = 1,
495 .has_phy = 1,
514 .has_phy = 1,
540 .has_phy = 1,
[all …]
/linux-4.1.27/arch/mips/include/asm/mach-bcm63xx/
Dbcm63xx_dev_enet.h15 int has_phy; member
/linux-4.1.27/drivers/net/ethernet/broadcom/
Dbcm63xx_enet.c883 if (priv->has_phy) { in bcm_enet_open()
1088 if (priv->has_phy) in bcm_enet_open()
1193 if (priv->has_phy) in bcm_enet_stop()
1238 if (priv->has_phy) { in bcm_enet_stop()
1441 if (priv->has_phy) { in bcm_enet_nway_reset()
1460 if (priv->has_phy) { in bcm_enet_get_settings()
1487 if (priv->has_phy) { in bcm_enet_set_settings()
1568 if (priv->has_phy) { in bcm_enet_set_pauseparam()
1608 if (priv->has_phy) { in bcm_enet_ioctl()
1800 priv->has_phy = pd->has_phy; in bcm_enet_probe()
[all …]
Dbcm63xx_enet.h284 int has_phy; member
/linux-4.1.27/include/linux/
Dfs_enet_pd.h145 int has_phy; /* if the network is phy container as well...*/ member
/linux-4.1.27/drivers/net/ethernet/freescale/fs_enet/
Dmac-fec.c389 if (fpi->has_phy) { in stop()
/linux-4.1.27/drivers/net/ethernet/ti/
Dnetcp_ethss.c1944 bool has_phy = false; in gbe_slave_open() local
1959 has_phy = true; in gbe_slave_open()
1963 has_phy = true; in gbe_slave_open()
1968 if (has_phy) { in gbe_slave_open()