Lines Matching defs:length
42 u32 length;
106 length = swqe->length;
108 wc.byte_len = length + sizeof(struct ib_grh);
182 while (length) {
183 u32 len = rvt_get_sge_length(sge, length);
188 length -= len;
279 extra_bytes = -wqe->length & 3;
280 nwords = ((wqe->length + extra_bytes) >> 2) + SIZE_OF_CRC;
368 wqe->length);
369 nwords = ((wqe->length + extra_bytes + SIZE_OF_LT) >> 2) + SIZE_OF_CRC;
492 * zero length descriptor so we get a callback.
509 ps->s_txreq->s_cur_size = wqe->length;
517 qp->s_sge.total_len = wqe->length;
607 /* Populate length */