Lines Matching defs:tlen
215 * @tlen: the packet length
223 int has_grh, void *data, u32 tlen, struct rvt_qp *qp)
242 qib_ud_rcv(ibp, hdr, has_grh, data, tlen, qp);
246 qib_rc_rcv(rcd, hdr, has_grh, data, tlen, qp);
250 qib_uc_rcv(ibp, hdr, has_grh, data, tlen, qp);
266 * @tlen: the packet length
271 void qib_ib_rcv(struct qib_ctxtdata *rcd, void *rhdr, void *data, u32 tlen)
286 if (unlikely(tlen < 24))
315 rcd->opstats->stats[opcode].n_bytes += tlen;
333 qib_qp_rcv(rcd, hdr, 1, data, tlen, p->qp);
349 qib_qp_rcv(rcd, hdr, lnh == QIB_LRH_GRH, data, tlen, qp);