Searched refs:has_phy (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/arch/mips/bcm63xx/boards/ |
D | board_bcm963xx.c | 55 .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/ |
D | bcm63xx_dev_enet.h | 15 int has_phy; member
|
/linux-4.1.27/drivers/net/ethernet/broadcom/ |
D | bcm63xx_enet.c | 883 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 …]
|
D | bcm63xx_enet.h | 284 int has_phy; member
|
/linux-4.1.27/include/linux/ |
D | fs_enet_pd.h | 145 int has_phy; /* if the network is phy container as well...*/ member
|
/linux-4.1.27/drivers/net/ethernet/freescale/fs_enet/ |
D | mac-fec.c | 389 if (fpi->has_phy) { in stop()
|
/linux-4.1.27/drivers/net/ethernet/ti/ |
D | netcp_ethss.c | 1944 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()
|