PHY_POLL          130 arch/m68k/coldfire/m5272.c 	fixed_phy_add(PHY_POLL, 0, &nettel_fixed_phy_status);
PHY_POLL          672 arch/mips/ar7/platform.c 		res = fixed_phy_add(PHY_POLL, cpmac_high.id,
PHY_POLL          686 arch/mips/ar7/platform.c 	res = fixed_phy_add(PHY_POLL, cpmac_low.id, &fixed_phy_status);
PHY_POLL          277 arch/mips/bcm47xx/setup.c 	fixed_phy_add(PHY_POLL, 0, &bcm47xx_fixed_phy_status);
PHY_POLL          342 drivers/net/dsa/dsa_loop.c 		phydevs[i] = fixed_phy_register(PHY_POLL, &status, NULL);
PHY_POLL         1449 drivers/net/ethernet/broadcom/bgmac.c 	phy_dev = fixed_phy_register(PHY_POLL, &fphy_status, NULL);
PHY_POLL          563 drivers/net/ethernet/broadcom/genet/bcmmii.c 		phydev = fixed_phy_register(PHY_POLL, &fphy_status, NULL);
PHY_POLL          101 drivers/net/ethernet/broadcom/sb1250-mac.c #define SBMAC_PHY_INT			PHY_POLL
PHY_POLL         1676 drivers/net/ethernet/faraday/ftgmac100.c 		priv->mii_bus->irq[i] = PHY_POLL;
PHY_POLL          509 drivers/net/ethernet/hisilicon/hns_mdio.c 		memset(new_bus->irq, PHY_POLL, 4 * PHY_MAX_ADDR);
PHY_POLL          940 drivers/net/ethernet/qualcomm/emac/emac-mac.c 	adpt->phydev->irq = PHY_POLL;
PHY_POLL          203 drivers/net/ethernet/samsung/sxgbe/sxgbe_mdio.c 			case PHY_POLL:
PHY_POLL         1469 drivers/net/ethernet/xscale/ixp4xx_eth.c 	phydev->irq = PHY_POLL;
PHY_POLL          155 drivers/net/phy/fixed_phy.c 	if (irq != PHY_POLL)
PHY_POLL          169 drivers/net/phy/mdio_bus.c 		bus->irq[i] = PHY_POLL;
PHY_POLL          806 drivers/net/phy/phy.c 		phydev->irq = PHY_POLL;
PHY_POLL          811 drivers/net/phy/phy.c 			phydev->irq = PHY_POLL;
PHY_POLL         1116 drivers/net/phy/phy_device.c 	case PHY_POLL:
PHY_POLL         2197 drivers/net/phy/phy_device.c 		phydev->irq = PHY_POLL;
PHY_POLL         2058 drivers/net/usb/lan78xx.c 		phydev = fixed_phy_register(PHY_POLL, &fphy_status, NULL);
PHY_POLL          499 drivers/of/of_mdio.c 	return PTR_ERR_OR_ZERO(fixed_phy_register(PHY_POLL, &status, np));
PHY_POLL          922 include/linux/phy.h 	return phydev->irq != PHY_POLL && phydev->irq != PHY_IGNORE_INTERRUPT;
PHY_POLL          932 include/linux/phy.h 	return phydev->irq == PHY_POLL;