Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_msg.h627 #define V_TSTAMPS_EN(x) ((x) << S_TSTAMPS_EN) macro
628 #define F_TSTAMPS_EN V_TSTAMPS_EN(1U)
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom.c1161 opt2 |= V_TSTAMPS_EN(cp->tstamp); in calc_options2()