Lines Matching refs:pmtu
482 static u16 qedi_calc_mss(u16 pmtu, u8 is_ipv6, u8 tcp_ts_en, u8 vlan_en)
492 mss = pmtu - hdrs;
567 conn_info->mss = qedi_calc_mss(qedi_ep->pmtu,
964 path_req.pmtu = qedi->ll2_mtu;
965 qedi_ep->pmtu = qedi->ll2_mtu;
1281 if (path_data->pmtu < DEF_PATH_MTU) {
1282 qedi_ep->pmtu = qedi->ll2_mtu;
1285 path_data->pmtu, qedi_ep->pmtu);
1288 if (path_data->pmtu != qedi->ll2_mtu) {
1289 if (path_data->pmtu > JUMBO_MTU) {
1291 QEDI_ERR(NULL, "Invalid MTU %u\n", path_data->pmtu);
1295 qedi_reset_host_mtu(qedi, path_data->pmtu);
1296 qedi_ep->pmtu = qedi->ll2_mtu;