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

/drivers/infiniband/hw/cxgb3/
H A Diwch_cm.h190 u16 emss; member in struct:iwch_ep
H A Diwch_cm.c232 ep->emss = T3C_DATA(ep->com.tdev)->mtus[G_TCPOPT_MSS(opt)] - 40;
234 ep->emss -= 12;
235 if (ep->emss < 128)
236 ep->emss = 128;
237 PDBG("emss=%d\n", ep->emss);
H A Diwch_qp.c919 init_attr.tcp_emss = qhp->ep->emss;
/drivers/infiniband/hw/cxgb4/
H A Dcm.c211 ep->emss = ep->com.dev->rdev.lldi.mtus[GET_TCPOPT_MSS(opt)] - 40;
212 ep->mss = ep->emss;
214 ep->emss -= 12;
215 if (ep->emss < 128)
216 ep->emss = 128;
217 PDBG("%s mss_idx %u mss %u emss=%u\n", __func__, GET_TCPOPT_MSS(opt),
218 ep->mss, ep->emss);
387 flowc->mnemval[7].val = cpu_to_be32(ep->emss);
H A Diw_cxgb4.h667 u16 emss; member in struct:c4iw_ep

Completed in 83 milliseconds