Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h47501 #define S_ALMSTFULL 16 macro
47503 #define V_ALMSTFULL(x) ((x) << S_ALMSTFULL)
47504 #define G_ALMSTFULL(x) (((x) >> S_ALMSTFULL) & M_ALMSTFULL)