Lines Matching refs:tlen
1399 void *data, u32 tlen, in qib_rc_rcv_resp() argument
1507 if (unlikely(tlen != (hdrsize + pmtu + 4))) in qib_rc_rcv_resp()
1547 if (unlikely(tlen < (hdrsize + pad + 8))) in qib_rc_rcv_resp()
1572 if (unlikely(tlen <= (hdrsize + pad + 8))) in qib_rc_rcv_resp()
1575 tlen -= hdrsize + pad + 8; in qib_rc_rcv_resp()
1576 if (unlikely(tlen != qp->s_rdma_read_len)) in qib_rc_rcv_resp()
1579 qib_copy_sge(&qp->s_rdma_read_sge, data, tlen, 0); in qib_rc_rcv_resp()
1863 int has_grh, void *data, u32 tlen, struct qib_qp *qp) in qib_rc_rcv() argument
1902 qib_rc_rcv_resp(ibp, ohdr, data, tlen, qp, opcode, psn, in qib_rc_rcv()
1975 if (unlikely(tlen != (hdrsize + pmtu + 4))) in qib_rc_rcv()
2019 if (unlikely(tlen < (hdrsize + pad + 4))) in qib_rc_rcv()
2022 tlen -= (hdrsize + pad + 4); in qib_rc_rcv()
2023 wc.byte_len = tlen + qp->r_rcv_len; in qib_rc_rcv()
2026 qib_copy_sge(&qp->r_sge, data, tlen, 1); in qib_rc_rcv()