Searched refs:has_phy (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/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-v4.19/arch/mips/include/asm/mach-bcm63xx/ |
D | bcm63xx_dev_enet.h | 16 int has_phy; member
|
/Linux-v4.19/drivers/net/ethernet/broadcom/ |
D | bcm63xx_enet.c | 879 if (priv->has_phy) { in bcm_enet_open() 1191 if (priv->has_phy) in bcm_enet_stop() 1236 if (priv->has_phy) in bcm_enet_stop() 1436 if (priv->has_phy) in bcm_enet_nway_reset() 1450 if (priv->has_phy) { in bcm_enet_get_link_ksettings() 1483 if (priv->has_phy) { in bcm_enet_set_link_ksettings() 1567 if (priv->has_phy) { in bcm_enet_set_pauseparam() 1607 if (priv->has_phy) { in bcm_enet_ioctl() 1770 priv->has_phy = pd->has_phy; in bcm_enet_probe() 1789 if (priv->has_phy && !priv->use_external_mii) { in bcm_enet_probe() [all …]
|
D | bcm63xx_enet.h | 281 int has_phy; member
|
/Linux-v4.19/include/linux/ |
D | fs_enet_pd.h | 145 int has_phy; /* if the network is phy container as well...*/ member
|
/Linux-v4.19/drivers/net/ethernet/freescale/fs_enet/ |
D | mac-fec.c | 369 if (fpi->has_phy) { in stop()
|
/Linux-v4.19/drivers/net/ethernet/ti/ |
D | netcp_ethss.c | 2299 bool has_phy = false; in gbe_slave_open() local 2324 has_phy = true; in gbe_slave_open() 2328 has_phy = true; in gbe_slave_open() 2343 has_phy = true; in gbe_slave_open() 2348 if (has_phy) { in gbe_slave_open()
|
/Linux-v4.19/drivers/net/ethernet/marvell/mvpp2/ |
D | mvpp2.h | 809 bool has_phy; member
|
D | mvpp2_main.c | 4576 if (!port->has_phy) in mvpp2_mac_link_down() 4663 port->has_phy = !!of_find_property(port_node, "phy", NULL); in mvpp2_port_probe()
|