to_mii_bus
struct mii_bus *bus = to_mii_bus(d);
struct mii_bus *bus = to_mii_bus(dev);
return d ? to_mii_bus(d) : NULL;