Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dt4_sge.c799 m = V_RDTHRESHOLD(M_RDTHRESHOLD) | F_WRTHRTHRESHEN | in t4_tweak_chip_settings()
803 v |= V_RDTHRESHOLD(1) | F_WRTHRTHRESHEN | in t4_tweak_chip_settings()
/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h25342 #define V_RDTHRESHOLD(x) ((x) << S_RDTHRESHOLD) macro