Lines Matching refs:mtu_idx
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()
1325 cp->mtu_idx = find_best_mtu_idx(sc, inc, s); in init_conn_params()