Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h51269 #define S_FRAME_LOCK_CNT 0 macro
51271 #define V_FRAME_LOCK_CNT(x) ((x) << S_FRAME_LOCK_CNT)
51272 #define G_FRAME_LOCK_CNT(x) (((x) >> S_FRAME_LOCK_CNT) & M_FRAME_LOCK_CNT)