Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_regs.h3881 #define S_TABLELATENCYDELTA 0 macro
3883 #define V_TABLELATENCYDELTA(x) ((x) << S_TABLELATENCYDELTA)
3884 #define G_TABLELATENCYDELTA(x) (((x) >> S_TABLELATENCYDELTA) & M_TABLELATENCYDELTA)