Searched refs:V_KEEP_ALIVE (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h409 #define V_KEEP_ALIVE(x) ((x) << S_KEEP_ALIVE) macro
410 #define F_KEEP_ALIVE V_KEEP_ALIVE(1U)
/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_tom.c612 opt0 |= V_KEEP_ALIVE(keepalive != 0);
/freebsd-11-stable/sys/dev/cxgb/ulp/tom/
H A Dcxgb_cpl_io.c846 opt0h |= V_KEEP_ALIVE(keepalive != 0);
/freebsd-11-stable/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)

Completed in 96 milliseconds