Home
last modified time | relevance | path

Searched refs:V_SACK_EN (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/cxgbe/
H A Dt4_filter.c1544 F_RX_CHANNEL | V_SACK_EN(f->fs.swapmac) | in mk_act_open_req6()
1588 F_RX_CHANNEL | V_SACK_EN(f->fs.swapmac) | in mk_act_open_req()
/freebsd/sys/dev/cxgbe/common/
H A Dt4_msg.h631 #define V_SACK_EN(x) ((x) << S_SACK_EN) macro
632 #define F_SACK_EN V_SACK_EN(1U)
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom.c1174 opt2 |= V_SACK_EN(cp->sack); in calc_options2()