Determine if given phy driver supports the given phy device
int mdio_bus_match(struct device * dev, struct device_driver * drv);
dev
target PHY device
drv
given PHY driver
Given a PHY device, and a PHY driver, return 1 if the driver supports the device. Otherwise, return 0.