Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h422 #define V_MSS_IDX(x) ((x) << S_MSS_IDX) macro
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom.c1114 opt0 |= V_MSS_IDX(cp->mtu_idx); in calc_options0()
/freebsd/sys/dev/cxgbe/common/
H A Dt4_msg.h511 #define V_MSS_IDX(x) ((__u64)(x) << S_MSS_IDX) macro