Searched refs:to_mdio_common_driver (Results 1 – 2 of 2) sorted by relevance
60 #define to_mdio_common_driver(__drv_c) container_of_const(__drv_c, struct mdio_driver_common, \ macro80 #define to_mdio_driver(__drv_m) container_of_const(to_mdio_common_driver(__drv_m), \
1277 #define to_phy_driver(d) container_of_const(to_mdio_common_driver(d), \