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

/freebsd-11.0-release/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h400 #define V_NAGLE(x) ((x) << S_NAGLE) macro
401 #define F_NAGLE V_NAGLE(1U)
/freebsd-11.0-release/sys/dev/cxgbe/common/
H A Dt4_msg.h450 #define V_NAGLE(x) ((__u64)(x) << S_NAGLE) macro
451 #define F_NAGLE V_NAGLE(1ULL)
/freebsd-11.0-release/sys/dev/cxgbe/tom/
H A Dt4_tom.c565 opt0 |= V_NAGLE((tp->t_flags & TF_NODELAY) == 0);
/freebsd-11.0-release/sys/dev/cxgb/ulp/tom/
H A Dcxgb_cpl_io.c846 opt0h |= V_NAGLE((tp->t_flags & TF_NODELAY) == 0);

Completed in 94 milliseconds