Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c9555 tscale = G_TSCALE(r); in t4_init_sge_params()
H A Dt4_regs.h1697 #define G_TSCALE(x) (((x) >> S_TSCALE) & M_TSCALE) macro