Lines Matching refs:pmtu
483 static u16 qedi_calc_mss(u16 pmtu, u8 is_ipv6, u8 tcp_ts_en, u8 vlan_en)
493 mss = pmtu - hdrs;
568 conn_info->mss = qedi_calc_mss(qedi_ep->pmtu,
996 path_req.pmtu = qedi->ll2_mtu;
997 qedi_ep->pmtu = qedi->ll2_mtu;
1320 if (path_data->pmtu < DEF_PATH_MTU) {
1321 qedi_ep->pmtu = qedi->ll2_mtu;
1324 path_data->pmtu, qedi_ep->pmtu);
1327 if (path_data->pmtu != qedi->ll2_mtu) {
1328 if (path_data->pmtu > JUMBO_MTU) {
1330 QEDI_ERR(NULL, "Invalid MTU %u\n", path_data->pmtu);
1334 qedi_reset_host_mtu(qedi, path_data->pmtu);
1335 qedi_ep->pmtu = qedi->ll2_mtu;