Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h40324 #define S_PAUSETIME 0 macro
40326 #define V_PAUSETIME(x) ((x) << S_PAUSETIME)
40327 #define G_PAUSETIME(x) (((x) >> S_PAUSETIME) & M_PAUSETIME)