Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h408 #define V_KEEP_ALIVE(x) ((x) << S_KEEP_ALIVE) macro
409 #define F_KEEP_ALIVE V_KEEP_ALIVE(1U)
/freebsd/sys/dev/cxgbe/common/
H A Dt4_msg.h497 #define V_KEEP_ALIVE(x) ((__u64)(x) << S_KEEP_ALIVE) macro
498 #define F_KEEP_ALIVE V_KEEP_ALIVE(1ULL)
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom.c1129 opt0 |= V_KEEP_ALIVE(cp->keepalive); in calc_options0()