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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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.c898 init_attr.tcp_emss = qhp->ep->emss;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/cxgb4/
H A Dcm.c210 ep->emss = ep->com.dev->rdev.lldi.mtus[GET_TCPOPT_MSS(opt)] - 40;
211 ep->mss = ep->emss;
213 ep->emss -= 12;
214 if (ep->emss < 128)
215 ep->emss = 128;
216 PDBG("%s mss_idx %u mss %u emss=%u\n", __func__, GET_TCPOPT_MSS(opt),
217 ep->mss, ep->emss);
400 flowc->mnemval[7].val = cpu_to_be32(ep->emss);
H A Diw_cxgb4.h618 u16 emss; member in struct:c4iw_ep

Completed in 67 milliseconds