Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c135 FLOWC_PARAM(MSS, toep->params.emss); in send_flowc_wr()
142 __func__, toep->tid, toep->params.emss, toep->params.sndbuf, in send_flowc_wr()
311 toep->params.emss = tp->t_maxseg; in assign_rxopt()
314 toep->params.emss -= TCPOLEN_TSTAMP_APPA; in assign_rxopt()
342 toep->tid, toep->params.mtu_idx, toep->params.emss, in assign_rxopt()
553 if (plen < 2 * toep->params.emss) in write_tx_wr()
H A Dt4_tom.c882 flowc->mnemval[0].val = htobe32(toep->params.emss); in send_mss_flowc_wr()
956 toep->params.emss = tp->t_maxseg; in t4_pmtu_update()
958 toep->params.emss -= TCPOLEN_TSTAMP_APPA; in t4_pmtu_update()
979 mtus[toep->params.mtu_idx], tp->t_maxseg, toep->params.emss); in t4_pmtu_update()
1436 cp->emss = 0; in init_conn_params()
H A Dt4_tom.h119 uint16_t emss; member