Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/cxgb/common/
Dcxgb_t3_cpl.h410 #define V_KEEP_ALIVE(x) ((x) << S_KEEP_ALIVE) macro
411 #define F_KEEP_ALIVE V_KEEP_ALIVE(1U)
/freebsd-12-stable/sys/dev/cxgbe/common/
Dt4_msg.h499 #define V_KEEP_ALIVE(x) ((__u64)(x) << S_KEEP_ALIVE) macro
500 #define F_KEEP_ALIVE V_KEEP_ALIVE(1ULL)
/freebsd-12-stable/sys/dev/cxgbe/tom/
Dt4_tom.c966 opt0 |= V_KEEP_ALIVE(cp->keepalive); in calc_options0()