Lines Matching refs:pmtu
54 u32 pmtu = ib_mtu_enum_to_int(qp->path_mtu); in ipath_make_uc_req() local
105 if (len > pmtu) { in ipath_make_uc_req()
107 len = pmtu; in ipath_make_uc_req()
134 if (len > pmtu) { in ipath_make_uc_req()
136 len = pmtu; in ipath_make_uc_req()
165 if (len > pmtu) { in ipath_make_uc_req()
166 len = pmtu; in ipath_make_uc_req()
189 if (len > pmtu) { in ipath_make_uc_req()
190 len = pmtu; in ipath_make_uc_req()
249 u32 pmtu = ib_mtu_enum_to_int(qp->path_mtu); in ipath_uc_rcv() local
365 if (unlikely(tlen != (hdrsize + pmtu + 4))) { in ipath_uc_rcv()
370 qp->r_rcv_len += pmtu; in ipath_uc_rcv()
376 ipath_copy_sge(&qp->r_sge, data, pmtu); in ipath_uc_rcv()
471 if (unlikely(tlen != (hdrsize + pmtu + 4))) { in ipath_uc_rcv()
475 qp->r_rcv_len += pmtu; in ipath_uc_rcv()
480 ipath_copy_sge(&qp->r_sge, data, pmtu); in ipath_uc_rcv()