Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_regs.h7388 #define S_PAUSESLOWTIMER 0 macro
7390 #define V_PAUSESLOWTIMER(x) ((x) << S_PAUSESLOWTIMER)
7391 #define G_PAUSESLOWTIMER(x) (((x) >> S_PAUSESLOWTIMER) & M_PAUSESLOWTIMER)