Lines Matching defs:tlen
1256 * @tlen: the packet length
1269 void *data, u32 tlen,
1374 if (unlikely(tlen != (hdrsize + pmtu + 4)))
1414 if (unlikely(tlen < (hdrsize + pad + 8)))
1439 if (unlikely(tlen <= (hdrsize + pad + 8)))
1442 tlen -= hdrsize + pad + 8;
1443 if (unlikely(tlen != qp->s_rdma_read_len))
1447 data, tlen, false, false);
1704 * @tlen: the packet length
1712 int has_grh, void *data, u32 tlen, struct rvt_qp *qp)
1751 qib_rc_rcv_resp(ibp, ohdr, data, tlen, qp, opcode, psn,
1815 if (unlikely(tlen != (hdrsize + pmtu + 4)))
1859 if (unlikely(tlen < (hdrsize + pad + 4)))
1862 tlen -= (hdrsize + pad + 4);
1863 wc.byte_len = tlen + qp->r_rcv_len;
1866 rvt_copy_sge(qp, &qp->r_sge, data, tlen, true, false);