Home
last modified time | relevance | path

Searched refs:M_SERDES_LOS (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/dev/cxgb/common/
HDcxgb_regs.h7716 #define M_SERDES_LOS 0xf macro
7718 #define G_SERDES_LOS(x) (((x) >> S_SERDES_LOS) & M_SERDES_LOS)
HDcxgb_t3_hw.c2184 if (cause & V_SERDES_LOS(M_SERDES_LOS)) in mac_intr_handler()