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

/freebsd-13-stable/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h401 #define V_NAGLE(x) ((x) << S_NAGLE) macro
402 #define F_NAGLE V_NAGLE(1U)
/freebsd-13-stable/sys/dev/cxgbe/
H A Dt4_filter.c1514 cpl->opt0 = htobe64(V_NAGLE(f->fs.newvlan == VLAN_REMOVE ||
1558 cpl->opt0 = htobe64(V_NAGLE(f->fs.newvlan == VLAN_REMOVE ||
/freebsd-13-stable/sys/dev/cxgbe/tom/
H A Dt4_tom.c1001 opt0 |= V_NAGLE(cp->nagle);
/freebsd-13-stable/sys/dev/cxgbe/common/
H A Dt4_msg.h490 #define V_NAGLE(x) ((__u64)(x) << S_NAGLE) macro
491 #define F_NAGLE V_NAGLE(1ULL)

Completed in 205 milliseconds