Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/cxgbe/tom/
Dt4_tom.c565 opt0 = F_TCAM_BYPASS | V_WND_SCALE(rscale) | V_MSS_IDX(mtu_idx) | in calc_opt0()
/freebsd-10-stable/sys/dev/cxgb/common/
Dcxgb_t3_cpl.h423 #define V_MSS_IDX(x) ((x) << S_MSS_IDX) macro
/freebsd-10-stable/sys/dev/cxgb/ulp/tom/
Dcxgb_cpl_io.c836 V_MSS_IDX(mtu_idx); in calc_opt0h()
/freebsd-10-stable/sys/dev/cxgbe/common/
Dt4_msg.h482 #define V_MSS_IDX(x) ((__u64)(x) << S_MSS_IDX) macro