Searched refs:has_phy (Results 1 – 7 of 7) sorted by relevance
/linux/arch/mips/bcm63xx/boards/ |
A D | board_bcm963xx.c | 52 .has_phy = 1, 229 .has_phy = 1, 275 .has_phy = 1, 326 .has_phy = 1, 376 .has_phy = 1, 427 .has_phy = 1, 446 .has_phy = 1, 467 .has_phy = 1, 488 .has_phy = 1, 516 .has_phy = 1, [all …]
|
/linux/arch/mips/include/asm/mach-bcm63xx/ |
A D | bcm63xx_dev_enet.h | 16 int has_phy; member
|
/linux/drivers/net/ethernet/broadcom/ |
A D | bcm63xx_enet.c | 905 if (priv->has_phy) { in bcm_enet_open() 1196 if (priv->has_phy) in bcm_enet_stop() 1230 if (priv->has_phy) in bcm_enet_stop() 1430 if (priv->has_phy) in bcm_enet_nway_reset() 1444 if (priv->has_phy) { in bcm_enet_get_link_ksettings() 1477 if (priv->has_phy) { in bcm_enet_set_link_ksettings() 1561 if (priv->has_phy) { in bcm_enet_set_pauseparam() 1601 if (priv->has_phy) { in bcm_enet_ioctl() 1766 priv->has_phy = pd->has_phy; in bcm_enet_probe() 1802 if (priv->has_phy) { in bcm_enet_probe() [all …]
|
A D | bcm63xx_enet.h | 287 int has_phy; member
|
/linux/include/linux/ |
A D | fs_enet_pd.h | 145 int has_phy; /* if the network is phy container as well...*/ member
|
/linux/drivers/net/ethernet/freescale/fs_enet/ |
A D | mac-fec.c | 369 if (fpi->has_phy) { in stop()
|
/linux/drivers/net/ethernet/ti/ |
A D | netcp_ethss.c | 2290 bool has_phy = false; in gbe_slave_open() local 2316 has_phy = true; in gbe_slave_open() 2320 has_phy = true; in gbe_slave_open() 2335 has_phy = true; in gbe_slave_open() 2340 if (has_phy) { in gbe_slave_open()
|
Completed in 25 milliseconds