Searched refs:has_phy (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/arch/mips/bcm63xx/boards/ |
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-6.12.1/arch/mips/include/asm/mach-bcm63xx/ |
D | bcm63xx_dev_enet.h | 16 int has_phy; member
|
/linux-6.12.1/drivers/net/ethernet/broadcom/ |
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() 1566 if (priv->has_phy) { in bcm_enet_set_pauseparam() 1606 if (priv->has_phy) { in bcm_enet_ioctl() 1771 priv->has_phy = pd->has_phy; in bcm_enet_probe() 1790 if (priv->has_phy && !priv->use_external_mii) { in bcm_enet_probe() [all …]
|
D | bcm63xx_enet.h | 287 int has_phy; member
|
/linux-6.12.1/drivers/pci/controller/ |
D | pcie-brcmstb.c | 240 const bool has_phy; member 292 bool has_phy; member 1466 return pcie->has_phy ? brcm_phy_cntl(pcie, 1) : 0; in brcm_phy_start() 1471 return pcie->has_phy ? brcm_phy_cntl(pcie, 0) : 0; in brcm_phy_stop() 1744 .has_phy = true, 1810 pcie->has_phy = data->has_phy; in brcm_pcie_probe()
|
/linux-6.12.1/drivers/net/ethernet/ti/ |
D | netcp_ethss.c | 2285 bool has_phy = false; in gbe_slave_open() local 2311 has_phy = true; in gbe_slave_open() 2315 has_phy = true; in gbe_slave_open() 2330 has_phy = true; in gbe_slave_open() 2335 if (has_phy) { in gbe_slave_open()
|