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