Searched refs:mtu_idx (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/cxgbe/tom/ |
H A D | t4_tom.c | 913 __func__, toep->tid, seq, mtu, toep->params.mtu_idx, in t4_pmtu_update() 914 mtus[toep->params.mtu_idx]); in t4_pmtu_update() 927 if (idx >= toep->params.mtu_idx) in t4_pmtu_update() 938 toep->tid, toep->params.mtu_idx, idx); in t4_pmtu_update() 950 toep->params.mtu_idx = idx; in t4_pmtu_update() 951 tp->t_maxseg = mtus[toep->params.mtu_idx]; in t4_pmtu_update() 978 __func__, toep->tid, toep->params.mtu_idx, in t4_pmtu_update() 979 mtus[toep->params.mtu_idx], tp->t_maxseg, toep->params.emss); in t4_pmtu_update() 1129 MPASS(cp->mtu_idx >= 0 && cp->mtu_idx < NMTUS); in calc_options0() 1130 opt0 |= V_MSS_IDX(cp->mtu_idx); in calc_options0() [all …]
|
H A D | t4_tom.h | 113 int8_t mtu_idx; member
|
H A D | t4_cpl_io.c | 304 toep->params.mtu_idx = G_TCPOPT_MSS(opt); in assign_rxopt() 305 tp->t_maxseg = sc->params.mtus[toep->params.mtu_idx]; in assign_rxopt() 342 toep->tid, toep->params.mtu_idx, toep->params.emss, in assign_rxopt()
|
/freebsd/sys/dev/cxgb/common/ |
H A D | cxgb_t3_cpl.h | 1384 __u8 mtu_idx:4; member 1388 __u8 mtu_idx:4; member 1423 __u8 mtu_idx:4; member 1427 __u8 mtu_idx:4; member
|