Lines Matching refs:tlen
1401 void *data, u32 tlen, in qib_rc_rcv_resp() argument
1509 if (unlikely(tlen != (hdrsize + pmtu + 4))) in qib_rc_rcv_resp()
1549 if (unlikely(tlen < (hdrsize + pad + 8))) in qib_rc_rcv_resp()
1574 if (unlikely(tlen <= (hdrsize + pad + 8))) in qib_rc_rcv_resp()
1577 tlen -= hdrsize + pad + 8; in qib_rc_rcv_resp()
1578 if (unlikely(tlen != qp->s_rdma_read_len)) in qib_rc_rcv_resp()
1581 qib_copy_sge(&qp->s_rdma_read_sge, data, tlen, 0); in qib_rc_rcv_resp()
1865 int has_grh, void *data, u32 tlen, struct qib_qp *qp) in qib_rc_rcv() argument
1904 qib_rc_rcv_resp(ibp, ohdr, data, tlen, qp, opcode, psn, in qib_rc_rcv()
1977 if (unlikely(tlen != (hdrsize + pmtu + 4))) in qib_rc_rcv()
2021 if (unlikely(tlen < (hdrsize + pad + 4))) in qib_rc_rcv()
2024 tlen -= (hdrsize + pad + 4); in qib_rc_rcv()
2025 wc.byte_len = tlen + qp->r_rcv_len; in qib_rc_rcv()
2028 qib_copy_sge(&qp->r_sge, data, tlen, 1); in qib_rc_rcv()