Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_regs.h3882 #define M_TABLELATENCYDELTA 0xf macro
3884 #define G_TABLELATENCYDELTA(x) (((x) >> S_TABLELATENCYDELTA) & M_TABLELATENCYDELTA)
H A Dcxgb_t3_hw.c3218 V_TABLELATENCYDELTA(M_TABLELATENCYDELTA), in tp_config()