Lines Matching defs:mtu
359 unsigned int mtu = qp->mtu;
364 if (unlikely(payload > mtu)) {
370 if (unlikely(payload != mtu)) {
371 rxe_dbg_qp(qp, "first or middle packet not mtu");
375 if (unlikely((payload == 0) || (payload > mtu))) {
436 int mtu = qp->mtu;
527 if (resid > mtu) {
528 if (pktlen != mtu || bth_pad(pkt)) {
619 pkts = max_t(u32, (reth_len(pkt) + qp->mtu - 1)/qp->mtu, 1);
870 int mtu = qp->mtu;
897 if (res->read.resid <= mtu)
910 if (res->read.resid > mtu)
918 payload = min_t(int, res->read.resid, mtu);