Lines Matching refs:tlen
1119 void *data, u32 tlen, in ipath_rc_rcv_resp() argument
1215 if (unlikely(tlen != (hdrsize + pmtu + 4))) in ipath_rc_rcv_resp()
1254 if (unlikely(tlen < (hdrsize + pad + 8))) in ipath_rc_rcv_resp()
1285 if (unlikely(tlen <= (hdrsize + pad + 8))) in ipath_rc_rcv_resp()
1288 tlen -= hdrsize + pad + 8; in ipath_rc_rcv_resp()
1289 if (unlikely(tlen != qp->s_rdma_read_len)) in ipath_rc_rcv_resp()
1297 ipath_copy_sge(&qp->s_rdma_read_sge, data, tlen); in ipath_rc_rcv_resp()
1571 int has_grh, void *data, u32 tlen, struct ipath_qp *qp) in ipath_rc_rcv() argument
1620 ipath_rc_rcv_resp(dev, ohdr, data, tlen, qp, opcode, psn, in ipath_rc_rcv()
1681 if (unlikely(tlen != (hdrsize + pmtu + 4))) in ipath_rc_rcv()
1722 if (unlikely(tlen < (hdrsize + pad + 4))) in ipath_rc_rcv()
1725 tlen -= (hdrsize + pad + 4); in ipath_rc_rcv()
1726 wc.byte_len = tlen + qp->r_rcv_len; in ipath_rc_rcv()
1729 ipath_copy_sge(&qp->r_sge, data, tlen); in ipath_rc_rcv()