Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/bcm63xx/boards/
Dboard_bcm963xx.c56 .has_phy = 1,
235 .has_phy = 1,
280 .has_phy = 1,
340 .has_phy = 1,
394 .has_phy = 1,
452 .has_phy = 1,
475 .has_phy = 1,
496 .has_phy = 1,
515 .has_phy = 1,
541 .has_phy = 1,
[all …]
/linux-4.4.14/arch/mips/include/asm/mach-bcm63xx/
Dbcm63xx_dev_enet.h15 int has_phy; member
/linux-4.4.14/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()
1440 if (priv->has_phy) { in bcm_enet_nway_reset()
1459 if (priv->has_phy) { in bcm_enet_get_settings()
1486 if (priv->has_phy) { in bcm_enet_set_settings()
1567 if (priv->has_phy) { in bcm_enet_set_pauseparam()
1607 if (priv->has_phy) { in bcm_enet_ioctl()
1799 priv->has_phy = pd->has_phy; in bcm_enet_probe()
[all …]
Dbcm63xx_enet.h284 int has_phy; member
/linux-4.4.14/include/linux/
Dfs_enet_pd.h145 int has_phy; /* if the network is phy container as well...*/ member
/linux-4.4.14/drivers/net/ethernet/freescale/fs_enet/
Dmac-fec.c389 if (fpi->has_phy) { in stop()
/linux-4.4.14/drivers/net/ethernet/ti/
Dnetcp_ethss.c2142 bool has_phy = false; in gbe_slave_open() local
2158 has_phy = true; in gbe_slave_open()
2162 has_phy = true; in gbe_slave_open()
2167 if (has_phy) { in gbe_slave_open()