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

/freebsd-11-stable/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-stable/sys/dev/cxgbe/tom/
H A Dt4_tom.c618 opt0 |= V_NAGLE((tp->t_flags & TF_NODELAY) == 0);
620 opt0 |= V_NAGLE(s->nagle != 0);
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_filter.c1439 cpl->opt0 = htobe64(V_NAGLE(f->fs.newvlan == VLAN_REMOVE ||
1483 cpl->opt0 = htobe64(V_NAGLE(f->fs.newvlan == VLAN_REMOVE ||
/freebsd-11-stable/sys/dev/cxgb/ulp/tom/
H A Dcxgb_cpl_io.c845 opt0h |= V_NAGLE((tp->t_flags & TF_NODELAY) == 0);
/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dt4_msg.h488 #define V_NAGLE(x) ((__u64)(x) << S_NAGLE) macro
489 #define F_NAGLE V_NAGLE(1ULL)

Completed in 118 milliseconds