MDIO_LOCK
#define MDIO_LOCK(adapter) mtx_lock(&(adapter)->mdio_lock)
#define MDIO_LOCK() mtx_lock(&sc->sc_lock)
#define MDIO_LOCK(_sc) mtx_lock(&(_sc)->sc_mtx)
#define MDIO_LOCK(sc) mtx_lock(&(sc)->mtx)