Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h399 #define V_NAGLE(x) ((x) << S_NAGLE) macro
400 #define F_NAGLE V_NAGLE(1U)
/freebsd/sys/dev/cxgbe/
H A Dt4_filter.c1533 cpl->opt0 = htobe64(V_NAGLE(f->fs.newvlan == VLAN_REMOVE || in mk_act_open_req6()
1577 cpl->opt0 = htobe64(V_NAGLE(f->fs.newvlan == VLAN_REMOVE || in mk_act_open_req()
/freebsd/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)
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom.c1148 opt0 |= V_NAGLE(cp->nagle); in calc_options0()