MDIO_UNLOCK
#define MDIO_UNLOCK(adapter) mtx_unlock(&(adapter)->mdio_lock)
#define MDIO_UNLOCK() mtx_unlock(&sc->sc_lock)
#define MDIO_UNLOCK(_sc) mtx_unlock(&(_sc)->sc_mtx)
#define MDIO_UNLOCK(sc) mtx_unlock(&(sc)->mtx)