Searched refs:emss (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/cam/
H A Dcam_iosched.c213 sbintime_t emss; /* Exp Moving sum of the squares */ member in struct:iop_stats
706 ios->emss = 0;
862 OID_AUTO, "emss", CTLFLAG_RD,
863 &ios->emss,
1523 iop->emss = (yy + (iop->emss << alpha_bits) - iop->emss) >> alpha_bits;
1529 * emss ~ s_2 / N
1540 * ~ sqrt(emss - ema ^ 2);
1543 * takes a while for emss su
[all...]
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_cm.h184 u16 emss; member in struct:iwch_ep
H A Diw_cxgb_cm.c207 ep->emss = tp->t_maxseg;
208 if (ep->emss < 128)
209 ep->emss = 128;
H A Diw_cxgb_qp.c867 init_attr.tcp_emss = qhp->ep->emss;
/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_tom.h183 uint16_t emss; member in struct:toepcb
H A Dt4_cpl_io.c356 toep->emss = tp->t_maxseg;
361 toep->emss -= TCPOLEN_TSTAMP_APPA;
364 CTR6(KTR_CXGBE, "%s: tid %d, mtu_idx %u (%u), t_maxseg %u, emss %u",
366 sc->params.mtus[G_TCPOPT_MSS(opt)], tp->t_maxseg, toep->emss);
436 ftxp.mss = toep->emss;
628 if (plen < 2 * toep->emss)

Completed in 119 milliseconds