Lines Matching defs:length
355 * length checks are performed in check_rkey.
385 rxe_dbg_qp(qp, "dma length too long");
396 /* if the reth length field is zero we can assume nothing
403 unsigned int length = reth_len(pkt);
407 qp->resp.resid = length;
408 qp->resp.length = length;
409 if (pkt->mask & RXE_READ_OR_WRITE_MASK && length == 0)
424 * if an invalid rkey is received or the rdma length is zero. For middle
441 * for va, length, rkey, etc. or use current value for
616 res->read.length = qp->resp.resid;
634 res->flush.length = qp->resp.length;
645 u64 length, start;
659 length = res->flush.length;
662 length = mr->ibmr.length;
666 if (rxe_flush_pmem_iova(mr, start, length))
777 paylen = rxe_opcode[opcode].length + payload + pad + RXE_ICRC_SIZE;
884 if (!res->replay || qp->resp.length == 0) {
885 /* if length == 0 mr will be NULL (is ok)
903 * length will be non-zero. This can fail if someone
1083 qp->resp.length : wqe->dma.length - wqe->dma.resid;
1206 "RDMA READ response of length zero ACK");
1317 resid > res->read.length ||
1319 res->read.length)) {
1335 /* Reset the resource, except length. */
1398 qp->resp.wqe->dma.resid = qp->resp.wqe->dma.length;