Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h501 #define S_PACING_FLAVOR 13 macro
503 #define V_PACING_FLAVOR(x) ((x) << S_PACING_FLAVOR)
504 #define G_PACING_FLAVOR(x) (((x) >> S_PACING_FLAVOR) & M_PACING_FLAVOR)