Lines Matching +full:link +full:- +full:loss +full:- +full:low
1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2013-2014 Kevin Lo
22 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
43 /* Physical link status register */
52 /* EEPROM data low register */
143 /* Pause water level low register */
149 #define GET_MII(sc) uether_getmii(&(sc)->sc_ue)
208 #define AXGE_FLAG_LINK 0x0001 /* got a link */
214 #define AXGE_LOCK(_sc) mtx_lock(&(_sc)->sc_mtx)
215 #define AXGE_UNLOCK(_sc) mtx_unlock(&(_sc)->sc_mtx)
216 #define AXGE_LOCK_ASSERT(_sc, t) mtx_assert(&(_sc)->sc_mtx, t)